html, body {
	background:#fff;
}

#div_site_title {
	color: #6c9452;
}

#div_page_container {
	border: 1px solid #6c9452;
}

#div_top_bar	{
	background: url(../images/header_gradient_02.jpg);
	color: #fff;
	border-bottom: 10px solid #6a9150;
}

#div_content_container {
	background:#fff;
	border-left:150px solid #6c9452;
}

#content_header {
	background: url(../images/content_header_bg_02.jpg);
	background-color: #c8d6b5;
	background-position: right;
	background-repeat: repeat-y;
	height: 45px;
	line-height: 45px;
	padding-left: 20px;
	color: #284a1d;
}

#div_menu {
	background-color:#6a9150;
}

.menu_item {
	border-right:10px solid #284a1d;
	border-bottom: 1px solid #6d9754;
	border-left:7px solid #6d9754;
	margin: 0px 0px 0px 3px;
	background-color:#cedec5;
	color: #284a1d;
	font-weight: bold;
	
}

.menu_item:hover {
	background-color: #6a9150;
	color: #fff;
}

#div_lower_page {
	background-color: #306585;
}

#div_content {
	background-color: #fff;
	border-left: 1px solid #2F5474;
}

.homePageNewsBox,
.homePageEventsBox {
	width: 170px;
	float:left;
}

.homePageNewsBoxHeader,
.homePageEventsBoxHeader {
	font-size: 1.0em;
	font-weight: bold;
}

.homePageNewsBoxContent,
.homePageEventsBoxContent {
	background-image: url(../images/home_page_box_bg.gif);
	background-position: bottom right;
}

.read_link {
	color: #a00;
}

#div_footer {
	background: url(../images/footer_02.gif);
	background-color: #6a9150;
	background-position: top left;
	background-repeat:no-repeat;
	color: #fff;
	padding-top: 30px;
}