@charset "utf-8";
/* CSS Document */

body {
	background-color: #036;
	margin: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
h1 {
	font-size: 24px;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 12px;
	line-height: 150%;
}
h2 {
	font-size: 16px;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 8px;
	line-height: 150%;
}
th, td {
	font-size: 12px;
}
p {
	margin-top: 0px;
	margin-bottom: 12px;
}

#wrap_shadow {
	position: relative;
	margin: auto;
	background-image:url(/images/bg_body.gif);
	background-position: center;
	background-repeat: repeat-y;
	width: 800px;
}

#header {
	position: relative;
	margin: auto;
	width: 760px;
	border-width: 1px 1px 0 1px;
	border-style: solid;
	border-color: #000;
}

#wrap_main {
	position: relative;
	margin: auto;
	background-color: #26517D;
	width: 760px;
}

#decor {
	position: relative;
	margin: 5px;
	background-image:url(/images/decor/1.jpg);
	background-position: center;
	background-repeat: no-repeat;
	width: 750px;
	height: 200px;
}

#navbar {
	position: relative;
	top: 170px;
	margin: auto;
	width: 750px;
	height: 30px;
	text-align: center;
}
#navbar a {
	font-size: 14px;
	font-weight: bold;
	line-height: 30px;
	padding: 6px 18px 5px 18px;
	color: #FFFFFF;
	text-decoration: none;
	margin: 0;
}
#navbar a:hover {
	text-decoration: underline;
}

#dropmenudiv{
	position: absolute;
	margin-top: 2px;
	margin-left: 1px;
	visibility: hidden;
	border-left: 1px solid #000;
	border-right: 1px solid #000;
	border-bottom-width: 0;
	font-size: 11px;
	font-weight: bold;
	z-index: 100;
	filter:alpha(opacity=90);
	-moz-opacity:.90;
	opacity:.90;
}
#dropmenudiv a{
	display: block;
	border-bottom: 1px solid #000;
	background-color: #333333;
	padding: 2px;
	color: #FFFFFF;
	text-decoration: none;
	text-align: left;
	text-transform: none;
	line-height: 12px;
}
#dropmenudiv a:hover{
	background-color: #ff0;
	color: #000;
	text-decoration: none;
}

#main {
	position: relative;
	margin: auto;
	width: 750px;
	overflow: hidden;
}

#homepage_content {
	position: relative;
	width: 365px;
	float: left;
	background-color: #F4F6F8;
	min-height: 290px;
	margin: 5px 0 5px 5px;
}
#fullpage_content {
	position: relative;
	background-color: #F4F6F8;
	margin: 5px;
}
.content {
	font-size: 12px;
	line-height: 150%;
	padding: 15px;
	overflow: hidden;
	margin: 0;
}
.content a {
	color: #039;
}
.content a:hover {
	color: #FF6532;
}

#link_titles {
	position: relative;
	margin: auto;
	margin-top: 10px;
	width: 750px;
	overflow: hidden;
	background-color: #002346;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
}
.link_titles_left {
	position: relative;
	float: left;
	width: 240px;
	padding: 5px;
}
.link_titles_right {
	position: relative;
	float: right;
	width: 240px;
	padding: 5px;
}

#links {
	position: relative;
	margin: auto;
	width: 750px;
	overflow: hidden;
	color: #FFFFFF;
	font-size: 12px;
}
.links_left {
	position: relative;
	float: left;
	width: 230px;
	padding: 15px 0 0 20px;
}
.links_right {
	position: relative;
	float: right;
	width: 230px;
	padding: 15px 0 0 20px;
}
#links ul {
	margin-top: 0;
}
#links li {
	margin-left: -30px;
	list-style-image: url(/images/bullet.gif);
	line-height: 150%;
}
#links a {
	color: #fff;
	text-decoration: none;
}
#links a:hover {
	text-decoration: underline;
}

#footer {
	position: relative;
	clear: both;
	margin: auto;
	margin-top: 50px;
	margin-bottom: 0;
	width: 748px;
}
.footer_content {
	font-size: 10px;
	color: #fff;
	text-align: center;
}
.footer_content a {
	color: #fff;
}
.footer_content a:hover {
	color: #f40;
}
#base {
	margin: auto;
	margin-top: 0;
	width: 800px;
	height: 30px;
}

.enlarge {
	background-color: #000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	font-size: 10px;
	color: #fff;
}
.enlarge a {
	color: #fff;
}
.enlarge a:hover {
	color: #f60;
}
.popup_close {
	margin-bottom: 10px;
}

.text {
	font-size: 11px;
	width: 244px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
.error {
	color: #c00;
}
.error_message {
	padding: 4px;
	border: 1px solid #f00;
	font-weight: bold;
	font-size: 13px;
	color: #c00;
	text-align: center;
}

.bg_grey {
	background-color: #C9D3DE;
}