@charset "utf-8";
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
	background-color:#35473e;
	text-align:center;
	font-size:small;
}

#subbanner {
border-bottom:3px solid #03562d;
padding:6px 0 6px 217px;
font-weight:bold;
font-style:italic;
}

h1 {
	font-size:1.2em;
	color:#03562d;
	font-weight:bold;

}

h2 {
font-size:1em;
margin: 0px;

}

h3 {
color:#284a18;
font-family:"Times New Roman", Times, serif;
font-size:1em;
text-transform:uppercase;
margin: 0px;
margin-top:1em;

}

a, a:visited {
color:#03562d;
}



p.callout {
font-size:1em;
font-family:"Times New Roman", Times, serif;
font-style:italic;
}

p,ul {
margin-top:.5em;
margin-bottom:.95em;
}

ul {
padding-top:0;
}

.clearfix {
	clear: both;
}

#container {
	width: 807px;
	margin: 16px auto;
	text-align:left;
	background-color:#d8d8d8;
}

#content {
 	background:url(../images/bg_content.gif) repeat-y;
	
}

#bottom {
 	background:url(../images/bg_bottom.gif) no-repeat top;
	height: 22px;
}

#content #left {
	width: 164px;
	margin:20px 9px 0px 16px;
	float:left;
}

#content #left a {
text-decoration:none;
}

#content #left a:hover {
text-decoration:underline;
}

#content #left ul {
list-style-type:none;
margin:0px;
padding:0px;

}

#content #left ul li {
margin: 1em 0;
}

#content #left ul li a {
text-decoration:none;
}

#content #middle {
	width: 577px;
	margin:20px 8px 0px 30px;
	float:left;
}


#content #right {
padding-top:.5em;
	width: 210px;
	margin:20px 8px 0px 35px;
	float:left;
}
#content.threecolumn #middle {
	width: 300px;
}
#footer {
	width: 823px;
	margin: 4px auto;
	font-size: .85em;
	color: #FFFFFF;
}
#footer a {
	color: #FFFFFF;
	text-decoration: underline;
}
#footer .left {
	float: left;
	width: 400px;
}
#footer .right {
	float: left;
	width: 400px;
	text-align: right;
}
