body {
	background: #015554;
	font-family: Century Gothic, Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	line-height: 1.6em;
	color: #f4f4cc;
}

H1 {font-family: Century Gothic,Georgia, serif;
	line-height: 1.7em;
	font-size: 1.4em;
	font-weight: bold;
	margin-top: 1.3em;
	margin-bottom: 0.6em;
	color: #f4f4cc;
}

H2 {font-family: Century Gothic,Georgia, serif;
	font-size: 1.2em;
	font-style: normal;
	margin-top: 0;
	margin-bottom: 0;
	color: #f4f4cc;
}


H4 {font-family: Century Gothic, Georgia, serif;
	font-size: 1.0em;
	font-weight: bold;
	margin-bottom: 0.2em;
	margin-top: 0.2em;
	color: #f4f4cc;
}

a:link {
	text-decoration:underline;
	color: #FFEFA3;
}

a:link:hover {
	text-decoration:underline;
	color:#FFD201;
}

a:visited {
	text-decoration:underline;
	color: #C4CDDA;
}

a:visited:hover {
	text-decoration:underline;
	color:#FFD201;
	}

LI {margin-top:0;
margin-bottom:5;
}

OL {margin-top:0;
margin-bottom:5;
}

.homeContent {
	font-family: Century Gothic, Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	line-height: 2.0em;
	color: #f4f4cc;
}

.homeContent H1 {font-family: Century Gothic,Georgia, serif;
	line-height: 1.7em;
	font-size: 1.4em;
	font-weight: bold;
	margin-top: 1.3em;
	margin-bottom: 0.6em;
	color: #f4f4cc;
}


.tagline h1 {font-size: 2em;
color:#004200;
font-weight: normal;
font-family: century gothic;
margin-top: 0.8em;
white-space:nowrap;
}

.title {font-size: 3em;
color:#004200;
font-family: century gothic;
margin-left: 5.0em;
margin-top: 2.0em;
margin-bottom: 0.3em;
white-space:nowrap;
}



/* --- Footer --*/


.footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	line-height: 1.2em;
	margin-top: 0;
	color: #659F51;
}

.footer a:link {text-decoration:none;
		color: #FFEFA3;
	}

.footer a:link:hover {text-decoration:none;
		color:#FFD201;
	}

.footer a:visited {text-decoration:none;
		color: #C4CDDA;
	}

.footer a:visited:hover {text-decoration:none;
		color:#FFD201;
	}

.footerNav {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	line-height: 1.7em;
}

.footerNav a:link {
	text-decoration:none;
	color: #FFEFA3;
}

.footerNav a:link:hover {
	text-decoration:underline;
	color:#FFD201;
}

.footerNav a:visited {
	text-decoration:none;
	color: #C4CDDA;
}

.footerNav a:visited:hover {
	text-decoration:underline;
	color:#FFD201;
}

#mySubmit { font-size: 10pt;
color: white;
padding: 3px; 
font-weight: normal;
}

HR { height: 0.3em; 
width:98%; 
background: #ED7C03; 
margin-top: 0.5em;
margin-bottom:0.3em;
} 


