* {
	margin: 0;
	padding: 0;
}
html {
	height: 100%;
}
body {
	font-family: arial,helvetica,sans-serif;
	font-size: x-small;
	height: 100%;
	background: white;
}
h1 {
	font-size: 2.7em;
	font-weight: normal;
}
h2 {
	font-size: 1.8em;
	padding: 5px 0;
}
h3 {
	font-size: 1.5em;
	padding: 5px 0;
}
h4 {
	font-size: 1.2em;
}
a img {
	border: none;
}
.clearer {
	clear: both;
}
a {
	color: #00457B;
}
a:hover,a:active {
	color: black;
}
#main_container {
	color: #00457B;
	width: 840px;
	min-height: 100%;
	background: url('../images/backgrounds/left.gif') center left no-repeat transparent;
	margin: 0 auto;
	font-size: 1em;
	padding-left: 140px;
	border-right: 1px solid #F9C343;
	border-left: 1px solid #F9C343;
}
#sub_container {
	width: 704px;
	float: left;
	height: 100%;
}

#address_box {
	margin: 20px 0;
}
#header {
	margin: 20px 0 30px 0;
}
#header #logo_box {
	float: left;
	height: auto;
}
#header #title_box {
	float: left;
	margin: 10px 0 0 32px;
}

#main_menu {
	z-index: 20;
	position: relative;
	font-size: 1.1em;
	height: 27px;
	border-bottom: 1px solid #939598;
}
#main_menu ul {
	list-style: none;
}
#main_menu li {
	float: left;
}
.menu {
	position: absolute;
	top: 0;
	left: 0;
	height: 28px;
}
#main_menu li {
	width: 88px;
	height: 28px;
}
#main_menu li a {
	color: #6D6F71;
	display: block;
	width: 100%;
	height: 100%;
	line-height: 28px;
	text-align: center;
	text-decoration: none;
	background: url('../images/menu/main.gif') top left no-repeat;
}
#main_menu li.selected a,#main_menu li.selected a:hover {
	background: url('../images/menu/main-selected.gif') top left no-repeat white;
	color: #6D6F71;
}
#main_menu li a:hover {
	background: url('../images/menu/main-hover.gif') top left no-repeat;
	color: #00457B;
}
#main_menu ul ul {
	display: none;
}
#main_menu ul li:hover ul {
	display: block;
}
#main_menu ul ul li a,#main_menu li.selected ul a {
	background: #FFEDBC;
}
#main_menu ul ul li.selected a, #main_menu ul ul li.selected a:hover, #main_menu ul ul li a:hover,#main_menu li.selected ul a:hover {
	background: #FFDF7F;	
}


#main_body {
	border: 1px solid #939598;
	border-top: none;
	font-size: 1.1em;
	padding-top: 20px;
	margin-bottom: 10px;
	min-height: 370px;
}
#main_body .inner {
	margin-top: 0;
}
#main_body p {
	line-height: 1.5em;
	margin: 9px 0;
}
.inner {
	margin: 20px;
}


#contact_box {
	float: right;
	width: 120px;
	height: 120px;
}
#contact_box a {
	display: block;
	width: 100%;
	height: 100%;
	background: url('../images/backgrounds/right.gif') top right no-repeat white;
	text-decoration: none;
	font-size: 1.3em;
	font-family: verdana, sans-serif;
	font-weight: bold;
	color: white;
	overflow: hidden;
}
#contact_box a:hover {
	color: #00457B;
}
#contact_box a span {
	margin-left: 42px;
	line-height: 130px;
}
#main_body_text {
}
.sitemap ul {
	list-style: auto;
	padding: 5px 0px 5px 25px;
}

.footer {
	font-size: 1.1em;
	margin-bottom: 10px;
}
.footer ul {
	list-style: none;
}
.footer li {
	float: left;
	margin-right: 10px;
}
blockquote {
	padding: 0px;
	margin: 3px 0px 0px 15px;
}

#side_link_column {
	float: right;
	width: 110px;
	overflow: hidden;
	padding-right: 12px;
	margin-top: 18px;
	font-size: 1.1em;
}
#side_link_column p {
	text-align: center;
	margin-bottom: 10px;
}

#main_body_right_images {
	float: right;
	margin: 0px 0px 5px 10px;
}
#main_body_left_images {
	float: left;
	margin: 0px 10px 5px 0px;
}
.body_image {
	margin-bottom: 5px;
}
.body_bar_image {
	float: left;
}
.body_bar_image img {
	margin: 0px 3px 0px 0px;
}
hr {
	height: 1px;
	border: none;
	border-top: 1px solid #939598;
}

.gallery {
	padding: 10px 0;
}
.gallery .gallery_item {
	padding: 0px 5px 5px 0px;
	float: left;
}
.back_button {
	height: 25px;
	width: 100%;
}
.back_button a {
	display: block;
	line-height: 25px;
	text-decoration: none;
	float: left;
	font-weight: bold;
}

.news_year {
	display: none;
}
.news_story_list {
	margin: 10px 0px 0px 0px;
	border-top: 1px solid #939598;
}
.news_story_list .news_item {
	border-bottom: 1px solid #939598;
	padding: 10px 0px;
	height: auto;
}
.news_story_list .headline a {
	font-size: 1em;
	font-weight: bold;
}
.news_story_list .subheadline {
	color: #939598;
}
.news_story_list .image {
	float: left;
	margin-right: 10px;
	width: 80px;
	height: auto;
	min-height: 70px;
}
.news_story_list .date {
	margin: 6px 0;
}
.news_story_list .image img {
    width: 80px;
}
.news_story_list a {
	font-weight: bold;
}
.news_story {
	margin: 10px 0px;
	border-top: 1px solid #939598;
	border-bottom: 1px solid #939598;
}
.news_story .headline  {
	font-size: 1.1em;
	padding: 10px;
}
.news_story .headline h1 {
	font-size: 1.3em;
	font-weight: bold;
}
.news_story .date {
	padding: 0px 10px;
	font-weight: bold;
}
.news_story .story {
	padding: 0px 10px;
}
.news_story .image {
	float: right;
	margin: 0px 0px 10px 10px;
}
.news_story .image img {
    width: 250px;
}
.news_story .top {
	border-bottom: 1px solid #939598;
}
.news_story .bottom {
	margin-top: 10px;
	border-top: 1px solid #939598;
}
.news_story_list .show_all {
	border-bottom: 1px solid #939598;
}
.news_story_list .show_all p {
	margin: 0;
	padding: 0;
}
.news_story .back_button {
	height: 1.6em;
}
.news_story .back_button a,.news_story_list .show_all a {
	line-height: 1.6em;
	background: #EFEFEF;
	color: #6D6F71;
	display: block;
	width: 100%;
}
.news_story .back_button a:hover,.news_story_list .show_all a:hover {
	background: #FFDF7F;
	color: #00457B;
}
.news_story .back_button a span,.news_story_list .show_all a span {
	padding: 0px 10px;
}
.news_story .headline, .news_story_list .headline {
	text-transform: uppercase;
}