﻿body 
{
    background-color:#C8E2A6;
    font-family: Arial;
    font-size: 10pt;
}
h1
{
 color:#3E9630;
 font-size:16pt;
 font-family: Trebuchet MS;
}

h2
{
 color:#3E9630;
 font-size:15pt;
 font-family: Trebuchet MS;
}
h3
{
 color:#3E9630;
 font-size:14pt;
 font-family: Trebuchet MS;
}
h4
{
 color:#3E9630;
 font-size:13pt;
 font-family: Trebuchet MS;
 padding:0px;
}
h5
{
 color:#3E9630;
 font-size:12pt;
 font-family: Trebuchet MS;
 padding:0px;
}

#nav
{
	height:27px;
	margin:15px 0 0 5px;
}

#nav ul
{
	list-style:none;
	margin:0 0 0 60px;
	padding:0;
}

#nav li
{
	float:left;
}

.sep {padding:5px 4px 0px 4px;}

#nav li a
{
	color:#fff;
	font-family: Arial;
	font-size:12px;
	
	float:left;
	height:27px;
}

#nav li a:hover
{
	background-color:#92C55C;
}
.smallText
{
    font-family: Arial;
	font-size:10px;
    }
.hr_green
{
	color:#92C55C;
	height: 1px;
	padding: 0px;
}
.greenHeader
{ font-family:Arial;
    font-weight:bold;
    color:#3E9630;
    }
.greenH4 
{
    color:#3E9630;
 font-size:13pt;
 font-family: Trebuchet MS;
 padding:0px;
    }
p
{
	margin:11px 0;
}
.footer
{
    font-size:8pt;
    color:#9C9C9C;
    
   }