html, body {
	background:#c6e7d7;
}

#div_top_bar	{
	background-color: #308565;
	color: #fff;
}

#div_content_container {
	background:#fff;
	border-left:200px solid #308565;
}

.menu_item {
	color: #fff;
	border-bottom: 1px solid #c6e7d7;
}

.menu_item:hover {
	background-color: #c6e7d7;
	color: #308565;
}

#div_lower_page {
	background-color: #308565;
}

#div_content {
	background-color: #fff;
	border-left: 1px solid #2F5474;
}

.homePageNewsBox,
.homePageEventsBox {
	border: 1px solid #308565;
}

.homePageNewsBoxHeader,
.homePageEventsBoxHeader {
	background-color: #308565;
	color: #fff;
	border-bottom: 1px solid #308565;
}

.homePageNewsBoxContent,
.homePageEventsBoxContent {
	background-color: #ebebeb;
}

.read_link {
	color: #a00;
}

#div_footer {
	background-color: #c6e7d7;
	color: #666;
}
