/* sets the main body properties */
HTML {
scrollbar-arrow-color:#000000; 
scrollbar-face-color:#8E7A58; 
scrollbar-3dlight-color:#DACFBE; 
scrollbar-highlight-color:#000000; 
scrollbar-shadow-color:#000000; 
scrollbar-darkshadow-color:#000000; 
scrollbar-track-color:#404040; 
}

BODY {
background-color: #FFFFFF;
font-family: Verdana, Arial;
font-size: 80%;
margin: 0 0 20 0;
padding: 0;
color:#000000;
}



Table {
font-size: 101%;
border-collapse: collapse;
}

HR {
color: #E09E2A;
height: 1px;
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 #000000;
}

.imageright {
margin: 0px 0px 0px 10px;
float: right;
border: 1px solid #000000;
}

/* this group sets the normal link colors */

A:LINK {color: #F0E8AD; text-decoration: underline over; font-weight: bold;}
A:VISITED {color: #FFFFFF; text-decoration: underline over; font-weight: bold;}
A:HOVER {background color: #E4CECE; text-decoration: underline over; font-weight: bold;}
A:ACTIVE {color: #F0E8B2; text-decoration: underline ; font-weight: bold;}

/* We like to use headings for special effects */

H1 {
font-size: 10px;
font-weight: bold;
letter-spacing: 2;
color: #000000;
}

h2 {
font-family: "Courier New", Courier, mono;
color: #D45806;
text-align: left;
font-size: 10px;
font-weight: bold;
letter-spacing: 2;
width: 100%;
border-bottom: 1px dotted #D45806;
}



}

/* special classes */

.navbar {
background-color: #000000;
color:#EEE8C4;
font-weight: bold;
text-decoration: underline over;
color: #000000;
text-align: center;
font-weight: bold;
font-size: 110%;
height: 40px;
letter-spacing: 1;
border-right: 1px solid #F0E8AD;
border-left: 1px solid #F0E8AD;
padding: 2px;
}

a:link{
	color: #7F5C1F;
	font-weight: bold;
	text-decoration: none;
}

a:visited{
	color: #926A24;
	font-weight: bold;
	text-decoration: underline;
}

a:hover{
	background-color: #846363;
	color: #000000;
	font-weight: bold;
	text-decoration: underline overline;
}

a:active{
	background-color: #FFF6E5;
	color: #000000;
	text-decoration: underline overline;
}


.header{
background-color: #000000;
color: #FAC64A;
text-align: center;
font-weight: bold;
letter-spacing: 1;
border-left: 1px solid #FAC64A;
border-right: 1px solid #FAC64A;
}


}

.maintable {
background-color: #FFFFFF;
color: #000000;
vertical-align: top;
border-right: 1px solid #FAC64A;
border-left: 1px solid #FAC64A;
}

.maintext {
background-color: #DBD3C3;
color: #000000;
text-align: justify;
font-size: 85%;
padding: 15;
line-height: 16px;
vertical-align: top;
}



.copyright {
background-color: #000000;
color: #FAC64A;
font-size: .85em;
font-weight: bold;
text-align: center;
letter-spacing: 2;
height: 40px;
}