@charset "utf-8";
/* CSS Document */
body {
	margin:0px;
	padding:0px;
	/*	background:url(../images/bg.jpg) top center repeat;   */
background:url(../images/pageBg.gif) repeat-x top left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#333;
}
address {
	margin:0px;
	padding:0px;
}
p {
	margin:0px;
	padding:0px;
	margin-bottom:15px;
}
h1 {
	font-size:20px;
	color:#00338e;
	border-bottom:1px dashed #333;
	margin:0px 0px 10px 0px;
	padding:0px;
	font-weight:normal;
}
a {
	color:#046bb9;
	font-size:12px;
	text-decoration:none;
}
a:hover {
	color:#046bb9;
	font-size:12px;
	text-decoration:underline;
}
h2 {
	color:#333333;
	font-size:16px;
	font-weight:bold;
	margin:0px;
	padding:0px;
	border-bottom:1px dashed #adadad;
}
h3 {
	color:#00338e;
	font-size:16px;
	font-weight:bold;
	float:left;
	margin:0px;
	padding:0px;
}
label {
	display:block;
	width:100%;
}
#mainWrapper {
	margin:15px auto 0px auto;
	padding-top:20px;
	width:953px;
	height:580px;
	min-height:580px !important;
	height:auto;
}
#mainWrapper .bgTop {
	background:url(../images/bgPannelT.png) repeat-y 0px 0px;
	height:28px;
}
#mainWrapper .bgBottom {
	background:url(../images/bgPannelB.png) repeat-y 0px 0px;
	height:28px;
}
#mainWrapper #innerBgWrapper {
	background:url(../images/bgPannelC.png) repeat-y 0px 0px;
}
#mainWrapper #innerWrapper {
	margin:0px auto;
	width:893px;
	padding-bottom:15px;
}
.hdr {
	height:96px;
}
.logo {
	margin-top:6px;
	margin-left:10px;
	float:left;
	border:none;
}
.contBnr {
	float:right;
}
ul.menu {
	margin:0px;
	margin-top:60px;
	padding:0px;
	list-style-type:none;
	float:right;
}
ul.menu li {
	margin:0px;
	padding:0px;
	float:left;
}
ul.menu li.last {
	margin-right:40px;
}
ul.menu li a {
	font-size:14px;
	font-weight:bold;
	color:#046bb9;
	padding:3px 10px;
	margin-right:10px;
	display:block;
	text-decoration:none;
	background:#f6f6f6;
	width:auto;
}
ul.menu li a:hover {
	background:url(../images/bgMenu.gif) repeat-x 0px 0px;
	color:#fff;
	text-decoration:none;
}
ul.menu li a.active {
	background:url(../images/bgMenu.gif) repeat-x 0px 0px;
	color:#fff;
	text-decoration:none;
}
ul.menu li a.active:hover {
	background:url(../images/bgMenu.gif) repeat-x 0px 0px;
	color:#fff;
	text-decoration:none;
}
.bnr {
	float:left;
	width:410px;
	height:355px;
}
.clear {
	clear:both;
}
.content {
	float:left;
	margin:0px 0px 0px 15px;
	width:460px;
}
input {
	margin-bottom:15px;
}
span.redText {
	color:#e40000;
}
span.infoText {
	font-size:11px;
	color:#777;
}
span.bold {
	font-weight:bold;
	color:#454647;
}
p.mandatory {
	font-size:11px;
	color:#777;
	float:right;
	margin:6px 3px 0px 0px;
}
p.mandatory span {
	color:#e40000;
	font-weight:bold;
}
table.gridTbl {
	border-top:1px solid #ccc;
	border-left:1px solid #ccc;
	width:468px;
}
table.gridTbl tr {
	height:30px;
}
table.gridTbl tr td {
	border-right:1px solid #ccc;
	border-bottom:1px solid #ccc;
	font-size:12px;
}
.marT10px {
	margin-top:10px;
}
.btnSubmit {
	background:url(../images/btnSubmit.gif) no-repeat 0px 0px;
	border:none;
	width:84px;
	height:30px;
	margin-top:8px;
	cursor:pointer;
}
.successMsg {
	color:#5fa003;
	font-weight:bold;
	text-align:center;
	margin:0px 0px 6px 0px;
	padding:0px;
}
ul.listLinks {
	margin:0px 0px 0px 15px;
	padding:0px;
	list-style-type:none;
}
ul.listLinks li {
	list-style-type:none;
}
ul.listLinks li span{
    font-weight:bold;
 }
ul.listLinks li a {
	background:url(../images/iconPdf.png) no-repeat 0px 0px;
	padding-left:22px;
	display:block;
	margin-top:8px;
	padding-top:2px;
	width:186px;
}
ul.list {
	margin:0px 0px 0px 5px;
	padding:0px;
	list-style-type:none;
}
ul.list li {
	list-style-type:none;
    padding:3px 0px 3px 14px;
    background:url(../images/listArrow.gif) no-repeat 0px 4px;
}
ul.list li span{
    font-weight:bold;
 }
