﻿/* CSS layout */
img {  
	border-style: none;
}

#body {
	background-color: #009622;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#maincontainer {
	width: 780px; /*Width of main container*/;
	margin: 0 auto;
	background-color: #FFFFFF;
	
}
#masthead {
	position: relative;
	width: 100%;
	background:white;
}

#top_left {
	width: 180px;
	position: absolute;
	left: 0px;
	top: 0px;
}

#header {
	margin-left: 180px;
	color: #663300;
	font-size: x-small;
	margin-right: 150px;
}

#container {
	position: relative;
	width: 100%;
}

#left_col {
	width: 200px;
	position: absolute;
	left: 0px;
	top: 0px;
}

#page_content {
	margin-right: 200px;
	margin-left: 200px;
	padding-bottom:10px;
}

#right_col {
	width: 200px;
	position: absolute;
	right: 0px;
	top: 0px;
	background-color: #DDAC29;
	height: 560px; 
	padding: 5px;
	text-align:center;
	font-size:x-small;
	line-height:1.5em;
}
#right_col a{
		color:#009622;
}

#newsblock {
	margin-right: 210px;
	height: 260px; 
	background-color: #804001;
	font-size:x-small;
	text-align:center;
}
#newsblock a{
	color:#009622;

}
.newscolumn {
	float: left;
	width: 28%;
	padding: 10px;
	line-height:1.25em
}

#footer {
	background-color: #009622;
	color: #FFFFFF;
	font-size: small;
	text-align: center;
	margin-top:0px;
}
#footer p { 
	margin-top: 0; 
}