@charset "utf-8";
/* CSS Document */
body{
	background:#FBFCFE url(../images/main_bg.jpg) no-repeat;
	background-position:center top;
	font-family:Arial, Helvetica, sans-serif;
}

#mainContentContainer {
	width:800px;
	padding:25px 0 0 9px;
	position:relative;
}
#leftCol{
	float:left;
	width:560px;
	margin-bottom:20px;
	padding-right:20px;
}
#leftCol h4 {
	font-size:12px;
	font-weight:bold;
	color:#004b8d;
	padding:22px 0 7px 2px;
}
#leftCol td {
	padding:0 0 0 13px;
}
#leftCol h4 span{
	color:#ff0000;
}
#rightCol{
	float:right;
	width:200px;
	text-align:left;
	height:190px;
	padding:10px 0 0 20px;
	background:url(../images/rule.gif) top left no-repeat;
	font-size:11px;
	font-weight:bold;
	color:#004b8d;
	line-height:18px;
}
#rightCol a {
	color:#004b8d;
	text-decoration:underline;
}
#rightCol a:hover {
	color:#004b8d;
	text-decoration:none;
}
.spacer {
	width:100%;
	height:10px;
}
#submitRow .reqField {
	color:#003399;
	font-size:12px;
	width:110px;
	position:absolute;
	right:0;
	top:0;
	text-align:right;
}
#submitRow .reqField span {
	color:#ff0000;
}
#submitRow {
	width:488px;
	margin:20px 0 0 12px;
	position:relative;
}