@charset "UTF-8";
/* CSS Document */

body {
font-family: Arial, Helvetica, sans-serif;
text-decoration: none;
color: #000000;
background-color:#FFFFFF;
font-size: 14px;
}

img {border: none}

a {
text-decoration:none;
color:#0000FF;
font-size: 15px;
}

a:hover {
text-decoration:underline;
}

a.nav {
text-decoration:none;
color:#0000FF;
font-size: 15px;
}

a.nav:hover {
text-decoration:underline;
}

a.bottomnav {
text-decoration:none;
color:#000000;
font-size: 14px;
}

a.bottomnav:hover {
text-decoration:underline;
}

#maintable {
}

#topcontact {
position:relative;
top:5px;
right:-222px;
}

div.pagetitle {
font-size: 40px;
color:#333333;
font-family:"Times New Roman", Times, serif;
}

div.bodytext {
font-size:18px;
color:#333333;
font-family:"Times New Roman", Times, serif;
}

div.desc {
font-size:18px;
color:#333333;
font-family:"Times New Roman", Times, serif;
}

.titletext {
font-size: 16px;
color:#333333;
}

#slideshow {
    position:relative;
    height:350px;
}

#slideshow IMG {
    position:absolute;
    top:0;
    left:0;
    z-index:8;
    opacity:0.0;
}

#slideshow IMG.active {
    z-index:10;
    opacity:1.0;
}

#slideshow IMG.last-active {
    z-index:9;
}