html, body {
	background:#fff;
}

#div_site_title {
	color: #345686;
}

#div_page_container {
	border: 1px solid #8ab9c3;
}

#div_top_bar	{
	background: url(../images/header_gradient_01.jpg);
	color: #fff;
	border-bottom: 10px solid #b6c2da;
}

#div_content_container {
	background:#fff;
	border-left:150px solid #b6c2da;
}

#content_header {
	background: url(../images/content_header_bg_01.jpg);
	background-color: #c7dbe2;
	background-position: right;
	background-repeat: repeat-y;
	height: 45px;
	line-height: 45px;
	padding-left: 20px;
	color: #2b4b85;
}

#div_menu {
	background-color:#b0bccc;
}

.menu_item {
	border-right:10px solid #345686;
	border-bottom: 1px solid #b7c2d1;
	border-left:7px solid #7b8caf;
	margin: 0px 0px 0px 3px;
	background-color:#9ca9c3;
	color: #2b4b85;
	font-weight: bold;
	
}

.menu_item:hover {
	background-color: #b6c2da;
	color: #306585;
}

#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_01.gif);
	background-color: #b6c2da;
	background-position: top left;
	background-repeat:no-repeat;
	color: #666;
	padding-top: 30px;
}