/* sets the main body properties */
HTML {
scrollbar-arrow-color: #000000; 
scrollbar-face-color: #D99966; 
scrollbar-3dlight-color: #D99966; 
scrollbar-highlight-color: #000000; 
scrollbar-shadow-color: #000000; 
scrollbar-darkshadow-color: #000000; 
scrollbar-track-color: #BDB5A6; 
}

BODY {
font-family : Verdana, Arial, sans-serif;
font-size : 75%;
margin: 0px 0px;
background-color: #BDB5A6;
color: #000000;
}

P, TD, LI, UL, Table {
font-family : Verdana, Arial, sans-serif;
font-size : 100%;
}

/* this group sets the normal link colors */
A:LINK {color : #000000; text-decoration: underline; font-weight: bold;}
A:VISITED {color : #000000; text-decoration : underline; font-weight: bold;}
A:HOVER {color : #FFFFFF; text-decoration : underline; font-weight: bold;}
A:ACTIVE {color : #000000; text-decoration : underline; font-weight: bold;}

.maintable {
background-color: #BDB5A6;
color: #000000;
border: 0px;
padding: 0px;
width: 750px;
vertical-align: top;
}

.maintext {
background-color: #D99966;
color: #000000;
text-align: justify;
border: 2px solid #FFFFFF;
padding: 10px 5px;
margin-bottom: 5px;
vertical-align: top;
}

/* We like to use headings with special effects */

H1 {
font-size: 16px;
font-weight: bold;
text-align: center;
letter-spacing: 2;
font-variant: small-caps;
background-color: #8F8273;
color: #FFFFFF;
border: 1px solid #FFFFFF;
width: 100%;
}

h2 {
text-align: left;
font-size: 12px;
font-weight: bold;
letter-spacing: 2;
background-color: #5799A8;
color : #000000;
border: 1px solid #FFFFFF;
padding: 4px;
width: 100%;
}

h3, h4, h5 {
font-size : 12px;
font-weight : bold;
color : #000000;
}

h6 {
font-size: 12px;
font-weight: bold;
color: #000000;
border-bottom: 1px solid #000000;
}

HR {
text-align: center;
height: 2px;
width: 300px;
color: #000000;
}

/* special classes */

.navlist {
color: #000000;
	position: relative;
	width: 200px;
	padding: 0px 0px 0px 0px;
	}

.navlist ul {
	margin: 0; /*removes indent IE and Opera*/
	padding: 0; /*removes indent Mozilla and NN7*/
	list-style-type: none; /*turns off display of bullet*/
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	}

.navlist li {
	margin: 5px 0px 5px 0px;
    width: 180px;
}

.navlist a {
	/*/*/display: block;
	padding: 4px 0px 4px 4px;
	border: 1px solid #FFFFFF;
	width: 200px;
	background-color: #D99966;
	font-weight: bold; /* */
}

.navlist a:link, .navlist a:visited {
	color: #000000;
	font-weight: bold;
	/*/*/color: #000000;
	text-decoration: none; /* */
}

.navlist a:hover {
	border: 1px solid #FFFFFF;
	background-color: #5799A8;
	color: #FFFFFF;
}

.current a:link, .current a:visited, .current a:hover {
	/*/*/border: 1px solid #FFFFFF;
	background-color: #8F8273;
	font-weight: bold;
	color: #FFFFFF; text-decoration: none; /* */
}

.hottopic {
background-color: #D99966;
color: #000000;
font-size: 90%;
vertical-align: top;
line-height: 14px;
width: 210px;
float: right;
padding: 3px;
margin: 0px 0px 10px 20px;
}

.photos {
background-color: #BDB5A6;
text-align: center;
border: 1px solid #000000;
}

.photos img {
border: 1px solid #000000;
}

.caption {
background-color: #5799A8;
color: #000000;
text-align: center;
font-weight: bold;
padding: 5px 10px;
border-top: 1px solid #000000;
}

#captionbox {
background-color: #5799A8;
color: #000000;
font-weight: bold;
text-align: center;
}

.copyright {
color: #000000;
font-size: 90%;
font-weight: bold;
text-align: center;
padding: 5px;
height: 30px;
}