body, html {
	margin: 0;
	padding: 0;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #000;
	height: 100%;
	background-color: #387070;
	line-height: 1.5em;
}
img {border:0;}
#main_container {
	margin-top: 0px;
	margin-bottom: -130px;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	clear: both;
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
	background-color: #FFF;
}
#footer_container {
	height: 130px;
}
#footer_spacer {
	height: 130px;
	clear: both;
}
#footer {
	width: 1000px;
	height: 130px;
	background-image: url(images/bottom_gradient.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	margin-left: auto;
	margin-right: auto;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	color: #FFF;
}
#footer a {
	color: #FFF;
}
#footer_aligner {
	width: 900px;
	height: 130px;
	margin-left: auto;
	margin-right: auto;
}
#bottom_text {
	float: left;
	width: auto;
	height: 130px;
	text-align: center;
	white-space: nowrap;
}
#bottom_text p {
	width: auto;
	white-space: nowrap;
	margin-top: 100px;
	margin-bottom: 0;
}
#bottom_logo {
	float: right;
	width: auto;
	height: 130px;
	background-image: url(images/bottom_logo.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	text-align: center;
	white-space: nowrap;
}
#bottom_logo p {
	width: auto;
	white-space: nowrap;
	margin-top: 100px;
	margin-bottom: 0;
}
#header_container {
	width: 1000px;
	height: 320px;
	margin-left: auto;
	margin-right: auto;
	background-image: url(images/header.jpg);
	background-repeat: no-repeat;
	background-position: left 43px;
}
#logo_box {
	width: 179px;
	height: 258px;
	text-align: right;
	float: left;
}
#header_aligner {
	margin-left: 31px;
	float: left;
	width: auto;
}
#top_menu_container {
	height: 48px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #fff;
}
#top_menu_container a {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #a31c38;
}
#top_menu_item {
	margin-top: 20px;
	width: auto;
	height: 25px;
	float: left;
	padding-top: 5px;
}
#top_menu_item.selected a {
	color: #FFF;
}
#top_menu_item.selected {
	background-color: #004e74;
}
#top_menu_item.selected #top_menu_rounded_corner{
	display: block;
}
#top_menu_rounded_corner{
	width: 10px;
	height: 6px;
	background-repeat: no-repeat;
	display: none;
	margin-top: -5px;
}
.left_rounded_corner {
	float: left;
	background-image: url(images/menu_item_left_corner.gif);
	background-position: left top;
}
.right_rounded_corner {
	float: left;
	background-image: url(images/menu_item_right_corner.gif);
	background-position: right top;
}
#top_menu_separator {
	width: 20px;
	height: 20px;
	margin-top: 25px;
	background-image: url(images/separator.gif);
	background-repeat: repeat-y;
	background-position: center top;
	float: left;
}
#top_menu_text {
	float:left;
	width: auto;
}
#second_menu_container {
	margin-top: 157px;
	height: 92px;
	width: 740px;
	background-color: #d4e2e7;
}
#second_menu_container img {
	float:left;
}
#second_menu_container .text_container {
	float:left;
	margin-top: 22px;
  width: auto;
}
#second_menu_block {
	height: 92px;
	background-image: url(images/separator2.gif);
	background-repeat: repeat-y;
	background-position: right;
	float: left;
}
.first_block {
	width: 242px;
}
.second_block {
	width: 240px;
}
#second_menu_block.last_block {
	width: 258px;
	background-image: none;
}
#second_menu_item {
	width: auto;
	height: 80px;
	margin-left: auto;
	margin-right: auto;
}
.second_menu_item_header {
	font-size: 20px;
	font-weight: normal;
	color: #003f55;
	font-family: Tahoma, Geneva, sans-serif;
	text-decoration: underline;
}
.second_menu_item_desc {
	font-size: 14px;
	font-weight: normal;
	color: #003f55;
	font-family: Tahoma, Geneva, sans-serif;
	text-decoration: none;
	line-height: 1.4em;
}
#second_menu_item a {
	text-decoration: none;
}
.selected .second_menu_item_header, .selected .second_menu_item_desc {
	text-decoration: none;
	color: #a31c38;
}
#second_menu_item.selected {
	border-bottom-width: 12px;
	border-bottom-style: solid;
	border-bottom-color: #a31c38;
}
#path_box, #path_box a {
	margin-top: 5px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	color: #999;
}
#body_container {
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
	overflow: auto;
}
#body_aligner {
	width: 900px;
	margin-left: auto;
	margin-right: auto;
}
#side_menu_block {
	width: 200px;
	margin-top: 20px;
	margin-right: 20px;
	float:left;
}
#path_box ul, #side_menu_block ul {
	margin: 0;
	padding: 0;
}
#path_box li {
	list-style-position: outside;
	list-style-type: none;
	padding-left: 13px;
	background-image: url(images/path_delimiter.gif);
	background-repeat: no-repeat;
	background-position: left center;
	float: left;
	margin-right: 5px;
}
#side_menu_block li {
	list-style-position: outside;
	list-style-type: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #BBB;
	padding-left: 17px;
	padding-bottom: 10px;
	padding-top: 10px;
	background-image: url(images/list_marker.gif);
	background-repeat: no-repeat;
	background-position: left 17px;
}
#side_menu_block li li {
	border: none;
	padding-bottom: 0px;
	padding-top: 10px;
}
#side_menu_block li.selected, #side_menu_block li.selected a {
	color: #a31c38;
}
#side_menu_block li, #side_menu_block li a {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #003f55;
}
#side_menu_block li.selected li.selected a {
	color: #a31c38;
}
#side_menu_block li.selected li a {
	color: #003f55;
}
#catitem {
	width: 220px;
	height: 350px;
	text-align: center;
	float: left;
}
#catitem a p {text-decoration: underline;}
#body_block {
	margin-top: 20px;
  width: 680px;
	float:left;
}
#body_block li {
	list-style-position: outside;
	list-style-type: none;
	background-image: url(images/list_marker2.gif);
	background-repeat: no-repeat;
	background-position: left 6px;
	padding-left: 17px;
}
#body_block a {
	color: #003f55;
}
#body_block ul, #body_block ol {
  padding-left: 20px;
	margin-left: 0;
}
#body_block table {
	padding: 0px;
	margin: 0;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #ddd;
	border-right-color: #ddd;
	border-bottom-color: #ddd;
	border-left-color: #ddd;
}
#body_block table td {
	padding: 5px;
	margin: 0;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #ddd;
	border-right-color: #ddd;
	border-bottom-color: #ddd;
	border-left-color: #ddd;
}
h1 {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 28px;
	font-weight: normal;
	color: #a31c38;
	margin-top: 0px;
	margin-bottom: 20px;
	line-height: 1em;
}
h2 {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 18px;
	font-weight: normal;
	color: #026991;
	margin-top: 20px;
	margin-bottom: 10px;
	line-height: 1em;
}
a:hover,
#top_menu_container a:hover,
#second_menu_item a:hover,
#path_box a:hover,
#side_menu_block li.selected a:hover,
a:hover .second_menu_item_header,
#side_menu_block li a:hover,
#side_menu_block li.selected li.selected a:hover,
#body_block a:hover
{
	color: #0A3;
}
a:link {color: #003f55;}

main_container {
	background-color: #FFF;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #356A6A;
	border-left-color: #356A6A;
}

.left-div{clear: both;}

.right-div {
	width: 250px;
	float: right;
	margin-left: 30px;
}

.right-div p {
	font-size: 11px;
	line-height: 1.4em;
}
.img-div {
	text-align: center;
}
.img-div-gal {
	clear: both;
}

#body_block img {
	margin: 10px;
}
#body_block img.img-pdf {margin: 0px;}
#catitem img, .img-div img {
	margin: 0px;
}

.descr	{
color: #a31c38;
font-size: 11px;
font-weight: bold;
}
