/* begin css reset */ 
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, 
blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, 
font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, 
u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, 
caption, tbody, tfoot, thead, tr, th, td { 
	border: 0; 
	outline: 0; 
	font-size: 100%; 
	vertical-align: baseline; 
	background: transparent; 
}

body {
	background: #e9efd5 url('../images/document_background.gif') repeat-x;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	margin: 0;
}

#pagewrapper{
	width: 960px;
	text-align: left;
}

#topbar {
	background: #6b8425;
	border-bottom: 10px solid #fff;
	margin: 0 10px;
	overflow:auto;
}

#topnav{
	width: 600px;
	float:left;
	overflow:auto;
	line-height: 50px;
}
#topnav ul{
	margin:0;
	padding:0;
}
#topnav li{
	float: left;
	list-style-type: none;
	white-space: nowrap;
	
}
#topnav a:link, #topnav a:visited {
	font-weight: bold;
	color: #fff;
	text-decoration: none;
	font-size: 0.9em;
	float: left;
	padding-right: 15px;
	text-transform: uppercase;
}
#topnav a:hover {
	text-decoration: underline;
}
#topnav a:link.on, #topnav a:visited.on, #topnav a:hover.on {}

#search{
	float: right;
	width: 290px;
	line-height: 40px;
	text-align:left;
}
#search form.search {
	margin:0;
	padding:0;
	padding-left: 3px;
}
#search form.search input.input {
	border: 1px solid #fff;
	padding-left: 3px;
}
#search form.search input.submit {
	background: #6b8425;
	border: 1px solid #6b8425;
	text-decoration: underline;
	cursor: pointer;
	color: #fff;
	font-weight: bold;
}
#searchspacer{
	float:right;
	width:10px;
}

#header{
	background: url('../images/header_background.gif') repeat-x;
	overflow:auto;
}

#headerinner{
	background: #fff;
	overflow:auto;
	margin:0 10px;
}

#tagline {
	float: left;
	color: #000;
	padding: 70px 0 0 10px;
}

#logo{
	float: right;
	width: 300px;
	margin:20px 0;
}

#bannerbar{
	overflow: auto;
	background: #506015;
	color: #fff;
	font-size: 1.2em;
}

.banner{
	float: left;
}

#bannertext{
	width: 400px;
}

#main{
	overflow:auto;
	background-color: #fff;
	border-left: 10px solid #afb3a0;
	border-right: 10px solid #afb3a0;
}

ul.nav {
	vertical-align: top;
	padding: 0px;
	margin-top: 0px;
}
ul.nav li {
	padding: 0px 0px 0px 25px;
	line-height: 28px;
	margin: 0px;
	list-style: none;
}
ul.nav li.over,ul.nav li.on  {
	background: #6b8425;
}	
ul.nav a:link, ul.nav a:visited {
	color: #000;
	text-decoration: none;
}
ul.nav a:link.on, ul.nav a:visited.on, ul.nav a:hover.on {
	color: #ffffff;	
}	
ul.nav a:hover {
	text-decoration: none;
}
ul.nav li.over a:link, ul.nav li.over a:visited {
	color: #ffffff;
}

ul.subnav {
	padding-left: 25px;
}
ul.subnav li{
}
ul.subnav li.on {
	background: #fff;
	text-decoration: underline;
}
ul.subnav a:link, ul.subnav a:visited {
}
ul.subnav a:link.on, ul.subnav a:visited.on {
	color: #6b8425;
	text-decoration: underline;
}
ul.subnav a:hover {
	text-decoration: underline;
}

#right-column {
	width: 250px;
	float: right;
	margin-right: 20px;
	overflow: auto;
}

#right-column a:link, #right-column a:visited {
	text-decoration: none;
}

#right-column a:hover {
	text-decoration: underline;
}

#content {
	float: left;
	vertical-align: top;
	line-height: 1.5;
	width:630px;
	overflow: auto;
	margin-left:20px;
}
#content table, table.spintable {
	font-size: 10pt;
}

#content p {}

/* use h2 for the title of a section */
#content h2 {}
	
/* use h3 for the title of an item, or a group heading */
#content h3 {}

/* use h4 for subtitles and such */
#content h4 {}
	
/* caption style override for pictures within the template1-content area */
#content .caption {}

/* inline links */
#content a:link, #content a:visited {
	color: #0099ff;
	text-decoration: none;
}
	
#content a:hover {
	text-decoration: underline;
}

/* use .itemlink class for anything that clicks through to an item */
#content a:link.itemlink, #content a:visited.itemlink {
	font-weight: bold; 
}

#content a:hover.itemlink {}

/* use .itemtitle for things that are like .itemlink, but aren't links */
#content .itemtitle {
	font-weight: bold;
	color: #000000;
}

div.wd_sponsors {
	padding: 0 15px 10px 15px;
}

div.wd_sponsors p {
	color:#fff;
	background: #6b8425;
	margin: 0 0 5px 0;
	padding: 5px;
}

div.wd_sponsors img {
	padding: 10px;
}

#footer {
	padding: 4px 15px 15px 15px;
	color: #000;
	background: #9caf54;
}

#footerinner{
	width: 940px;
}

#footer img {
	float: right;
}
	
#footer a:link, #footer a:visited {
	color: #0066CC;
	text-decoration: none;
}
	
#footer a:hover {
	text-decoration: underline;
	background-color: #FFFF99;
}

.contentbox table {
	margin: 0px;
}

.pageimage {
	margin: 0px;
	padding: 0px;
}

.poll td {
	font-family: verdana, arial, sans-serif;
	font-size: 11px;
	color: #000000;
}

.poll h3 {
	font-family: verdana, arial, sans-serif;
	font-size: 13px;
	margin: 0px 0px 4px 0px;
	padding: 2px;
}

.poll h4 {
	font-family: verdana, arial, sans-serif;
	font-size: 11px;
	color: #000033;
	margin: 0px;
}

.formbuilder p {
	margin: 0px;
	padding: 0px;
}
