@charset "utf-8";
body {
/*background: url(../images/bg-body.png) repeat-x #e3ea94;*/
background: url(../images/bg-top-header-green.png) no-repeat #a2c95e top left;
/*background: url(../images/bg-top-header-green2.png) no-repeat #bcd88c top left;*/
	font-family: Verdana, Arial, Helvetica, sans-serif;
/*	background: #e3ea94;*/
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	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: #000000;
}
#container {
	width: 780px; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background: url(../images/bg.png) repeat-y right top;
	margin-top: 15px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;

}

#mainHeader {
background:url(../images/header-pc2.png) no-repeat top;
width: 581px;
height: 422px;
margin: 0 0 0 200px;
}

#internalHeader {
	background:url(../images/internalHeader.png) no-repeat top;
	width: 581px;
	height: 140px;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 200px;
}

#sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 150px;
	background-color: #FFFFFF;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 20px;
}

#sidebar1 p {
font: 11px Verdana, Arial, Helvetica, sans-serif;
}

#sidebar1 a {
font: 11px Verdana, Arial, Helvetica, sans-serif;
color: #336699;
text-decoration: none;
}

#sidebar1 ul {
width:140px;
padding:0px;
margin:0 auto;
}

#sidebar1 ul li {
list-style:none;
padding-top:5px;
padding-bottom:5px;
padding-left:5px;
padding-right:5px;
border-top:1px dashed #ffd457;
margin:0;
}

#sidebar1 ul li.top {
border-top:0px;
padding-top:5px;
}

#sidebar1 a:hover {
color: #599034;
text-decoration: underline;
}

#mainContent {
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 210px;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;


} 

#mainContent h1 {
	background: url(images/postcard.gif) no-repeat left top;
	width: 450px;
	height: 255px;
	margin: 0;
}

#mainContent h1 span{
	display: none;
	}
	
#mainContent h3 {
	width: 450px;
	height: 130px;
	margin: 0 -20em 0 0;
}

#mainContent h3 span{
	display: none;
	}

#mainContent h2 {
	margin: 0 0 0 -2.5em;
	font-size: 20px;
	color: #49762a;
	border-bottom: solid /*#5e676c*/#284d64 1px;
}

#mainContent h4 {
	margin: 0;
	font-size: 14px;
	color: #333;
	margin: 1.5em 2em 1em -1em;
}


#mainContent p, td, tr, th, li {
font: 12px Verdana, Arial, Helvetica, sans-serif;
color: #123468;
}

#mainContent a {
/*font: 100% Verdana, Arial, Helvetica, sans-serif;*/
color: #000000;
text-decoration: underline;
}

#mainContent ul {
/*width:140px;*/
padding:0 0 0 20px;
margin:0 auto;
}

#mainContent ul li {
list-style: square;
padding-top:5px;
padding-bottom:5px;
padding-left:5px;
padding-right:5px;
/*border-top:1px dashed #ffd457;*/
margin:0;
}

#mainContent ul li.top {
border-top:0px;
padding-top:5px;
}

#mainContent a:hover {
color: #284d64;
text-decoration: underline;
}



.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

img.image_frame {
	padding:4px; 
	margin:4px; 
	border:1px solid #BED98F;}
	



