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:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
}

#center { /*This is what makes the website center in the window*/
	width:975px; /*This needs to be the maximum width of the website. This is determined by the graphic.*/
	margin:0 auto;
	padding:0;
}

#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:975px;
	padding:0;
	margin:0;
	float:left;
	background-color:#FFFFFF;
	text-align:left;
}

#header_container {
	width:975px;
	padding:0;
	margin:0;
	height:173px;
	background-image:url(../images/bg_header.jpg);
	background-position:top left;
	background-repeat:no-repeat;
}

#top_menu { /*all other menu styles should be on the menu style sheet*/
	width:975px;
	padding:0;/*This positions the menu horizontally within the header div. This should not exceed the height of the div.*/
	margin:0;
	float:left;
}

#submenu_container {
	width:975px;
	padding:0;
	margin:0;
	float:left;
}

#top_submenu {
	width:685px;
	padding:0;
	margin:0;
	float:left;
}

#flash {
	width:290px;
	padding:0;
	padding-top:10px;
	margin:0;
	float: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:975px;
	padding:0;
	margin:0;
	float:left;
}

#left_container {
	width:825px;
	padding:0;
	margin:0;
	float:left;
}

#left_content {
	width:165px;
	padding:20px 0 0 0;/*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;
	float:left;
}

#left_menu {
	width:165px;
	padding:0;
	margin:0;
	float:left;
}

#main_container {
	width:660px;
	padding:0;/*Change for positioning. Remember to adjust width accordingly.*/
	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:580px;
	padding:20px 25px 0 55px;
	margin:0;
	float:left;
}

#right_container {
	width:150px;
	padding:0;
	margin:0;
	float:left;
}

#right_content {
	width:150px;
	padding:20px 0 0 0;
	margin:0;
	float:left;
}

#right_news_top {
	width:135px;
	padding:0 5px 10px 10px;
	margin:0;
	float:left;
	background-image:url(../images/bg_news_top.jpg);
	background-position:top left;
	background-repeat:no-repeat;
}

#right_news_middle {
	width:150px;
	padding:0;
	margin:0;
	float:left;
	background-image:url(../images/bg_news_middle.jpg);
	background-position:top left;
	background-repeat:repeat-y;
}

#right_news_bottom {
	width:150px;
	padding:0;
	margin:0;
	float:left;
	background-image:url(../images/bg_news_bottom.jpg);
	background-position:bottom left;
	background-repeat:no-repeat;
}

#full_container {
	width:975px;
	padding:0;
	margin:0;
	float:left;
}

#full_content {
	width:930px;
	padding:30px 10px 0 35px;
	margin:0;
	float:left;
}

.clr {
	clear:both;
}

#footer {
	width:975px;
	padding:30px 0 10px 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:220px;
	padding:0 5px 10px 0;
	margin:0;
	float:left;
}

#footer_menu {
	width:575px;
	padding:0 0 10px 175px;
	margin:0;
	float:left;

}

#green_policy h1 {
	margin:0px;
	padding:10px 0px 0px 0px;
	color:#6e961a;
	font-size:14px;
}

#green_policy h2 {
	padding:0px 0px 0px 0px;
	color:#666;
	margin:5px 0px 0px 0px;
	font-size:12px;
}

#green_policy h3 {
	padding:10px 0px 0px 0px;
	color:#666;
	margin:0px;
	font-size:12px;
}

#green_policy p {
	padding:2px 0px 0px 0px;
	margin:0px;
	font-size:11px;
}

#green_policy ul {
	margin:5px 0px 0px 0px;
	padding:0px 0px 0px 30px;
}

#green_policy li {
	margin:0px;
	padding:0px;
	font-size:11px;
}

.green_policy_bot {
	border-bottom:#6e961a dotted;
}

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

p {
	padding:9px 0;
}

h1 {
	padding:0 0 12px 0;
	font-size:22px;
	font-weight:bold;
	color:#BF2C37;
}

h2 {
	padding:12px 0 9px 0;
	font-size:14px;
	font-weight:bold;
	color:#000000;	
}

#right_content h2 {
	font-size:12px;
	padding:7px 0 10px 0;
	text-transform:uppercase;
	color:#FFFFFF;
	font-weight:bold;
}

h3 {
	padding:12px 0 9px 0;
	font-size:14px;
	font-weight:bold;
	color:#BF2C37;	
}

#left_menu h3 {
	padding:0 0 7px 10px;
	color:#BF2C37;
	font-size:12px;
	text-transform:uppercase;
	border-bottom:1px solid #231F20;
}

h4 {
	padding:12px 0 9px 0;
	font-size:14px;
	font-weight:bold;
	color:#5A5959;
	
}

h5 {
	padding:12px 0 3px 0;
	font-size:12px;
	font-weight:bold;
	color:#BF2C37;
	
}

h6 {
	padding:12px 0 0 0;	
	font-size:12px;
	font-weight:bold;
	color:#000000;
	
}



a {
	color:#0000FF;
}

a:hover {	
	color:#BF2C37;
}


sup {
	font-size:9px;

}