body {
	background: #FFF;
	text-align: center;
	margin: 0px 0px 0px 0px;
	padding: 0px;
}
html, body { /* saves you from the "centering jump" on short pages */
	min-height: 100%;
	margin-bottom: 1px;
}




/* header styles */
.header {
	font: 11px "Century Gothic", Arial, Helvetica, sans-serif;
	color: #666666;
	text-decoration: none;
}
.header a{
	color: #666666;
	text-decoration: none;
}
.header a:hover{
	color: #486D39;
	text-decoration: underline;
}
.headerHEADING {
	font: bold 20px "Century Gothic", Arial, Helvetica, sans-serif;
	color: #333333;
	font-style: italic;
	letter-spacing: 1px;
}




/* main navigation styles */
.main_nav {
	font: bold 11px "Century Gothic", Arial, Helvetica, san-serif;
	color: #FFFFFF;
	text-decoration: none;
}
.main_nav a{
	color: #FFFFFF;
	text-decoration: none;
}
.main_nav a:hover{
	color: #D0DCC4;
	text-decoration: none;
}



/* left nav styles */
.leftnav_table {
	margin: 0px;
	padding: 0px;
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	float: left;
	left: auto;
}	
.leftnav_PURheading {
	font: bold 13px "Century Gothic", Arial, Helvetica, sans-serif;
	color: #486d39;
	padding: 5px;
}
.left_nav a {
	font: bold 12px "Century Gothic", Arial, Helvetica, sans-serif;
	color: #486d39;
	text-decoration: none;
}
.left_nav a:hover {
	font: bold 12px "Century Gothic", Arial, Helvetica, sans-serif;
	color: #88A06C;
	text-decoration: underline;
}
.left_nav {
	font: 12px "Century Gothic", Arial, Helvetica, sans-serif;
	color: #333333;
	padding: 7px;
}





/* maintext styles */
.maintext_WHTheading {
	font: bold 14px/25px "Century Gothic", Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}
.maintext_PURheading {
	font: bold 15px "Century Gothic", Arial, Helvetica, sans-serif;
	color: #486D39;
	padding: 5px;
}
.maintext_PURheading a {
	color: #486D39;
	text-decoration:underline;
}
.maintext_PURheading a:hover {
	color: #333;
	text-decoration:underline;
}
.maintext_subheading {
	font: bold 12.5px "Century Gothic", Arial, Helvetica, sans-serif;
	color: #486D39;
	line-height: 19px;
}
.maintext_subheading2 {
	font: bold 12.5px "Century Gothic", Arial, Helvetica, sans-serif;
	color: #88A06C;
	line-height: 19px;
}
.maintext {
	font: 12.5px "Century Gothic", Arial, Helvetica, sans-serif;
	color: #333333;
	padding: 7px;
	line-height: 18px;
	font-weight: 400;
}
.maintext_bold {
	font: bold 12.5px "Century Gothic", Arial, Helvetica, sans-serif;
	color: #333333;
}
.maintext_italic {
	font: 12.5px "Century Gothic", Arial, Helvetica, sans-serif;
	color: #333333;
	font-style: italic;
}
.maintext a {
	font: bold 12.5px "Century Gothic", Arial, Helvetica, sans-serif;
	color: #486D39;
	text-decoration: none;
}
.maintext a:hover {
	font: bold 12.5px "Century Gothic", Arial, Helvetica, sans-serif;
	color: 88A06C;
	text-decoration: underline;
}



/* footer styles */
.footer{
	font: 10px "Century Gothic", Arial, Helvetica, sans-serif;
	color: #666666;
	text-decoration: none;
}
.footer a{
	color: #666666;
	text-decoration: none;
}
.footer a:hover{
	color: #486D39;
	text-decoration: underline;
}



/* form styles */
.formfield1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #666666;
	padding: 0px 0px 0px 0px;
	height: 16px;
	width: 112px;
	text-align: left;
	text-indent: 20px;
	border: 1px solid #666666;
	background-color: #FFFFFF;
	vertical-align: middle;
}
