/* CSS Document */
/* CSS Document */
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#000000;
}
a:link {
	color: #000000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color:#000000; 
}
a:hover {
	text-decoration: none;
	color: #0099FF;
}
a:active {
	text-decoration: none;
	color: #00CCFF;
}
ul{
	margin:0px;
	padding:0px;
}	
li{
	list-style-image:none;
	list-style-type: none;
	position: relative;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #999999;
	}
ol{
	position: relative;
	margin: 0px;
	float: left;
}
ol li{
	width:650px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	list-style-image:none;
	list-style-type: none;
	height: 25px;
	background-color: #F0F0DF;
	padding:5px 5px 5px 25px;
	position: relative;
	}
 hr{border:1px dashed #86BCD4; height:1;}
 #bodyco{
	width:800px;
	position: relative;
	border: 1px solid;
	padding:10px;
	height:auto;
   }
#head {
	font-size: 16px;
	color: #000000;
	position: relative;
	border: none;
	width:800px;
	position: relative;
	background-image: url(topbar-bg.png);
	height:69px;
}
 #nav
 {
	width:800px;
	position: relative;
	top:2px;
	border: 0px none;
	height: 30px;
	background-image: url(menu_bg.jpg);
	text-align: center;
	padding:6px 0px 0px 0px;
   }
 #headleft
 {
	float:left;
	clear:right;
	position: relative;
	width: 203px;
   }
 #headright
 {
	float:left;
	clear:right;
	position: relative;
	left:20px;
	width: 500px;
	padding:20px 10px 23px 50px;
	font-weight: bold;
	font-size: 16px;
	color: #CC0000;
   }
#bottom
 {
	width:800px;
	padding-bottom: 15px;
	padding-top: 15px;
	text-align: center;
	height:10px;
	background-color: #667546;
   }
   #copyright
 {

	width:800px;
	clear:both;
	padding-bottom: 5px;
	padding-top: 10px;;
	text-align: center;
   }
#footer
 {
 	width:800px;
	border: 1px none #999999;
	clear:both; 
	color: #333333;
	line-height: 20px;
	padding:10px;
 }