/* sets the main body properties */
HTML {
scrollbar-arrow-color: #000000; 
scrollbar-face-color: #8C9D6A; 
scrollbar-3dlight-color: #8C9D6A; 
scrollbar-highlight-color: #000000; 
scrollbar-shadow-color: #000000; 
scrollbar-darkshadow-color: #000000; 
scrollbar-track-color: #677753; 
}

BODY {
font-family : Verdana, Arial, sans-serif;
font-size : 75%;
margin: 20px 0px;
background-color: #677753;
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 : #808080; text-decoration : underline; font-weight: bold;}
A:HOVER {color : #A78303; 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: 14px;
font-weight: bold;
text-align: left;
letter-spacing: 2;
font-variant: small-caps;
color: #A78303;
border-bottom: 1px dotted #A78303;
width: 100%;
}

h2 {
text-align: left;
font-size: 12px;
font-weight: bold;
letter-spacing: 2;
color : #DCBB07;
border-bottom: 1px dotted #DCBB07;
width: 100%;
}

h3, h4, h5 {
font-size : 12px;
font-weight : bold;
color : #677753;
}

h6 {
font-size: 12px;
font-weight: bold;
color: #000000;
border-bottom: 1px solid #000000;
}

HR {
color: #000000;
height: 1px;
width: 100%;
}

/* special classes */

.header {
background-color: #8C9D6A;
color: #000000;
}

.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: 3px 0px 3px 0px;
    width: 180px;
}

.navlist a {
	/*/*/display: block;
	padding: 0px 0px 0px 30px;
	border: 1px solid #8C9D6A;
	width: 200px;
	background-color: #8C9D6A;
	font-weight: bold;
	background-image:  url('images/buttonoff.jpg'); /* */
}

.navlist a:link, .navlist a:visited {
	color: #000000;
	font-weight: bold;
	/*/*/color: #000000;
	text-decoration: none; /* */
}

.navlist a:hover {
	border: 1px solid #8C9D6A;
	background-color: #8C9D6A;
	background-image:  url('images/buttonon.jpg');
	color: #FFFFFF;
}

.current a:link, .current a:visited, .current a:hover {
	/*/*/border: 1px solid #8C9D6A;
	background-color: #8C9D6A;
	background-image:  url('images/buttonoff.jpg');
	font-weight: bold;
	color: #000000; text-decoration: underline; /* */
}

.topshadow {
background-color: #FFFFFF;
background-image: url('images/topshadow.jpg');
background-position: top;
color: #000000;
text-align: right;
background-repeat: no-repeat;
padding-right: 10px;
height: 30px;
}

.hottopic {
background-color: #FFFFFF;
color: #000000;
font-size: 90%;
vertical-align: top;
line-height: 14px;
width: 250px;
float: right;
padding: 3px;
margin: 0px 0px 10px 20px;
}

.main {
background-color: #FFFFFF;
color: #000000;
vertical-align: top;
text-align: justify;
line-height: 18px;
padding: 10px;
}

.font-family {
background-color: #8C9D6A;
text-align: center;
border: 1px solid #000000;
}

.photos img {
border: 1px solid #000000;
}

.caption {
background-color: #DCBB07;
color: #000000;
text-align: center;
font-weight: bold;
padding: 5px 10px;
border-top: 1px solid #000000;
}

#captionbox {
background-color: #DCBB07;
color: #000000;
font-weight: bold;
text-align: center;
}

.bottomshadow {
background-color: #FFFFFF;
background-image: url('images/bottomshadow.jpg');
background-position: bottom;
color: #000000;
text-align: center;
background-repeat: no-repeat;
padding-right: 10px;
height: 30px;
}

.copyright {
background-color: #8C9D6A;
color: #000000;
font-size: 90%;
font-weight: bold;
text-align: center;
padding: 5px;
height: 30px;
}

