/* light green #8BCD66 */
/* dark green #003300 */
body {
	font-size: .75em;
	margin: 0px;
	font-family: trebuchet ms, arial, sans serif;
}
	
p	{
	font-family: trebuchet ms, arial, sans serif;
	margin-left: 10px;
	margin-right: 10px;
	color: #ffffff;
}
	
ol, ul, li {
	font-family: trebuchet ms, arial, sans serif;
	padding: 0px;
	margin-left: 10px;
	margin-right: 10px;
	list-style: square;
}

h1, h2, h3	{
	color: #F7EA4E;
	margin-left: 10px;
	margin-right: 10px;
	text-transform: uppercase;
}

h1	{
	font-size: 1.4em;
}

h2	{
	font-size: 1.2em;
}

h3	{
	font-size: 1em;
}
	
img	{
	border-width: 0px;
}

a  {
	color: #ffffff;
	text-decoration: underline;
}

a:visited  {
	background-color: transparent;
	color : #ffffff;
}

a:active  {
	background-color: transparent;
	color : #ffffff;
}

a:hover  {
	background-color: #F7EA4E;
	color: #003300;
	text-decoration: none;
}

.navigation	{
	margin-top: 15px;
	margin-bottom: 10px;
	width: 566px;
	height: 26px;
}

.footer {
    background-color: #003300;
	color: #ffffff;
    text-align: center;
}

.submenu	{
	color: #ffffff;
	background-color: transparent;
}

.secondarypage	{
	background-color: #003300;
}

.contentarea	{
	background-color: #ffffff
	color: #333333;
}

