@charset "UTF-8";
body {
	background-color:#5E7194;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #5E7194;
	padding:0;
	border:0;
	margin:10px;
}
#outerWrapper {
	width:100%;
	height:100%;
}
#innerWrapper {
	margin-left:auto;
	margin-right:auto;
	width:955px;
	vertical-align:middle;
}
#banner {
	width:955px;
	height:180px;
	line-height:0;
	font-size:0px;
}
#navBox {
	text-align:center;
	background-color:#d99c35;
}
.navLinks{
	padding:14px;
	color:#900;
}
.navLinks a{
	text-decoration:none;
	color:#FFF;
}
.navLinks a:hover{
	color:#000;
}
#colLeft{
	width:240px;
	background-image:url(../images2/NRRDAcolumnBG.jpg);
	background-repeat:repeat-y;
}
.colLeftText{
	padding:20px;
	color:#5E7194;
	text-align:center;
}
.colLeftText a{
	color:#900;
	text-decoration:none;
}
.colLeftText a:hover{
	color:#036;
	text-decoration:underline;
}
#colRight{
	width:715px;
	height:auto;
	background-image:url(../images2/rightColBG.gif);
	background-repeat:repeat-y;
}
.colRightText{
	padding-left:40px;
	padding-top:40px;
	padding-bottom:40px;
	padding-right:110px;
	line-height:18px;
}
.colRightText a{
	color:#900;
	text-decoration:none;
}
.colRightText a:hover{
	text-decoration:underline;
}
label.error {
	color: red;
	font-weight: bold;
	padding-left: 20px;
	background: url(../images2/bullet_error.png) no-repeat 3px 0;
}
.blackDash{
	height:9px;
	background-color:#000;
	background-image:url(../images2/HRbg_blk.gif);
	background-repeat:repeat-x;
}
#footer{
	background-color:#000;
	color:#FFF;
	text-align:center;
	font-size:10px;
	padding:6px;
}
#footer a{
	color:#D59C38;
	text-decoration:none;
}
#footer a:hover{
	color:#0099FF;
	text-decoration:underline;
}
h1 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:18px;
	color:#D59C38;
}
h2 {
	font-size:12px;
	font-weight:bold;
	color:#D59C38;
}
.vr {
	background-image:url(../images2/vr.gif);
	background-repeat:repeat-y;
	background-position:center;
}