body { 
	margin: 0; 
	padding: 0; 	
	text-align: center; 
	background: #6F943F url(images/background2.jpg) repeat-x 50% 0;
	font-family: "Trebuchet MS",arial,sans-serif;
	color: #FFF;
}


* {margin: 0; padding: 0; border: 0; font-weight: normal}

h1 {color: #415210; text-transform: lowercase; font-family: georgia; font-style: italic; font-size: 23px; font-weight: bold;}
h2 {color: #fff; line-height: 50px; font-family: georgia; font-style: italic;}
h3 {color: #415210; font-family: georgia; font-style: italic;}

#bttmbar p {text-align: center}

p, ul, ol{font-family: "Trebuchet MS",arial,sans-serif; font-size: 12px; line-height: 1.55em; margin: 5px 15px 10px 15px; text-align: left; color: #fff}
#bttmbar p {text-align: center}

ul {float: left; margin: 0 10px 15px 15px; list-style: none outside}  
ol {float: left; margin: 0 10px 15px 15px; list-style: decimal inside}  
ul#links {float: left; margin: 0 10px 15px 0px; list-style: none outside; text-align: center;} 
ul#links li { margin-left: 15px; padding-left: 10px; background: url(images/linkarrow.gif) 0% 50% no-repeat; text-align: center}
ul#links a:hover {color: #FFF;}

a:link, a:active, a:visited {color: #415210; text-decoration: none;}
a:hover {color: #CCCCCC; text-decoration: none; border-bottom: none}
	

acronym {cursor: help; border-bottom: 1px solid #486010}
strong {font-weight: bold}
span.special {color: #415210}  
p.updated {font-size: 0.55em; color: #E9C80F; line-height: 0.55em}

ul#nav {font-size: 14px; margin: 0 0 15px 0; width: 100%; list-style: none outside; font-family: "Trebuchet MS",arial,sans-serif; text-transform: lowercase;}
ul#nav li {line-height: 35px; margin-bottom: 3px}
ul#nav li a {display: block; height: 35px; border: 0; padding-left: 60px; margin-left: 10px; background: url(images/button.gif) 0% 0% no-repeat; color: #415210; font-weight: bold;}
ul#nav li a:hover, ul#nav li a.current {border: 0; background: url(images/button.gif) 0% 100% no-repeat; color: #FFF; font-weight: bold;}


#hdr {
	margin: 0;
	width: 770px;
	height: 225px;
	background: #0593E7 url(images/background.jpg) 50% 0 no-repeat;
}

#hdr h2 {
font-size: 50px;
font-style: italic;
font-family: Georgia;
line-height: 50px;
padding-top: 100px;
padding-right: 100px;
}

#hdr h3 {
font-size: 17px;
font-style: italic;
font-family: Georgia;
line-height: 35px;
font-weight: bold;
padding-right: 90px;
}

#container {  
	margin: 0 auto;  
	width: 770px; 
	background: transparent;
	overflow: visible;
}

#lftcol {  
	float: left;
	width: 570px;
	background: transparent;
	padding-bottom: 50px; 
	font-size: 12px;
	text-align: left;
}

#rgtcol {  
	float: right;
	width: 195px;
	background: transparent;
	text-align: center;
}

#bttmbar {  
	float: left;
	width: 570px;
	height: 50px;
	background: transparent;
}

input, textarea, select, option {
background-color: #6F943F;
font-family:"Trebuchet MS",arial,sans-serif;
font-size:12px;
color:#FFF;
border: 1px solid #415210;
padding: 1px; 
}