body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0px;
}

a img {
	border: 0px;
}


h1 {
	background-color: #FFFFFF;
	font-size: 14px;
	font-weight: 700;
	color: #415968;
}

h2 {
	background-color: #FFFFFF;
	font-size: 13px;
	font-weight: 700;
	color: #B2BB1E;
}

ol, ul {
	list-style-position: outside;
}

fieldset {
	border: 0px;
}

.small_text {
	font-size: 90%;
}

.center_text {
	text-align: center;
}

.heading_row {
	background-color: #415968;
	color: #FFFFFF;
	font-weight: 700;
}

.alternate_row {
	background-color: #E8EABB;
	color: #000000;
}

.indent {
	margin-left: 50px;
}

.captioned_image {
	border: 1px solid #CCCCCC;
	font-size: 9px;
	color: #999999;
	float: left;
	text-align: center;
	margin: 2px;
	padding: 2px;
}

.inline_image {
	border: 1px solid #CCCCCC;
	margin: 2px;
	padding: 2px;
}

.sub_section {
	font-weight: 700;
	color: #415968;
	border-bottom: 2px solid #415968;
}

#container {
	margin: 0px auto;
	width: 100%;
	text-align: left;
	background-color: #FFFFFF;
	background-image: url(../images/navigation/menu_background.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}

#header {
	height: 100px;
	background-color: #415968;
	text-align: left;
	background-image: url(../images/header_bg_1.gif);
	background-position: center;
}

#contents {
	margin-right: 130px;
	margin-left: 210px;
	margin-bottom: 15px;
	background-color: #FFFFFF;
	padding-top: 8px;
	width: auto;
}

#menu {
	margin: 0;
	width: 200px;
	float: left;
}

#menu ul {
	list-style: none;
	margin: 0px;
	display: inline !important;
}

#menu ul li {
	margin: 0;
	display: inline;
}

#menu ul li img {
	border: 0;
}

#menu ul li a {
	background: url(../images/navigation/button_bg.gif) no-repeat left bottom;
	margin: 0;
	height: 32px;
	display: block;
}

#menu ul li a:hover {
	background-position: top left;
}

#right_column {
	width: 120px;
	overflow: hidden;
	float: right;
	padding-top: 8px;
	text-align: right;
	margin-right: 5px;
}

#right_column img {
	margin-bottom: 3px;
}

#footer {
	clear: both;
	text-align: right;
	background-image: url(../images/footer_box.gif);
	background-repeat: repeat-x;
	height: 43px;
	padding-top: 8px;
	text-align: center;
	color: #FFFFFF;
	background-color: #415968;
	font-size: 9px;
	text-transform: capitalize;
}

#footer a {
	color: #ffffff;
	background-color: #415968;
	text-decoration: none;
	padding: 1px 1px;
}

#footer a:hover {
	color: #ffffff;
	text-decoration: none;
	background-color: #B2BB1E;
	padding: 1px 1px;
}

#picture_gallery {
	text-align: left;;
}

#picture_gallery img {
	border: 1px solid #415968;
	margin-right: 3px;
	margin-bottom: 3px;
}

.space_block {
	width: 99%;
	float: left;
	border: 1px solid #415968;
	margin-right: 2px;
	margin-bottom: 15px;
}

.tabs {
	color: #FFFFFF;
	background-color: #415968;
	height: 25px;
	width: 11%;
	float: left;
	text-align: center;
	border-bottom: 1px solid #FFFFFF;
	background-image: url(../images/navigation/tab_top_left.gif);
	background-position: top left;
	background-repeat: no-repeat;
}
.tabs a {
	color: #FFFFFF;
	text-decoration: none;
	display:block;
	padding: 6px 2px;
	background-image: url(../images/navigation/tab_top_right.gif);
	background-position: top right;
	background-repeat: no-repeat;
}

.tabs a:hover {
	color: #000000;
	text-decoration: none;
	display:block;
	padding: 6px 2px;
}

.borderless_text {
	border: 0;
	background-color: transparent;
	color: #000000;
	text-align: right;
}
