/* Base Styles for All Pages */
body {
	margin: 0;
	padding: 10px 0;
	background: #3198D3 url(/images/bg.jpg) repeat-x left top; /*D4EAF5*/
	text-align: center;
}
body, table, tr, th, td, ul, li, h1, h2, h3, h4, h5, h6, p, dt, dd {
	color: #000;
	font: 14px/1.2em Arial, Helvetica, sans-serif;
}
h2 {
	font-size: 22px;
	font-weight: bold;
	text-transform: uppercase;
	margin-top: 0;
}
h3 {
	font-size: 18px;
	font-weight: bold;	
	color: #578900;
}
a {
	color: #E60;
	text-decoration: underline;
	font-weight: bold;
}
a:visited {
	color: #ff872c;
	text-decoration: underline; 
}
a:hover { 
	color: #ff872c;
	text-decoration: none;
}
a:active { 
	color: #ff872c;
	text-decoration: none;
}
#bodyWrapperTop {
	width: 770px;
	height: 8px;	
	margin: auto;
	background: url(/images/bgTop.png) no-repeat center top;
}
#bodyWrapper {
	width: 756px;
	margin: auto;
	padding: 1px 7px;
	text-align: left;
	background: url(/images/bgMiddle.png) repeat-y center top;
	position: relative;
}
#bodyWrapperBottom {
	width: 770px;
	height: 8px;	
	margin: auto;
	text-align: left;
	background: url(/images/bgBottom.png) no-repeat center bottom;
}
/* Logo
----------------------------------------------- */
h1 {
	margin: 0;
	padding: 0;
	position: relative;
	width: 756px;
	height: 101px; /* 101px; */
	overflow: hidden;
}
h1 span {
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
	width: 756px;
	height: 101px;
	margin: 0;
	padding: 0;
	background: url(/images/logo.gif) no-repeat;
}
/* Primary Navigation 
----------------------------------------------- */
#primaryNav {
	clear: both;
	background: #76A800 url(/images/primaryNavBG.gif) repeat-x top left;
	width: 100%;
	float: left;
}
#primaryNav ul {
	padding: 0;
	margin: 0;
}
#primaryNav ul li {
	display: inline;
}
#primaryNav a {
	display: block;
	float: left;	
	margin: 0 1px 0 0;	
	padding: 14px 12px;	
	font-size: 17px;
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
}
/*#primaryNav a.first {
	border-left: 1px solid #578900;
}*/
#primaryNav a:hover {
	background: #3D7000 url(/images/primaryNavOnPageBG.gif) top center no-repeat;
	color: #FFF;
}
#primaryNav a#on {
	background: #3D7000 url(/images/primaryNavOnPageBG.gif) top center no-repeat;
	color: #FFF;
}
#search {
	float: right;
	margin: 12px 5px -5px 0;
}
#searchBtn {
	margin-top: -3px;
	vertical-align: middle;
}
.spacer {
	clear: both;
}
/* Secondary Navigation 
----------------------------------------------- */
#secondaryNav {
	float: left;
	width: 170px;
}
#secondaryNav ul {
	list-style: none;
	padding: 0;
	margin: 1em 0;
}
#secondaryNav ul li {
	border: 1px solid #88c7e9;
	background: #c6e6f3 url(/images/secondaryNavBG.jpg) bottom left repeat-x;
	margin: 5px 0;
	padding: 0;
}
#secondaryNav ul li a {
	display: block;
	color: #000;
	font-weight: normal;
	text-decoration: none;
	background: url(/images/secondaryNavIcon.gif) center left no-repeat;	
	padding: 10px 5px 10px 32px;
}
#secondaryNav ul li a:hover {
	background: #f1ffff url(/images/secondaryNavIconOn.gif) center left no-repeat;	
}
#secondaryNav ul li a#on {
	background: #f1ffff url(/images/secondaryNavIconOn.gif) center left no-repeat;	
}
#secondaryNav #info {
	text-align: center;
	background: #E8FFA2 url(/images/secondaryNavInfoTop.gif) top left no-repeat;
	/* border-left: 1px solid #99af57;
	border-right: 1px solid #99af57; */
	padding: 0 5px;
	margin: 30px 0 0 0;
}
#secondaryNav #info p {
	padding: 15px 0 0 0;
	margin: 0;
}
#secondaryNav #infoBottom {
	height: 15px;
	margin: 0;
	padding: 0;
	background: #FFF url(/images/secondaryNavInfoBottom.gif) top left no-repeat;
}
/* Content
----------------------------------------------- */
#content {
	margin: 1em 5px 0 0;
	float: right;
	width: 565px;
}