html, body{
	margin: 0px;
	background: url(/images/BackgroundFiller.png) repeat;
	line-height: 1.2em;
	font-family: Helvetica, Verdana, sans-serif;
}

#bodywrapper{
	width: 910px;
	margin-left: auto;
	margin-right: auto;
}

img{
	border: 0;
	margin: 0;
	padding: 0;
}

a{
	color: #798c38;
}

h1{
	font-size: 1.2em;	
	margin: 0px;
	padding: 0px;
	color: #282e13;
}

div{
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
}



/* Header styles */

#headerWrapper{
	background: url(/images/HeaderBackFill.png) repeat-x;
}

#header{
	height: 141px;
	width: 908px;
	/* background-color: #ffc984; */
}


/* Navigation bar styles */

#navigation{
	height: 30px;
	width: 900px;
}



/* Main styles */

#content{
	float: left;
	width: 910px;
	background: url(/images/MainBodyBackground.png) repeat-y;
	color: #282e13;
}

/* IE6/Win Hack */
#maincopywrapper{
	float: left;
}

#maincopy{
	float: none;
	margin-left: 38px;	
	width: 569px;
	padding-left: 10px;
}

#mainsidebarwrapper{
	float: left;
}

#mainsidebar{
	width: 240px;
	margin-left: 16px;
	float: none;
	color: #f6f8f8;
}

#mainsidebar h1{
	background-image: url(/images/SidebarContentBackground.png);
	padding-bottom: 2px;
	text-align: center;
}

.sidenote{
	background-image: url(/images/SidebarContentBackground.png);
	padding-left: 25px;
	padding-right:  20px;
	color: #282e13;
}

.contactinfo{
	text-align: center;
	padding-bottom: 0.5em;
}

div.readmorelink{
	text-align: center;
	padding-top: 0.5em;
	font-weight: bold;
}

.sectionend{
	margin-bottom: 2em;
}

fieldset{
	border: 0px;
}

div.formlabel{
	width: 7em;
	float: left;
	text-align: right;
	padding-right: 0.5em;
	padding-top: 0.2em;
}

textarea, input{
	background-image: url(/images/BackgroundFiller.png);
	border: 1px solid #282e13;
	line-height: 1.1em;
	font-size: 105%;
	font-family: Helvetica, Verdana, sans-serif;
	margin: 2px;
}

input[type="submit"] {
	padding: 5px;	
}

address{
	margin-left: 2em;
	font-style: normal;
}


/* Footer styles*/

#footer{
	float: left;
	width: 910px;
	background: url(/images/FooterBackground.png) repeat-y;
}

#footercopy{
	float: left;
	margin-left: 38px;	
	width: 579px;
	color: #282e13;
	font-size: 80%;
}

#footersidebar{
	margin-left: 16px;
	float: left;
	color: #f6f8f8;
}

.footernote{
	margin-bottom: 1em;
}
