/* CSS Document */
#body {
background-color:#FFFFFF;
margin-top: -10px;
padding-top: 0px;

}

#topbanner{
width:801px;
height:142px;
}

#footer {
width:600px;
color:#000000;
font-size:10px;
text-align:justify;
font-family:Georgia, "Times New Roman", Times, serif;
	margin-right: auto;
	margin-left: auto;
	float:right;
}

#smallimg{
	float: right;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 75%;
	font-style: italic;
	color: #000000;
	text-align: center;
	margin-right: 5px;
	margin-left: 10px;
}




#container {
	background-color: #FFFFFF;
	margin-right: auto;
	margin-left: auto;
	width: 800px;
	padding: 0px;
	margin-top: 0px;
	}
	
#left {

width: 185px;
color:#006600;
float:left;

}

#left li{
	list-style-image: none;
	list-style-type: none;
	line-height: 170%;
	text-decoration: none;
	font-family: Georgia, Verdana, Arial, Helvetica, sans-serif;
	color: #006600;
	margin-left: -40px;
}

#left li a{
	color: #006600;
	text-decoration:none;
	}
	

#left li a:visited {color: #006600}  /* visited link */
#left li a:hover {
color: #009900;
text-decoration: underline;
}   /* mouse over link */
#left li a:active {color: #009900}   /* selected link */

#right { 

width: 610px;
color:#000000;
float: right;

}




