@charset "UTF-8";
/* CSS Document */

body,td,th {
	font-family: Optima, Myriad Pro, Calibri, Trebuchet MS, Tahoma, Verdana;
	font-size: 1em;
	color: #434343;
	text-align:center;
	background-color: #FFFFFF;
}
#content {
	font-family: Optima, Myriad Pro, Calibri, Trebuchet MS, Tahoma, Verdana;
	font-size: .9em;
	color: #434343;
	text-align:left;
	position:relative;
	padding: 20px;
	margin-left: 21%; 
	margin-right: 21%;
	}
#content .graphicbold {
	font-family: inherit;
	font-size: 1em;
	color: #000000;
	background-repeat:no-repeat;
	background-image: url(images/miniminitree.gif);
	
	
	
	
}

#footer {
margin-top: 40%;
}

a {
	font-size: 0.9em;
	color: #666666;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #628645;
}
a:hover {
	text-decoration: underline;
	color: #000000;
	background-color: #d9e6c9;
}
a:active {
	text-decoration: none;
	color: #8B8B8B;
}

h1 {
	font-family: inherit;
	font-size: 1em;
	color:#000000;
	background-image: url(images/miniminitree.gif);
	background-repeat:no-repeat;
	height: 16px;
	line-height:16px;
	text-indent: 16px;
	overflow:hidden;
	}
	
	
/* FORM STYLES */
form {width: 450px;}

fieldset{
	padding:10px;
	border:1px solid #b3c589;
	margin-bottom:15px;
width: 450px;
}

.textarea2{
background-color:#F0F0FF;
background-image: none;
border: 1px solid #b3c589;
margin: 4px;
padding: 6px;
}

input,textarea{
background-color:#ecf0e2;
background-image:url(emailform/i/shadeform.gif);
border: 1px solid #b3c589;
margin: 4px;
font: .9em Verdana,Geneva,Arial,Helvetica,sans-serif;
}
/*styles the input fields*/
/*styles the form fields*/
label{
	color:#598520;
	font-weight: none;
}
legend{
padding:10px;/*gives a bit of padding between the border and the test*/
color:#598520;
font:1em Optima, Myriad Pro, Calibri, Trebuchet MS, Tahoma, Verdana;
}
.submitbutton {
	border: 1px solid #b3c589;
	background-color:#ecf0e2;
}

/*end of form styles */

.tablestyles { 
padding-left: 10px;
padding-right: 10px;
text-align: left;
}

#maintable {
width: 80%;
margin: auto auto;
}
-->
</style>
<!-- APPLY THE STYLE TO THE HTML TAG - WILL ENSURE THAT THE PAGE VALIDATES-->
<!--[if IE]> 
<style type="text/css">
html { 
scrollbar-arrow-color:#FFFFCC; 
scrollbar-track-color:#CCCCCC; 
scrollbar-face-color:#CCCCCC; 
scrollbar-highlight-color:#CCCC66; 
scrollbar-3dlight-color:#8C8CFF; 

} 
</style>
<![endif]-->