@charset "utf-8";
/* CSS Document */

html {
	min-height:100%;
	margin-bottom:1px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #6a655b;
	}
a, img, a img { 
	border:none;
	outline: none;
	text-decoration: none;
}
h1 {
	color: #5c8727;
	font-size: 16px;
	margin: 0;
	padding: 0;
}
h2 {
	color: #5c8727;
	font-size: 14px;
}
ol li {
	margin-bottom: 20px;
}
.floatleft {
	float: left;
	margin-bottom: 7px;
	margin-right: 10px;
}
#container {
	width: 790px;
	margin: auto;
}
#header {
	height: 175px;
	background-image: url(../images/header.gif)
}
.sf-menu .topnav1 {
	width:266px;
	display: block;
}
.sf-menu .topnav2 {
	width:250px;
	display: block;
}
.sf-menu .topnav3 {
	width:260px;
	display: block;
}
#subnav1 li {
	background-color: #e7bb3c;
	margin-left: 74px;
}
#subnav1 li:hover, #subnav1 li.sfHover,
#subnav1 a:focus, #subnav1 a:hover, #subnav1 a:active {
	background-color:		#f2dca4;
	outline:		0;
}
#subnav2 li{
	background-color: #e7bb3c;
	margin-left: 58px;
}
#subnav2 li:hover, #subnav2 li.sfHover,
#subnav2 a:focus, #subnav2 a:hover, #subnav2 a:active {
	background:		#f2dca4;
	outline:		0;
}	
#subnav3 li {
	background-color: #e7bb3c;
	margin-left: 58px;
}
#subnav3 li:hover, #subnav3 li.sfHover,
#subnav3 a:focus, #subnav3 a:hover, #subnav3 a:active {
	background:		#f2dca4;
	outline:		0;
}
#subnav3 .subnav3b li {
	margin-left: 0px;
}
#container #innercontent {
	width: 751px;
	margin-bottom: 20px;
	margin-top: 20px;
}
#container #innercontent a {
	color: #5c8727;
	font-weight: bold;
}
#container #innercontent a:hover {
	text-decoration: underline;
}
#container #innercontent td {
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
	padding-right: 20px;
	vertical-align: top;
}
.toprightborder {
	border-top-width: 2px;
	border-right-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-top-color: #cfcfcf;
	border-right-color: #cfcfcf;
}
.rightborder {
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #cfcfcf;
}
.topborder {
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #cfcfcf;
}
#sidebarheading  {
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 15px;
	width: 218px;
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #d1d0cf;
}
#sidebarheading h1{
	color: #5c8727;
}
#container #innercontent #sidebarnav {
	width: 243px;
	padding-top: 15px;
	padding-bottom: 15px;
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #d1d0cf;
}
#container #innercontent #sidebarnav, #container #innercontent #sidebarnav ul {
	margin-left: 0px;
	padding-left: 5px;
	list-style-type: none;
}
#container #innercontent #sidebarnav ul li {
	font-size: 14px;
	color: #575759;
	line-height: 30px;
}
#container #innercontent #sidebarnav ul li a{
	font-weight: bold;
	color: #472a2b;
	line-height: 30px;
}
#container #innercontent #sidebarnav a.selected {
	color: #000;
}
#footer {
	background-image: url(../images/footer_bg.gif);
	background-repeat: no-repeat;
	height: 106px;
}	
#footernav {
	margin-left: 150px;
}
#footernav ul li {
	float: left;
	list-style-type: none;
	background-image: url(../images/footer_nav.gif);
	background-repeat: no-repeat;
	height: 22px;
	padding-left: 22px;
	padding-right: 22px;
	margin-top: 17px;
}
#footernav li:hover, #footernav li:hover a, li.selected {
  	background-position:0% -34px;
  }
#footernav li:hover a {
	background-position:100% -34px;

  }
.footnote {
	font-size: 10pt;
}