/**********************************************
	BODY STYLES
**********************************************/

body {
	
	color: #000000;
	background: #ffffff;

	border-top: 8px solid #8FBA00;
	margin: 0 0 0 0;
	padding: 0;	
}
	
.mainContent {
	border-left: 1px solid #999;
	
	border-right: 1px solid #999;
}	

td.footer {
	border-top: 1px solid #999;
}	

td.contactForm {
	font-family: verdana, sans-serif;
	font-size: 11px;
	line-height: 150%;
}	

.highlightBox {
	background: #dbeaf5; 
	padding: 10px; 
	border: 1px solid #006F86;
}	

form {
	margin: 0;
	padding: 0;
}	

/**********************************************
	TEXT STYLES
**********************************************/

p {
	font-family: verdana, sans-serif;
	font-size: 12px;
	color: #000000;
	background: transparent;
	line-height: 160%;
	
	margin: 0 0 16px 0;
}

p.footer {
	font-size: 10px;
	margin: 0;
	color: #444;
	background: transparent;
}	

h1 {
	font-family: arial, helvetica, verdana, sans-serif;
	font-size: 18px;
	color: #006F86;
	background: transparent;
	
	margin: 0 0 10px 0;
}		

h2 {
	font-family: arial, helvetica, verdana, sans-serif;
	font-size: 16px;
	color: #006F86;
	background: transparent;
	
	margin: 0 0 10px 0;
}		

h3 {
	font-family: arial, helvetica, verdana, sans-serif;
	font-size: 14px;
	color: #8FBA00;
	background: transparent;
	
	margin: 10px 0 0 0;
}		

ul {
	list-style-image: url("../images/leaf_bullet.gif");
	
	font-family: verdana, sans-serif;
	font-size: 12px;
	line-height: 160%;
}

li {
	font-family: verdana, sans-serif;
	font-size: 12px;
	margin: 0 0 5px 0;
}	


/**********************************************
	ANCHORS
**********************************************/

a.sidebar:link, a.sidebar:visited {
	font-family: verdana, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #333;
	display: block;
	background: transparent url(../images/arrow.gif) center left no-repeat;
	text-decoration: none;
	padding: 7px 0 7px 18px;
	text-transform: uppercase;
}	

a.sidebar:hover {
	background: #dbeaf5 url(../images/arrow.gif) center left no-repeat;
}	