#center {
	width:750px;
	background-color:#FFFFFF;
	margin:0 auto;
	padding:0;
}

body {
	margin:0;/*This adds spacing around the entire website. If the design calls for there to be no spacing above the website the margin can be set at 0 */
	font-family:Arial, Helvetica, sans-serif;	
	font-size:13px;
}
/***** HEADER STYLES START *****/

#header_container {
	width:750px;
	padding:0;
	margin:0;
}

#header_top {
	width:750px;
	padding:0;
	margin:0;
	float:left;
}

#header_logo {
	width:242px;
	padding:0;
	margin:0;
	float:left;
}

#header_menutop {
	width:508px;
	padding:0;
	margin:0;
	float:left;
}

#header_middle {
	width:750px;
	padding:0;
	margin:0;
	float:left;
	background-color:#015836;
}

#header_pic {
	width:184px;
	padding:1px 0 1px 1px;
	margin:0;
	float:left;
	height:95px;
}

#header_pic img {
	border:none;
	padding:0;
	margin:0;
}

#header_text {
	width:543px;
	padding:3px 10px;
	margin:0;
	float:left;	
	font-size:14px;
	color:#FFFFFF;
}

#header_bottom {
	width:750px;
	padding:0;
	margin:0;
	float:left;
}

#header_menubottom {
	width:750px;
	padding:0;
	margin:0;
	float:left;
}

/***** CONTENT AREA STARTS *****/

#main {/*To add an expanding background for the whole site, even if it is just solid colors, add a repeating image to this div*/
	width:750px;
	padding:0;
	margin:0;
	background-color:#FFFFFF;
	text-align:left;
}

#main_bg {/*To add an expanding background for the whole site, even if it is just solid colors, add a repeating image to this div*/
	width:750px;
	padding:0;
	margin:0;
	float:left;
}

#main_content {/*This is the container that holds the left and middle divs. I used this to make positioning easier. If this were a two column layout we wouldn't need this.*/
	width:750px;
	padding:0;/*Change for positioning. Remember to adjust width accordingly.*/
	margin:0;
	float:left;
	background-color:#FFFFFF;
}

#content_container {
	width:690px;
	padding:32px 30px 5px 30px;
	margin:0;
}

.clr {
	clear:both;
}

#footer {
	width:750px;
	padding:0px;/*If you need to have more padding on the left or right remember to adjust the the width accordingly. (Subtract both left and right padding from width.*/
	margin:0;
}

#footer_content {
	width:750px;
	padding:18px 0 18px 0;
	margin:0;
	text-align:center;
	font-size:11px;
}

/*General Styles*/
h1,h2,h3,h4,h5,h6,p {
	padding:0;
	margin:0;
}

p {
	padding:9px 0;
}

/*General Styles*/
a  {
	color:#015836;
}

a:hover  {
	color:#3E9F40;
}

/*Heading commands - these can all be changed*/

h1  {
	font-size:24px;
	font-weight:bold;
	color:#015836;
	text-align:center;
}


h2  {
	font-size:18px;
	font-weight:bold;
}

h3  {
	font-size:16px;
	font-weight:bold;
	text-align:center;
}

h4  {
	color:#000;
	font-size:13px;
	padding-top:18px;
	padding-bottom:0px;
	margin-bottom:0px;
}

h5  {
	color:#000;
	font-size:13px;
	font-weight:bold;
	text-align:center;
}

h6  {
	color:#000;
	font-size:12px;
	padding:24px 0 2px 0;
	margin:0px;
}

menu {
	margin-top:0;
	padding-top:0px;
}

ol.long-list  {
	padding-bottom:6px;
	list-style-type:disc;
	margin-top:0;
}

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

img.left  {
	float:left;
	margin:0 10px 10px 0;
}

img.right  {
	float:right;
	margin:0 0 0 10px;
}

blockquote  {
		margin-top:3px;
	}
	
span.error  {
	color:#CC0000;
}

/*LIST STYLES*/

#content_container ul {
	padding:0;
	margin:9px 0 0 35px;
	list-style-type:disc;
}

#content_container li {
	float:none;
	padding:0 0 0 0;
	margin:0 0 10px 0;
}

#content_container ul li ul {
	display:block;
}

#content_container ul li a {
	padding:0;
	display:inline;
	color:#015836;
	text-decoration:underline;
}