.nav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #588658;
	text-decoration: none;
}
.navopen {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #226323;
	text-decoration: none;
}
.text1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: normal;
	color: #588658;
	line-height: 20px;
}
.smallprint {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	font-style: normal;
	color: #ffffff;
	line-height: 20px;
	text-align: right;
}
.bullets {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: normal;
	color: #588658;
	line-height: 20px;
	list-style-type: square;
}
.testimonial {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #ffffff;
	line-height: 20px;
}
.name {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	color: #ffffff;
	line-height: 16px;
}
/* ----------- My Form ----------- */
.myform{
margin:0 auto;
padding:14px;
}
h1, form, button{ margin:0; padding:0;}
.spacer{clear:both; height:1px;}


/* ----------- stylized ----------- */
#GEForm{
border:solid 2px #b7ddf2;
background:#ebf4fb;
text-align:left;
float:left;
width:550px;
}
#GEForm h1 {
font-size:14px;
font-weight:bold;
margin-bottom:8px;
}
#GEForm p{
font-size:13px;
color:#666666;
margin-bottom:20px;
padding:0 0 5px 0;
border-bottom:solid 1px #b7ddf2;
text-align:left;
}
#GEForm label{
display:block;
font-weight:bold;
text-align:left;
width:200px;
float:left;
}
#GEForm select{
font-size:12px;
padding:4px 2px;
border:solid 1px #aacfe4;
margin:2px 0 10px 5px;
width:300px;
float:left;
}
#GEForm input{
float:left;
font-size:12px;
padding:4px 2px;
border:solid 1px #aacfe4;
width:300px;
margin:2px 0 10px 5px;
}
#GEForm textarea{
float:left;
font-size:12px;
padding:4px 2px;
border:solid 1px #aacfe4;
margin:2px 0 10px 5px;
}
#GEForm button{
width:125px;
height:31px;
color:#000000;
font-size:11px;
font-weight:bold;
float:right;
margin:2px 0 10px 5px;
}
