/* CSS Document */

html, body {
	text-align: center;
	margin: 0px;
	padding: 0px;
}
body {
	padding-bottom: 35px;
	background-image: url(../images/bg.jpg);
	background-color: #000000;
	background-position: center;
	background-repeat: repeat-y;
}
p, td, div {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
form {
	margin: 0px;
	padding: 0px;
}
a {
	color: #5D83E3;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
#container {
	width: 769px;
	margin: 0 auto;
	text-align: left;
	border: 2px solid #061EBC;
	border-top: none;
}
#inner {
	border: 1px solid #FFFFFF;
	border-top: none;
	background-color: #2133AC;
}

#nav {
	background-color: #828B91;
	background-image: url(../images/nav_bg.gif);
	background-repeat: repeat-x;
	line-height: 33px;
	text-transform: uppercase;
	font-size: 11px;
}
#nav a {
	display: block;
	margin-right: 4px;
	margin-left: 4px;
}
#box {
	background-color: #030F61;
	background-image: url(../images/box_top.gif);
	background-repeat: repeat-x;
	background-position: top;
	color: #FFFFFF;
	padding-top: 0px;
	padding-bottom: 15px;
	font-size: .8em;
}
#box .item {
	margin-top: 15px;
}
#box .news {
	padding: 8px;
	padding-top: 0px;
	padding-bottom: 4px;
	font-size: .8em;
	margin-top: 10px;
}

#con {
	background-color: #FFFFFF;
}
#num {
	background-image: url(../images/num_bg.jpg);
	background-repeat: repeat-x;
	background-position: top;
	font-size: 10px;
	height: 105px;
	clear: both;
}
#num td {
	font-size: 10px;
	color: #FFFFFF;
}
#num td a {
	color: #FFFFFF;
}

#copy {
	padding: 20px;
	line-height: 1.3em;
}
#foot {
	color: #FFFFFF;
	text-align: center;
	line-height: 2em;
	background-image: url(../images/foot_bg.gif);
	background-repeat: no-repeat;
	background-position: center top;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	font-size: 10px;
	padding-left: 179px;
	padding-top: 10px;
	padding-bottom: 10px;
	background-color: #0a22d0;
}
#foot .small {
	text-transform: none;
}

#foot a {
	margin-right: 5px;
	margin-left: 5px;
	text-transform: uppercase;
}
#foot a.current {
	color: #FFFFFF;
	font-weight: bold;
}
p {
	margin: 0px;
	margin-bottom: 12px;
}
h1 {
	font-size: 20px;
	margin: 0px;
	margin-bottom: 6px;
	padding-top: 4px;
	padding-bottom: 2px;
	color: #030F61;
	border-bottom: solid 1px #CCDDF0;	
}
.h1num {
	font-weight: normal;
	font-size: 14px;
}
h2 {
	font-size: 16px;
	padding-top: 5px;
	padding-bottom: 3px;
	margin-bottom: 4px;
	color: #051CB4;
}
h3 {
	font-size: 16px;
	margin: 0px;
	margin-bottom: 8px;
	padding-bottom: 3px;
	color: #030F61;
}
h4 {
	font-size: 14px;
	margin: 0px;
	margin-bottom: 8px;
	color: #030F61;
}
#box .news h4 {
	font-size: 12px;
	margin-bottom: 0px;
}
h5 {
	font-size: 11px;
	color: #666666;
	font-weight: normal;
	margin: 0px;
}
h6 {
	margin: 0px;
	margin-bottom: 4px;
	font-style: italic;
	font-size: 9px;
	font-weight: normal;
	color: #5B6599;
}
ul, ol {
	list-style-position: inside;
	list-style-type: disc;
	margin-left: -20px;
	margin-top: 5px;
	margin-bottom: 12px;
}
.small {
	font-size: .8em;
}
.large {
	font-size: 1.2em;
}
.box_photo_out {
	width: 160px;
	margin-top: 10px;
	margin-bottom: 10px;
}
.box_photo_in {
	background-color: #02062B;
	border: solid 1px #3C5594;
	border-top: 0px;
	border-bottom: 0px;	
}
#con .item, .vp_item {
	padding-top: 0px;
	background-image: url(../images/dotted.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	padding-bottom: 0px;
	margin-bottom: 10px;
	clear: both;
}
#con img {
	border: 2px solid #7AA6D8;
}
#num img {
	border: none;
}
#con .news {
	padding-bottom: 10px;
	margin-bottom: 10px;
	margin-top: 10px;
	background-image: url(../images/dotted.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}
#con .news h3 {
	margin-bottom: 2px;
	background-image: none;
	padding-bottom: 0px;
}
#con .news h6 {
	font-size: 10px;
}
#con .news_box {
	padding-left: 0px;
}
#con .item_nav {
	margin-bottom: 15px;
}
#con .item_nav img, .item_nav img {
	border: none;
}
.tbl_bdr {
	border: solid 1px #5D83E3;
	border-top: 0px;
	padding: 0px;
	margin-bottom: 5px;
}
.con_tbl {
	width: 100%;
	background-color: #0418A0;
	color: #FFFFFF;
}
.con_tbl a {
	color: #FFFFFF;
}
.con_tbl td {
	padding: 5px;
	background-image: url(../images/bg_td.gif);
	background-repeat: repeat-x;
	background-position: top;
	border-top: solid 1px #5D83E3;
	font-size: 11px;
}
td.tbl_top {
	background-image: url(../images/bg_tdtop.gif);
	background-repeat: repeat-x;
	background-position: top;
	background-color: #B7C3E2;
	color: #030F61;
	font-size: 12px;
	font-weight: bold;
}
.tbl_head {
	font-weight: bold;
	padding-right: 10px;
	border-right: solid 0px #FFFFFF;
}
.tbl_input {
	width: 300px;
	border: solid 1px #999999;
	background-color: #FFFFFF;
}
.required {
	font-weight: bold;
	font-size: 14px;
	color: #FF0000;
}