@charset "utf-8";
html, body, ul, ol, li, p, 
h1, h2, h3, h4, h5, h6, 
form, fieldset, a, div { 
margin: 0; 
padding: 0; 
border: 0; 
}
body {
	font: 13px Verdana, Arial, Helvetica, sans-serif;
	background: #12753b;
	margin: 0;
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #333;
	background-image: url(../images/bkgd.png);
}
h1, h2, h3, h4, h5, h6	{
	color:#12753b;
	font-family:Arial, Helvetica, sans-serif;
	padding:8px 0;
}
#mainContent a:link, #sidebar a:link	{
	color:#12753b;
	border-bottom:#12753b dashed 1px;
	text-decoration:none;
	padding-bottom:2px;
}
#mainContent a:visited, #sidebar a:visited	{
	color:#12753b;
	border-bottom:#12753b dashed 1px;
	text-decoration:none;
	padding-bottom:2px;
}
#mainContent a:hover, #sidebar a:hover	{
	color:#12753b;
	text-decoration:none;
	border:none;
}
#mainContent a:focus, #sidebar a:focus	{
	color:#12753b;
	border-bottom:#12753b dashed 1px;
	text-decoration:none;
	padding-bottom:2px;
}
#mainContent a:active, #sidebar a:active	{
	color:#12753b;
	border-bottom:#12753b dashed 1px;
	text-decoration:none;
	padding-bottom:2px;
}
#container {
	width: 970px;
	margin: 15px auto 0 auto;
	text-align: left;
	background-color:#fff;
	border:5px solid #12753b;
	min-height: 650px;
}
#header {
	padding: 0 10px 0 20px;
	background-image:url(../images/zonebanner.jpg);
	background-repeat:no-repeat;
	background-position:10px 50%;
	background-color:#fff;
	height:150px;
}
#mainContent p, #sidebar p	{
	line-height:140%;
	margin:15px 10px;
}
h1	{
	font-size:24px;
}
h2	{
	font-size:18px;
}
h3	{
	font-size:14px;
}
#mainContent ul, #mainContent ol	{
	margin:10px 10px 10px 40px;
}
#mainContent li	{
	line-height:150%;
}
#footer {
	font-size: 10px;
	color: #FFF;
	width: 970px;
	margin: 10px auto 15px auto;
	text-align: left;
}
#footer a	{
	color:#FFF;
	text-decoration:none;
}
#footer a:hover	{
	color:#fff;
	text-decoration:underline;
}
#social {
	float:right;
	margin-bottom: 20px;
}
.boldgreen	{
	font-weight:bold;
	color:#12753b;
}
.longlist li	{
	padding-bottom:10px;
}
.smaller	{
	font-size:11px;
}
.allcaps	{
	text-transform:uppercase;
}