html {
	background: #004B76 url(/images/html_bg.jpg) repeat-x;
}
body.index {
	background: url(/images/index_body_bg.jpg) no-repeat;
	margin: 39px auto 0px;
	padding: 0px;
	height: 560px;
	width: 782px;
	position: relative;
}
body.inner {
	margin: 39px 10% 0px;
	position: relative;
	font: 11px Tahoma, sans-serif;
}
form {
	margin: 0px;
	padding: 0px;
}
p {
	margin-top: 0px;
	margin-bottom: 10px;
	text-align: justify;
}


h1 {
	font: bold 14px Tahoma, sans-serif;
	color: #00598C;
	margin-top: 0px;
	margin-bottom: 24px;
}

h2 {
	font: bold 11px Tahoma, sans-serif;
	color: #00598C;
	margin-top: 0px;
	margin-bottom: 24px;
}




.index .logo {
	position: absolute;
	height: 41px;
	width: 210px;
	left: 15px;
	top: 12px;
}
.index .mnu_item {
	font: 18px Tahoma, sans-serif;
	color: #797979;
	text-decoration: none;
	position: absolute;
	text-transform: uppercase;
}
.index .mnu_item:hover {
	color: #BBBBBB;
}
.index #a {
	left: 414px;
	top: 90px;
}
.index #b {
	top: 137px;
	left: 414px;
}
.index #c {
	left: 412px;
	top: 187px;
}
.index #d {
	left: 403px;
	top: 237px;
}
.index #e {
	top: 285px;
	left: 390px;
}
.index #f {
	top: 333px;
	left: 375px;
}
.index #g {
	top: 380px;
	left: 350px;
}
.index #h {
	top: 430px;
	left: 319px;
}
.index #i {
	top: 478px;
	left: 285px;
}
.index .copy {
	font: 11px Tahoma, sans-serif;
	color: #FFFFFF;
	position: absolute;
	left: 0px;
	top: 538px;
}
.index .copy a {
	text-decoration: none;
	color: #FFFFFF;
}
.index .copy a:hover {
	text-decoration: underline;
}
.index table {
	position: absolute;
	top: 538px;
	border-collapse:collapse;
	right: 0px;
}
.index .inp {
	font: 11px Tahoma, sans-serif;
	color: #999999;
	width: 135px;
	border: 1px solid #7F9DB9;
	display: block;
	margin-right: 5px;
}
.index .subm {
	border-style: none;
	font-size: 0px;
	display: block;
}
.inner table {
	width: 100%;
	border-collapse:collapse;
}
.inner td {
	vertical-align: top;
	margin: 0px;
	padding: 0px;
}
.inner .header {
	background: url(/images/inner_header.jpg) repeat-x;
	height: 67px;
	border-right: 1px solid #83B9D3;
	border-left: 1px solid #83B9D3;
}
.inner .header .logo {
	background: url(/images/inner_logo.gif);
	float: left;
	height: 67px;
	width: 229px;
}
.inner .header img {
	float: right;
}


.inner .divider {
	background: #00598C;
	font-size: 0px;
	border-right: 1px solid #83B9D3;
	border-left: 1px solid #83B9D3;
}
.inner .body {
	border-right: 1px solid #83B9D3;
	border-left: 1px solid #83B9D3;
	background: #FFFFFF url(/images/inner_body_bg.gif) repeat-x left bottom;
}
.inner .body img, .inner .body .content .sp {
	display: block;
	float: none;
	margin: 0px;
}
.inner .body .left_nav {
	width: 240px;
	padding-bottom: 20px;
}
.inner .body .left_nav img {
	margin-bottom: 10px;
}

.inner .body .left_nav .item {
	display: block;
	font: 11px Tahoma, sans-serif;
	color: #003959;
	text-decoration: none;
	background: url(/images/inner_menu_item_bg.gif) no-repeat left bottom;
	margin-left: 19px;
	padding-top: 6px;
	padding-bottom: 6px;
	padding-left: 18px;
	width: 203px;
}
.inner .body .left_nav .item:hover, .inner .body .left_nav #active{
	color: #AE012D;
	text-decoration: none;
}
.inner .body .left_nav .sub {
	font: 10px Tahoma, sans-serif;
	color: #656466;
	display: block;
	margin-left: 50px;
	text-decoration: none;
	padding-top: 2px;
	padding-bottom: 2px;
}
.inner .body .left_nav .sub:hover {
	color: #A7012B;
}


.inner .body .left_nav .divid {
	font-size: 0px;
	background: url(/images/inner_menu_item_divider.gif) no-repeat;
	height: 1px;
	margin-left: 17px;
	margin-top: 2px;
	margin-bottom: 2px;
}




.inner .body .content {
	color: #524A4A;
	padding: 15px 25px 25px;
}
.inner .body .content img {
	float: left;
	margin-right: 10px;
	margin-bottom: 5px;
}


.inner .spacer {
	font-size: 0px;
	background: #004166;
	height: 17px;
	border-right: 1px solid #004166;
	border-left: 1px solid #004166;
}
.inner .copy {
	font: 11px Tahoma, sans-serif;
	color: #FFFFFF;
	float: left;
	margin-top: 10px;
}
.inner .copy a {
	text-decoration: none;
	color: #FFFFFF;
}
.inner .copy a:hover {
	text-decoration: underline;
}
.inner .form {
	float: right;
	width: auto;
	margin-top: 10px;
}
.inner .inp {
	font: 11px Tahoma, sans-serif;
	color: #999999;
	width: 135px;
	border: 1px solid #7F9DB9;
	display: block;
	margin-right: 5px;
}
.inner .subm {
	border-style: none;
	font-size: 0px;
	display: block;
}

