/** main styles and content on the right **/
div#page_body_content {
	background: transparent url("../img/subpage/body_bg.gif") repeat-y;
	font-family: georgia;
	font-size: 11px;
}
div.body_content_left div.page_body_content_subsection {
	display: block;
	width: 245px;
	float: left;
}
div.body_content_right {
	display: block;
	width: 718px;
	margin-left: 255px;
	padding: 0px 10px;
}
div.page_body_content_section h4 {
	color: #764f6e;
}
div.page_body_content_section p {
	padding-bottom: 26px;
}
/** h3 headers **/
div.body_content_right h3 {
	display: block;
	line-height: 26px;
	width: 718px;
	font-size: 22px;
	color: #4da0be;
	font-weight: normal;
	font-family: Helvetica, Arial, sans-serif;
	margin: 20px 0px;
	border-bottom: 1px solid #b4d8e5;
}
h3#header_who_we_are {
	background: transparent url("../img/subpage/header_who_we_are.gif") no-repeat;
}
/** navigation on the left **/
div.body_content_left div.page_body_content_subsection ul {
	display: block;
	background: #4da0be;
	padding-top: 20px;
	padding-bottom: 50px;
	border-bottom: 1px solid #6ab3cc;
}
div.body_content_left div.page_body_content_subsection ul li {
	display: block;
	width: 214px;
	background: #3e98b8;
	padding-left: 30px;
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 1px;
	border-top: 1px solid #6ab3cc;
}
div.body_content_left div.page_body_content_subsection ul li a {
	display: block;
	line-height: 12px;
	color: #ffffff;
	font-size: 12px;
	font-family: "Lucida Grande","Arial Unicode MS", sans-serif;
	padding: 0px;
}
div.body_content_left div.page_body_content_subsection ul li.selected {
	background: #3e98b8 url("../img/subpage/circle_selected.gif") no-repeat;
}