
body { 
background: url("images/Grass.jpg"); 
background-attachment: fixed;
background-repeat: no-repeat;
background-position: center top;
background-color: #356C28;
}
td { color: #464646; font-size: 12px; font-family: "Trebuchet MS" }
A { color: #EB851D; font-family: "Trebuchet MS"; font-style: normal; font-variant: normal; font-weight: bold; text-decoration: none }
a:visited { color: #EB851D; font-weight: bold; text-decoration: none }
a:hover { color: #000000; font-weight: bold; text-decoration: none }
.bold { font-style: normal; font-variant: normal; font-weight: 900 }
h1 { color: #004A86; font-size: 18px; font-family: "Trebuchet MS"; font-style: normal; font-weight: normal }
h2 { color: #004A86; font-size: 13px; font-family: "Trebuchet MS"; font-style: normal; font-weight: normal }
h3 { color: #004A86; font-size: 13px; font-family: "Trebuchet MS"; font-style: normal; font-weight: normal }

a.text:link, a.text:visited{
	font-family: "Trebuchet MS";
 	font-size: 12px; 
 	color: #464646;	
 	font-weight: normal;
	text-decoration: none;
	cursor: text;
}

a.text:hover, a.text:active{
	font-family: "Trebuchet MS";
 	font-size: 12px; 
 	color: #464646;	
 	font-weight: normal;
	text-decoration: none;
	cursor: text;
}

#content {
 position: relative;
 float: left;
 width: 655px;
 margin-top: 5px;
 padding: 5px;
 border: 1px solid gray;
 background-color: white;
 min-height: 200px; 
 font-family: "Trebuchet MS";
 font-size: 10px; 
 font-color: #464646; 
 
}

#footer { color: #464646; font-size: 11px; font-family: Trebuchet MS
 padding: 5px 0; text-align: center }
#footer a { color: #EB851D; font-weight: bold }
#footer a:hover { color: #000000; font-weight: bold }
#footer2 { color: #464646; font-size: 11px; font-family: Trebuchet MS
 padding: 5px 0; text-align: left }
#footer2 a { color: #EB851D; font-weight: bold }
#footer2 a:hover { color: #000000; font-weight: bold }
#footer3 { color: #ffffff; font-size: 11px; font-family: Trebuchet MS
 padding: 5px 0; text-align: center }
#footer3 a { color: #EB851D; font-weight: bold }
#footer3 a:hover { color: #ffffff; font-weight: bold }
.options2 { margin: 0; padding: 7px;  background-color: #F1E1B6; border: solid 1px #ffffff; }