body { margin: 10; padding:0; font: 74% Arial, Sans-Serif; color:#a69468; line-height: 1.4em; background : #000000;}
h1 {font-size:16px; line-height:16px; margin:0px; padding-bottom:5px; padding-top:5px; font-style:italic; color:#ffffff;}

A:link, A:Visited {text-decoration: none; color:#b20c00;}
A:active {text-decoration: none}
A:hover {text-decoration: underline; color:#ffffff;}

#header {width:100%; height:90px; background-image:url(website_images/headerBackground.jpg); background-repeat:no-repeat;}
#mainBody {width:800px; padding-bottom:10px;}
.yellowSpacer {width:100%; clear:both; background-image:url(website_images/yellowSpacer.jpg); background-repeat:no-repeat; height:5px;}


#topNav {}

#topNav ul {list-style: none; margin: 0; padding: 0;}

#topNav li { 
	height:20px;
	line-height:20px;
    float: left;
	background-image:url(website_images/navIcon.jpg); background-repeat:no-repeat;
	padding-left:12px;
	margin-right:10px;
}


#sideNav {}

#sideNav ul {list-style: none; margin: 0; padding: 0;}

#sideNav li { 
	min-height:20px;
	line-height:20px;

	background-image:url(website_images/navIcon.jpg); background-repeat:no-repeat;
	padding-left:12px;
	margin-right:10px;
	border-bottom: 1px dashed #cccccc;
}

#footer {width:800px; text-align:left; padding-top:10px;}



.anylinkcss{
position:absolute;
visibility: hidden;
border:1px solid black;
border-bottom-width: 0;
font:normal 12px Verdana;
line-height: 18px;
z-index: 100;
background-color: #E9FECB;
width: 205px;
margin-left:60px;
}

.anylinkcss a{
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 1px solid black;
padding: 1px 0;
text-decoration: none;
font-weight: bold;
text-indent: 5px;
}

.anylinkcss a:hover{ /*hover background color*/
background-color: black;
color: white;
}

