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

/*background image - stretch and in place*/
body, html {
	font-family: Tahoma, Geneva, sans-serif;
	margin:auto;
	font-size:14px;
	line-height:18px;
}


#body, html a {
	color:#3f8558;
	font-size:14px;
	line-height:18px;
	font-weight:400;
	text-decoration:none;
}

#body, html a:hover {
	color:#000000;
	font-size:14px;
	line-height:18px;
	font-weight:400;
	text-decoration:underline;
}

/*the main table location */
#container {
	margin:auto;
	vertical-align:middle;
	width:1080px;
	z-index:70;
}

/*inner table format*/
#innerContentMain {
	width:1080px;
	margin-top:10px;
}

/*Header Framing and search field text formatting */
#header {
	margin:auto;
	width:1100px;
	z-index:600;
}

/*Footer Framing and search field text formatting */
#footer {
	margin:auto;
	width:1100px;
	z-index:600;
}

#tdtitle {
	color:#FFFFFF;
	font-weight:700;
}

/*Top navigation font*/
#topnavbtns  {
	color:#FFFFFF;
	font-size:12px;
	font-weight:bold;
}
#topnavbtns a {
	color:#FFFFFF;
	font-size:12px;
	text-decoration:none;
	font-weight:bold;
}

#topnavbtns a:hover {
	text-decoration:underline;
	color:#FFFFFF;
	font-size:12px;	
	font-weight:bold;
}

/*Bottom navigation font*/
#botnavbtns {
	color:#FFFFFF;
	font-size:12px;
}

#botnavbtns a {
	color:#FFFFFF;
	font-size:12px;
	text-decoration: none;
}

#botnavbtns a:hover {
	color:#FFFFFF;
	font-size:12px;	
	text-decoration: underline;
}


/*large green headers*/
h1 {
	color:#3f8558;
	text-align:left;
	letter-spacing:2px;
	line-height:20px;
	font-size:24px;
	font-weight:500;
}

h2 {
	color:#3f8558;
	text-align:left;
	letter-spacing:2px;
	line-height:20px;
	font-size:20px;
	font-weight:500;
}

h4 {
	color:#3f8558;
	text-align:left;
	letter-spacing:2px;
	line-height:12px;
	font-size:18px;
	font-weight:500;
}

sup {
	font-weight: bolder;
	font-size:10px;
	color:#3f8558;
}

