
BODY {  font-family: Arial;
		font-size: 12px; 
		font-weight: normal;
		color: #000000;
		background: url(../images/background.jpg) #2ea443 repeat-y left top;
		margin: 0 0 0 0;
		width: 100%;
		height: 100%;
		}


table.main {
width: 950px;
padding: 0px;
margin: 0px;
}

table, td, tr, p {
font-family: Arial;
font-size: 12px;
line-height: 16px; 
}

td.content {
padding: 15px 15px 10px 10px;
}	

td.logo {
padding-top: 15px;
}

A:link, a:visited {color: #89d78e;
			font-size: 12px;
			font-family: Arial;
			font-weight: bold;
			text-decoration: none;}
			
A:hover, a:visited:hover {color: #ffffff;
			font-family: Arial;
			font-weight: bold;
			font-size: 12px;
			text-decoration: none;}	

H3 {color: #ffffff;
	font-family: Arial;
	font-size: 18px;}
			
H4 {color: #89d78e;
	font-family: Arial;
	font-size: 14px;}
H5 {color: #ffffff;
	font-family: Arial;
	font-size: 14px;}

.SubHead {
color: #ffffff;
font-family: arial, verdana, Arial;
font-size: 12px;
font-weight: bold;
}

.SubHead2 {
color: #89d78e;
font-family: arial, verdana, Arial;
font-size: 14px;
font-weight: bold;
}


td.footer {
font-family: Arial;
font-size: 11px;
font-weight: bold;
color: #89d78e;
padding-left: 15px;
padding-top: 5px;
height: 24px;
}

a.leftlink, a.leftlink:visited {
color: #2ea443;
			font-size: 12px;
			font-family: Arial;
			font-weight: bold;
			text-decoration: none;
}

a.leftlink:hover, a.leftlink:visited:hover {
color: #ec008c;
			font-size: 12px;
			font-family: Arial;
			font-weight: bold;
			text-decoration: none;
}


a.footerlink, a.footerlink:visited

{		font-family: Arial;
font-size: 11px;
font-weight: bold;
color: #89d78e;
			text-decoration: none;
			}
			
A.footerlink:hover, a.footerlink:visited:hover {
		font-family: Arial;
font-size: 11px;
font-weight: bold;
color: #89d78e;
			text-decoration: underline;}
			
.wireframemenu{
border: 1px dashed #89d78e;
background-color: white;
border-bottom-width: 0;
width: 170px;
}

* html .wireframemenu{ /*IE only rule. Original menu width minus all left/right paddings */
width: 164px;
}

.wireframemenu ul{
padding: 0;
margin: 0;
list-style-type: none;
}

.wireframemenu a{
font: bold 12px Arial;
text-transform: uppercase;
padding: 4px 3px;
display: block;
width: 100%; /*Define width for IE6's sake*/
color: #2ea443;
text-decoration: none;
border-bottom: 1px dashed #89d78e;
}

.wireframemenu a:visited{
color: #2ea443;
font: bold 12px Arial;
text-transform: uppercase;
}

html>body .wireframemenu a{ /*Non IE rule*/
width: auto;
}

.wireframemenu a:hover{
background-color: #ec008c;
color: #ffffff;
font: bold 12px Arial;
text-transform: uppercase;
}