body {
	margin: 0;
	padding: 0;
	font-family: arial,sans-serif;
	font-size: x-small;
	background: url('../images/page-shadow.gif') top center no-repeat;
}
h1 {
	font-weight: normal;
	font-size: 2.7em;
}
h2 {
	font-weight: normal;
	font-size: 1.6em;
	color: #AFBD22;
}
a:link,a:visited {
	color: #AFBD22;
}
a:hover,a:active {
	color: #00595A;
}
a img {
	border: none;
}
.highlight {
	font-weight: bold;
}
.clearer {
	clear: both;
}
html body #main_container .borderless {
	border: none;
}
#main_container {
	font-size: 1.1em;
	margin: 6px auto 0 auto;
	background: #00595A;
	height: 550px;
	position: relative;
	width: 980px;
}

.header {
	clear: left;
	background: url('../images/header-bg.gif') top right no-repeat #AFBD22;
	height: 82px;
	border-bottom: 1px solid white;
}
.title_box {
	float: left;
	font-family: tahoma;
	letter-spacing: 0.1em;
}
.title_box h1 {
	color: #CBD37B;
	margin: 8px 0;
}

.title_box p {
	font-size: 1.1em;
	margin: 5px;
	color: white;
}

.logo {
	width: 180px;
	float: left;
}
.logo div {
	width: 128px;
	margin: 7px auto 0 auto;
}
.logo img {
	border: none;
}
.main {
	clear: both;
	padding: 0;
}
.menu_bar {
	float: left;
	width: 180px;
	background: url('../images/menu-bar-bg.gif') top left no-repeat;
	height: 467px;
	border-right: 1px solid white;
}

.menu {
	margin: 0;
}
.menu ul {
	margin: 0;
	list-style: none;
	padding: 0;
	width: 100%;
}
.menu ul li {
	margin: 0;
	padding: 0;
	border-bottom: 1px solid white;	
}
.menu ul li a,.menu ul li a:link,.menu a:visited,.menu a:hover,.menu a:active {
	display: block;
	width: 100%;
	height: 100%;
	text-decoration: none;
	text-align: left;
	color: white;
	font-size: 1em;
	font-weight: bold;
	font-family: arial;
}
.menu a:link,.menu a:visited {
	background: transparent;
}
.menu a:hover,.menu a:active,.menu li.selected a:link,.menu li.selected a:visited {
	background: url('../images/arrow-head.gif') center right no-repeat #00595A;
}
.menu ul li a div {
	padding: 6px 10px 6px 10px;
}

.further_info {
	color: white;
	margin: 0 10px;
	position: absolute;
	bottom: 10px;
	width: 180px;
}
.further_info a,.further_info a:link,.further_info a:hover,.further_info a:active,.further_info a:visited {
	color:white;
}
.further_info .ffi {
	font-weight: bold;
	font-size: 1.3em;
	margin-bottom: 10px;
}
.further_info p {
	margin: 4px 0;
	font-weight: bold;
}
.further_info .box_link {
	font-weight: normal;
}
.box_link {
	font-size: 1em;
	display: block;
	width: 140px;
	padding: 3px;
	padding-left: 5px;
	color: white;
	text-decoration: none;
	border: 1px solid white;
}
.box_link:link,.box_link:visited {
	background: #AFBD22;
}
.box_link:hover,.box_link:active {
	background: #00595A;
}
.page_body .box_link {
	font-weight: bold;
}

.separated_list li {
	margin: 5px 0;
}

.embedded {
	position: absolute;
	width: 220px;
	border: 1px solid white;
	padding: 0;
	top: 60px;
	right: 30px;
	background: white;
}
.embedded h2 {
	font-family: trebuchet ms;
	text-align: center;
	margin: 3px 0;
}
.embedded hr {
	color: #afbd22;
	border-color: #afbd22;
	border-top: none;
	border-left: none;
	border-right: none;
	border-bottom: 1px solid #afbd22;
	height: 1px;
	width: 100%;
	margin: 0;
}
.embedded img {
	float: left;
}
.embedded .text_block {
	width: 210px;
}
.embedded .text_block p {
	margin: 10px;
}
.embedded .bordered {
	border-top: 1px solid #afbd22;
	border-bottom: 1px solid #afbd22;
}


.page_body {
	float: left;
	position: relative;
	color: white;
	width: 799px;
	height: 467px;
	overflow: auto;
}
.page_body ul {
	margin: 0 20px;
	padding: 0;
	list-style-image: url('../images/bullet.gif');
}
.page_body ul li {
}
.page_body .main_image img {
	float: left;
	margin: 0;
	padding: 0;
	border: none;
}
.page_body .main_image {
	float: left;
	width: 799px;
	padding: 0;
	margin: 0;
	overflow: hidden;
}
.page_body .major_col {
	width: 65%;
}
.page_body .minor_col {
	width: 34%;
}
.page_body .equal_col {
	width: 46%;
}
.page_body .column {
	float: left;
}
.page_body .inner {
	width: auto;
	margin: 15px;
}
.page_body p {
	margin: 10px 0;
}
.page_body h2 {
	margin: 0;
}
.page_body h3 {
	margin: 0;
}
.page_body .intro_text {
	font-size: 1.1em;
	margin-bottom: 10px;
	letter-spacing: 0.1em;
	line-height: 1.6em;
}
.page_body .minor_col img {
	border: 1px solid white;
	width: 230px;
}

.text_box {
	background: white;
	opacity: 0.7;
	-moz-opacity: 0.7;
	filter: alpha(opacity=70);
	border: 1px solid #00595A;
	padding: 10px;
}
.text_box h3 {
	font-size: 1.3em;
	font-weight: bold;
}
.text_box p {
	margin: 5px 0;
}

.quote {
	font-style: italic;
	margin: 4px 0;
}
.quote_from {
	margin: 4px 0;
	font-weight: bold;
}
.caption {
	font-weight: bold;
	margin: 0;
}

.gallery_image {
	float: left;
	margin: 20px 20px 0px 0px;
}
.gallery_image img {
	border: 1px solid #00595A;
}