/* CSS Document */

html, body {
	text-align: center;
	margin: 0px;
	padding: 0px;
}
body {
	padding-bottom: 0px;
	background-color: #D7E0EA;
}
p, td, div {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
form {
	margin: 0px;
	padding: 0px;
}
a {
	color: #396698;
	text-decoration: none;
}
a:hover {
	color: #FA0000;
	text-decoration: underline;
}
#container {
	width: 751px;
	margin: 0 auto;
	text-align: left;
	border: 2px solid #FFFFFF;
	border-top: none;
	border-bottom: none;
}
#inner {
	background-image: url(../images/con_bg.gif);
	background-repeat: repeat-y;
	background-position: center;
	background-color: #FFFFFF;
}
#nav {
	background-image: url(../images/top_right.gif);
	background-repeat: repeat;
	background-position: right top;
}
#navtop {
	font-size: 10px;
	padding-bottom: 25px;
	padding-right: 20px;
}
#navbot {
}
#navtop a {
	margin-right: 4px;
	margin-left: 4px;
	color: #C6D2E1;
	text-decoration: none;
}
#navtop a:hover, #navtop a.current {
	text-decoration: none;
	color: #396698;
}
#navpr {
	background-image: url(../images/navpr_bg.gif);
	background-repeat: no-repeat;
	background-position: center top;
	text-align: center;
	color: #396698;
}
#con {
	padding-right: 35px;
	padding-bottom: 40px;
	padding-left: 35px;
}
#imgh1 {
	margin-bottom: 10px;
}
#copy {
	padding-left: 15px;
	line-height: 1.4em;
	padding-right: 15px;
}
#bot, #prbot {
	background-color: #000066;
	padding-bottom: 15px;
	text-align: center;
}
#bot {
	padding-top: 20px;
	background-image: url(../images/bot_top.gif);
	background-repeat: no-repeat;
	background-position: center top;
}
#bot #icons img, #prbot #icons img {
	border: 2px solid #FDCB00;
	margin-right: 10px;
	margin-left: 10px;
}
#prbot {
	padding-bottom: 25px;
}
#homepr {
	margin-top: 10px;
}
#homepr div {
	background-image: url(../images/home_prbg.gif);
	background-repeat: repeat-y;
	background-position: center;
	color: #396698;
	font-size: 10px;
	text-align: left;
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 15px;
	width: 140px;
	line-height: 1.2em;
}
#homepr div a {
	font-size: 11px;
	text-transform: uppercase;
	text-align: right;
	display: block;
	padding-top: 5px;
	font-weight: bold;
	color: #FA0000;
}
#foot {
	color: #000066;
	text-align: center;
	background-image: url(../images/foot_top.gif);
	background-repeat: no-repeat;
	background-position: center top;
	background-color: #396698;
	padding: 25px;
}
#foot td {
	font-size: 11px;
	line-height: 1.5em;

}
#foot td .small {
	text-transform: none;
}
#foot td a {
	margin-right: 3px;
	margin-left: 3px;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}
#foot td a.current, #foot td a:hover {
	color: #FDCB00;
}
p {
	margin: 0px;
	margin-bottom: 12px;
}
h1 {
	font-size: 18px;
	margin-bottom: 10px;
	color: #000066;
	margin-top: 15px;
}
h2 {
	font-size: 14px;
	margin-bottom: 10px;
	color: #396698;
	margin-top: 15px;
}
h3 {
	font-size: 14px;
	color: #030F61;
	margin-bottom: 10px;
	margin-top: 15px;
}
h4 {
	font-size: 12px;
	margin: 0px;
	margin-bottom: 8px;
	color: #396698;
}
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;
}
.tbl_bdr {
	border: 1px solid #8CAED5;
	padding: 0px;
	margin-top: 25px;
	margin-bottom: 5px;
	margin-left: 50px;
	margin-right: 50px;	
}
.con_tbl {
	width: 100%;
	background-color: #FFF;
	color: #000;
}
.con_tbl td {
	padding: 5px;
	padding-top: 7px;
	padding-bottom: 7px;
	background-image: url(../images/bg_td.gif);
	background-repeat: repeat-x;
	background-position: top;
}
td.tbl_top {
	background-image: url(../images/bg_tdtop.gif);
	background-repeat: repeat-x;
	background-position: top;
	background-color: #396698;
	color: #FFFFFF;
	font-size: 14px;
	font-weight: bold;
}
.tbl_head {
	font-weight: normal;
	padding-right: 10px;
	border-right: solid 0px #FFFFFF;
}
.tbl_input {
	width: 300px;
}
.required {
	font-weight: bold;
	font-size: 14px;
	color: #FF0000;
}
.not_pass, .not_fail {
	padding: 15px;
	padding-left: 60px;
	margin: 10px;
	margin-bottom: 20px;
	background-repeat: no-repeat;
	background-position: 10px center;
	color: #000000;
	background-color: #FFFFCC;
	clear: both;
}
.not_pass a, .not_fail a {
}
.not_pass {
	border: solid 1px #009900;
	background-image: url(../images/check.gif);
}
.not_fail {
	border: solid 1px #FF0000;
	background-image: url(../images/x.gif);
}