body {
	font: 100% "Trebuchet MS", sans-serif;
	text-align: center;
	margin: 0;
	padding: 0;
	color:#282828;
}
#wrapper {
	position: relative;
	width: 753px;
	margin: auto;
	text-align: left;
}
#main {
	font-size: 1em;
	line-height: 1.4em;
	width: 585px;
	margin:10px 10px 20px 100px;
}

blockquote{
	font-size:0.85em;
}
.pullquote{
    display:none;
}

#main ul{
	margin:0 0 0 20px;
	padding:0;
}

#sidebar{
	display:none;
}

#main ul li{
	padding:0 0 0 20px;
	list-style:none;
	background:url(/images/li.gif) no-repeat;
}

#main a {
	color:#007a46;
}

#main a:hover {
	color:#007a46;
	text-decoration:underline;
}


#main img {
	border: 1px solid black;
}
.breadcrumb {
	font-size: 0.8em;
	margin: 1em 0 0 0;
}

/*-------------------------------------------------------------------- search box ----------------------------------*/

#searchform {
	padding: 0;
	margin: 0;
	position: absolute;
	top: 0;
	right: 0;
	width: 150px;
	/*border: 1px solid #ccc;*/
}
#searchform input {
	width: 70px;
	float: none;
}


/*-------------------------------------------------------xhtml elements ------------------------------------------*/
h1 {
	margin: 0;
	padding: 0;
	text-indent:-999em;
	background:url(/images/masthead.jpg) no-repeat;
	height:234px;
	width:753px;
}


h2 {
	font-size: 1.6em;
	font-weight: normal;
	margin: 0.5em 0 0 95px;
	color:#104e34;
	background:url(/images/h2.gif) no-repeat;
	line-height:41px;
	height:41px;
	padding:0 0 0 30px;
}
h3 {
	font-size: 1.2em;
	font-weight: normal;
	color:#104e34;

}


/*--------------------------------------------turn off print stuff ------------------------------------------*/
#printlogo {
	display:none;
}

/*------------------------------------------------------- FOOTER ---------------------------------------------------*/
#footer {
	font-size: 0.7em;
	clear: both;
	margin-bottom:25px;
	line-height:45px;
	height:45px;
	background:url(/images/footer.gif) 12px 0 no-repeat;
	padding-left:12px;
	text-align: center;
}
#footer a {
	color:#007a46;
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
}
