body {
	background-color: #6A6A6A;
	background-image: url(../images/bg-main.jpg);
	background-repeat: repeat-x;
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
}
img {
	border: none;
}
#nav {
	width: 600px;
	float: right;
	text-align: left;
}
#topheader {
	background-color: #060;
	background-image: url(../images/bg-greentop.gif);
	color: #FFF;
	padding: 10px;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #bac7b5;
}
a:hover {
	text-decoration: underline;
}
#header{
	padding: 15px;
}
#header ul li{
	display: inline;
}
#header ul li a{
	text-decoration: none;
	text-transform: uppercase;
	color: #707070;
	font-size: 12px;
	margin-right: 15px;
}
#logo {
	margin-top: 10px;
	width: 200px;
}
#subnav {
	background-color: #333333;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
	padding: 5px;
}
#subnav ul {
	display: inline;
}
#subnav ul li {
	display: inline;
	margin: 0;
	text-align: left;
	padding-right: 10px;
}
#subnav ul li a{
	color: #FFF;
	text-decoration: none;
	font-size: 10px;
}
#wrapper {
	margin: 0 auto;
	width: 894px;
}
#formwrapper {
	border:#9CC solid 1px;
	background-color:#FFC;
	padding: 5px;
}
#clear {
	clear: both;
}
#headernums {
	margin: 0 auto;
	width: 855px;
	text-align: right;
}
#headernums a{
	color: #FFF;
	text-decoration: none;	
}
#mainbody {
	background-color: #FFF;
	background-image: url(../images/bg-gray-white.jpg);
	background-repeat: repeat-x;
	padding: 25px;
	line-height: 20px;
}
h1 {
	color: #009900;
	font-size: 16px;
	margin-top: 0px;
	padding-top: 0px;
}
h2 a{
	text-decoration: none;
	font-size: 12px;
	color: #2246A6;
}
#footer {
	background-color: #063;
	background-image: url(../images/bg-greentop.gif);
	border: 1px solid #FFF;
	height: 23px;
}
#bottom {
	font-size: 10px;
	color: #FFF;
	text-align: center;
	padding-top: 25px;
	padding-bottom: 25px;
}
#leftcol {
	width: 180px;
	float: left;
}
#leftcol h3{
	padding-left: 20px;
	padding-bottom: 10px;
	background-color: #CCC;
	padding-top: 10px;
	padding-right: 0px;
	margin: 0px;	
}
#leftcol ul{
	margin-top: 0px;
}
#body {
	width: 500px;
	float: right;
	padding: 15px;
	background-color: #FFF;
	line-height: 20px;
}
#rightcol {
	float: right;
	width: 150px;
	padding: 15px;
}
#bodywrapper {
	background-color: #FFF;
	background-image: url(../images/bg-gray-white.jpg);
	background-repeat: repeat-x;
}
#leftcol ul{
	margin-left: 10px;
	padding-left: 10px;
		padding-top: 10px;

}
#leftcol ul li{
	list-style-type: none;
	padding-top: 10px;
}
#leftcol ul li a {
	text-decoration: none;
	color: #666;
}
#leftcol ul li ul {
	margin-left: 5px;
	padding-left: 5px;
	padding-bottom: 10px;
}
#leftcol ul li ul a {
	font-size: 10px;
	color: #42821E;
	text-decoration: underline;
}
a {
	color: #069;
}
#toplefthdr{
	float: left;
}
#bottom a{
	color: #FFF;
}
