@import url("core.css");
body {
	font-family: Arial, Helvetica, sans-serif;
	color: #3b3b3b;
	text-decoration: none;
	text-align:center;
	background-color:#FFFFFF;
	background-image:url(../images/bg_body.gif);
	background-repeat: repeat-x;
	padding-top:15px;
	font-size: 12px;
}
.right {
	float:right;
}
.left {
	float:left;
}
.clear {
	clear:both;
}
.clearspace {
	clear:both;
	height:1px;
	line-height:1px;
}
h1, h2, h3, h4, h5, h6 {
	margin:0px;
	padding:0px;
}
ul, li {
	margin:0px;
	padding:0px;
	list-style:none;
}
a {
	color: #022d54l;
	text-decoration:underline;
	
}
a:hover {
	color: #022d54;
	text-decoration:none;

}
p {
	margin:0px;
	line-height: 16px;
	padding: 0px 0px 20px 0px;
}
h1 { font-size:16px; color:#062799; text-transform:uppercase; }
h6 { font-size:13px; color:#062799; font-weight:bold; color:#f66205; padding:8px; text-align:center; }
#wrapper {
	text-align:left;
	padding:15px 0px 0px;
	margin:0px auto;
	width:980px;
	background-color:#ffffff;
	background-image: url(../images/bg_wrapper.gif);
	background-repeat: no-repeat;
	background-position: top;
}
#header {
	height: 184px;
}
#logo {
	background-image: url(../images/logo.png);
	background-repeat: no-repeat;
	height: 183px;
	width: 446px;
	float: left;
}
#flashpanel {
	background-image: url(../images/bg_flash.png);
	background-repeat:no-repeat;
	width:534px;
	height:183px;
	float: right;

}
#flashnav {
	background-color: #022d54;
	height: 183px;
	clear: both;
	padding-left:10px;

}

#mainnav {
	height: 27px;
	clear: both;
	padding-top: 16px;
	padding-right: 0px;
	padding-bottom: 19px;
	padding-left: 12px;
	position:relative;
}
#mainsection {
	padding-right: 12px;
	padding-left: 12px;
	clear: both;
}
#content {
	min-height:405px;
	width:696px;
	float:right;
}
#sidebar {
	float: left;
	width: 225px;
}
#footer {
	background-image: url(../images/bg_footer.png);
	background-repeat: no-repeat;
	height: 59px;
	clear: both;
	color: #333333;
}
#mainsectioncomplete {
	width:100%;
	clear: both;
}
.mandatory { color:Red; }
/*.linklogo { position:absolute; height:200px; width:425px; margin-top:5px; margin-left:20px; }*/
.bu-home,.bu-contact {position:absolute; margin-left:835px; margin-top:-25px;}
.bu-contact{margin-left:892px;}