body {
	margin: 0px;
	background-color: #f7f8f7;
}

H1 {
	font-family: Arial, Helvetica;
	color: #009933;
	font-size : 18pt;
	text-align: center;
}
th {
	padding: 5px;
}

H2 {
	font-family: Arial, Helvetica;
	color: #008933;
	font-size : 14pt;
}

H3 {
	font-family: Arial, Helvetica;
	color: #028C36;
	font-size : 14pt;
	text-align: center;
}

H4 {
	font-family: Arial, Helvetica;
	color: #028C36;
	font-size : 12pt;
	background-color: #F7F8F7;
	padding-top: 2px;
	padding-bottom: 2px;
	text-align: center;
}

p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: black;
	font-size : 10pt;
}

b { 
	font-family: Arial, Helvetica; 
	color: black; 
	font-size : 10pt; 
}

i { 
	font-family: Arial, Helvetica; 
	color: black; 
	font-size : 10pt; 
}

table { 
	font-family: Arial, Helvetica; 
	color: black; 
	font-size : 10pt; 
}

li { 
	font-family: Arial, Helvetica; 
	color: black; 
	font-size : 10pt; 
}

hr {
	width: 85%;
	color: #FFFFF;
}

a:link {
	color : #003399;
}


a:visited {
	color : #003399;
}

a:hover {
	color : #0099FF;
}

a:active {
	color : #3366FF;
}

img { border-color : #000000; }
    
.formfields  {
	font-family: arial;
	color: #000000;
	font-size: 9pt;
	width: 100;
	border: 1px solid #000000;
	padding-left: 2px;
	padding-right: 2px;
	background-color: #FFFFFF;
	background-image: url('../images/formgrad.jpg');
	background-position: top;
	background-repeat:no-repeat;
	margin-top: 2px;
	margin-bottom: 2px;
}
}
    
img {
    behavior: url("../pngbehavior.htc");
}
/*classes related to the primary navigation*/
.ulnav {
	padding: 0px;
	margin: 0px;
}

.linav {
	font-size: 13px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	width: 152px;
	float: left;
	text-align: center;
	padding-top: 12px;
	background-repeat: no-repeat;
	color: #333333;
	display: inline;
	height: 30px;
	background-image: url(images/button.jpg);
}
.linavlong {
	display: inline;
	font-size: 14px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	background-image: url(images/button.jpg);
	height: 30px;
	width: 152px;
	float: left;
	text-align: center;
	padding-top: 8px;
	background-repeat: no-repeat;
	color: #333333;
}
.linavselected {
	display: inline;
	font-size: 13px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	background-image: url(images/buttonselected.jpg);
	height: 30px;
	width: 152px;
	float: left;
	text-align: center;
	padding-top: 15px;
	background-repeat: no-repeat;
	color: #333333;
}
.linavselectedlong {
	display: inline;
	font-size: 14px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	background-image: url(images/buttonselected.jpg);
	height: 30px;
	width: 152px;
	float: left;
	text-align: center;
	padding-top: 8px;
	background-repeat: no-repeat;
	color: #333333;
}
.linav a:link {
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	color: #009933;
}
.linav a:visited {
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	color: #018632;
}
.linav a:hover {
	font-family: Arial, Helvetica, sans-serif;
	color: #CC0033;
}
.linav a:active {
	color: #33FF00;
}

/*Id's for div containters related to the layout.*/
#frame {
	width: 912px;
	margin-right: auto;
	margin-left: auto;
	display: block;
	background-color: #FFFFFF;
	border: 2px solid #014D1C;
}
#banner {
	background-color: #F7F8F7;
}
#navigation{
	background-color: #019933;
	width: 152px;
	float: left;
}
#content {
	background-color: #FFFFFF;
	padding: 10px;
	float: right;
	margin-bottom: 20px;
	display: block;
	width: 740px;
}

#footer {
	text-align: center;
	background-color: #F7F8F7;
	height: 35px;
	padding: 5px;
	clear: both;
}
#cont {
	background-color: #F7F8F7;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 10px;
}
.internaldiv {
	background-color: #FFFFFF;
	margin-right: 40px;
	margin-left: 40px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	height: 120px;
}
.rightinternal {
	float: left;
	display: block;
	margin: 0px;
	width: 170px;
	padding: 10px;
}
.addressdiv {
	font-style: italic;
	background-color: #F7F8F7;
	height: 60px;
	margin-right: auto;
	margin-left: auto;
	padding: 10px;
	border: 1px solid #009933;
	color: #CC0033;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	width: 380px;
}
.specialtext {
	font-size: 16px;
	font-style: italic;
	color: #333333;
	font-weight: bold;
}
.rightcontainer {
	float: right;
	width: 220px;
	display: block;
	padding: 10px;
	background-color: #B8C8BE;
	margin-left: 10px;
}
.centeredtext {
	text-align: center;
}
.leftinternal {
	float: left;
	display: block;
	margin: 0px;
	text-align: center;
	width: 170px;
	padding: 10px;
}
.contactdiv {
	background-color: #014D1C;
	height: 20px;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 13px;
	text-align: right;
	padding-right: 10px;
	padding-left: 20px;
	padding-top: 3px;
	width: 882px;
}
/*classes for navigation in footer*/
.lifooter {
	display: inline;
	padding-right: 4px;
	padding-left: 4px;
}
.footerul {
	display: inline;
	padding: 0px;
	margin-bottom: 5px;
}
.imgright {
	float: right;
}
.formdiv   {
	float: left;
}
.textright {
	float: right;
}
.servicescontainer {
	display: inline;
}
.imgcentered {
	display: block;
	margin-right: auto;
	margin-left: auto;
}
.affiliatescontainer {
	text-align: center;
	margin-top: 10px;
}
.affiliate {
	padding-top: 2px;
	padding-right: 10px;
	padding-bottom: 2px;
	padding-left: 2px;
}
.imgleft {
	float: left;
	display: block;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
}
td {
	padding: 5px;
}
.cleardiv {
	clear: both;
}
.agentdiv {
	text-align: center;
	display: block;
	float: left;
	width: 175px;
	margin-top: 10px;
	margin-bottom: 10px;
}
hr {
	margin-top: -10px;
	color: #004D1B;
	background-color: #004D19;
}
.divider {
	background-color: #F7F8F7;
	height: 15px;
}
.backgrounddiv {
	background-color: #F7F8F7;
	margin-bottom: 10px;
	padding: 5px;
}
.hiddendiv {
	vertical-align: top;
}
#enclose {
	width: 912px;
}
.coloreddiv {
	background-color: #F7F8F7;
	margin-top: 20px;
}
