/* sets the main body properties */
HTML {
scrollbar-arrow-color:#000000; 
scrollbar-face-color:#5366B3; 
scrollbar-3dlight-color:#5366B3; 
scrollbar-highlight-color:#000000; 
scrollbar-shadow-color:#000000; 
scrollbar-darkshadow-color:#000000; 
scrollbar-track-color:#808080; 
}

BODY {
background-color: #CCCCCC;
font-family: Verdana, Arial, sans-serif;
font-size: 75%;
margin: 0 0 10 0;
padding: 0;
color: #000000;
}

P, TD, LI, UL {
font-family: Verdana, Arial, sans-serif;
font-size: 100%;
}

Table {
font-family: Verdana, Arial, sans-serif;
font-size: 100%;
border-collapse: collapse;
}

HR {
color: #5366B3;
height: 3px;
width: 100%;
}

/* this sets an image to the left or to the right on a page */

.imageleft {
margin: 0px 10px 0px 0px;
float: left;
border: 1px solid #808080;
}

.imageright {
margin: 0px 0px 0px 10px;
float: right;
border: 1px solid #808080;
}

.photo {
border: 1px solid #808080;
}


/* this group sets the normal link colors */

A:LINK {color: #002172; text-decoration: none; font-weight: bold;}
A:VISITED {color: #002172; text-decoration: none; font-weight: bold;}
A:HOVER {color: #ff9933; text-decoration: underline; font-weight: bold;}
A:ACTIVE {color: #000000; text-decoration: underline; font-weight: bold;}

/* We like to use headings for special effects */

H1 {
font-size: 16px;
font-weight: BOLD;
font-variant: small-caps;
letter-spacing: 2;
color: #FFFFFF;
}

h2 {
color: #5366B3;
text-align: left;
font-size: 14px;
font-weight: bold;
letter-spacing: 2;
width: 100%;
border-bottom: 1px solid #5366B3;
}

h3 {
color: #000000;
text-align: left;
font-size: 14px;
font-weight: bold;
font-variant: small-caps;
letter-spacing: 2;
}

h4, h5, h6 {
font-size: 14px;
font-weight: bold;
color: #5366B3;
}

/* special classes */

.topleft {
background-color: #EAEAD7;
text-align: center;
border-right: 1px solid #808080;
border-bottom: 1px solid #808080;
}

.navtop {
background-color: #FFFFFF;
color: #000000;
padding: 5px;
font-weight: bold;
text-align: center;
height: 40px;
border-left: 1px solid #808080;
vertical-align: top;
}

.navigation {
background-color: #EAEAD7;
background-image: url(images/H-button.gif);
color: #000000;
font-size: 9pt;
line-height: 23px;
font-weight: bold;
text-align: left;
padding-left: 30px;
vertical-align: top;
height: 10px;
}

.navbottom {
color: #5366B3;
padding: 5px;
font-weight: bold;
text-align: center;
height: 40px;
letter-spacing: 4;
border-left: 1px solid #808080;
vertical-align: top;
border-bottom: 1px solid #808080;
}

.leftnav {
font-size: 10pt;
background-color: #EAEAD7;
vertical-align: top;
text-align: center;
padding: 0 0 10 0;
border-right: 1px solid #808080;
height: 100%;
}

.copyright {
font-size: .85em;
font-weight: normal;
text-align: center;
vertical-align: middle;
padding-top: 5px;
height: 30px;
border-right: 1px solid #808080;
}

.yourname {
background-color: #FFFFFF;
vertical-align: top;
height: 60;
border-bottom: 1px solid #808080;
}

.slogan {
background-color: #404040;
border-right: 1px solid #808080;
border-bottom: 1px solid #808080;
border-left: 1px solid #808080;
}

.sidebar {
background-color: #404040;
text-align: left;
color: #EBEBEB;
vertical-align: top;
border-left: 1px solid #808080;
border-right: 1px solid #808080;
}

.sbtop {
background-color: #404040;
text-align: center;
color: #EBEBEB;
vertical-align: center;
border-left: 1px solid #808080;
border-right: 1px solid #808080;
}

.banner {
background-color: #FFFFFF;
color: #5366B3;
font-size: 90%;
font-weight: bold;
letter-spacing: 4;
text-align: right;
padding: 5;
}

.maintext {
background-color: #FFFFFF;
color: #000000;
text-align: left;
padding: 10;
vertical-align: top;
width: 100%;
height: 100%;
}

.hottopic {
background-color: #404040;
color: #EBEBEB;
font-size: 11px;
text-align: left;
padding: 5px;
}

.bottom {
background-color: #5366B3;
height: 5px;
border: 1px solid #808080;
}

/* form buttons */

.form {
background-color: #404040;
color: #EBEBEB;
font-weight: bold;
padding: 2;
border: 1px solid #808080;
}