body {
	text-align: center;
	margin: 0px;
	padding: 0px;
	color: 545454;
	cursor: default;
	background-attachment: fixed;
	background-image: url(img/body_bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-color: #FFFFFF;
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
}
i {
	/*font-family: Arial;*/
	font-size: 9px;
	color: #999999;
}
em {
	font-weight: normal;
}
p, div, td {
	/*font-family: Times;
	font-size: 12px;*/
	text-align: left;
}
p.content {
	padding-right: 2em;
	padding-left: 2em;
}
img {
	border: 0px none;
}
b {
	color: 3E74E0;
}
.affil {
	margin-bottom: 1em;
}
#container {
	width: 700px;
	margin-right: auto;
	margin-left: auto;
}
#header {
	position: relative;
	width: 100%;
	clear: both;
	float: none;
}
#left {
	width: 154px;
	height: 159px;
	float: left;
	position: relative;
	display: block;
}
#menu {
	width: 100%;
	height: 159px;
	float: left;
	position: relative;
	background-image: url(img/nav_bg.gif);
	background-repeat: no-repeat;
	background-position: center top;
	display: block;
	margin-top: 1px;
	clear: left;
}
#datetime {
	font-size: 9px;
	color: 4370C9;
	text-align: center;
	display: block;
	width: 100%;
	position: relative;
	top: 5em;
	bottom: auto;
}
#affiliates {
	width: 154px;
	height: 159px;
	float: left;
	position: relative;
	background-image: url(img/affiliates_bg.gif);
	background-repeat: no-repeat;
	background-position: center top;
	display: block;
	margin-top: 1px;
	margin-bottom: 3em;
	text-align: center;
	padding-top: 3em;
	clear: left;
}
#content {
	width: 544px;
	float: right;
	position: relative;
	margin-top: 1px;
	clear: right;
}
#footer {
	position: relative;
	width: 100%;
	height: 50px;
	clear: both;
	float: none;
	margin-top: 5em;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 3em;
	font-size: 9px;
	color: ACC0E7;
	background-image: url(img/ftr_bg2.gif);
	background-repeat: no-repeat;
	background-position: right top;
	text-align: left;
	padding-top: 1.5em;
	/* padding-left: 2em; */
}
.menuL {
	font-family: Arial;
	font-size: 9px;
	text-align: left;
	text-indent: 1em;
	display: block;
	width: 150px;
	font-weight: normal;
	text-transform: capitalize;
	margin-top: 1em;
	margin-left: 2px;

}
a.menuL:link {
	color: #666666;
	text-decoration: none;
}
a.menuL:visited {
	color: #666666;
	text-decoration: none;
}
a.menuL:hover {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #5E81C7;
}
a.menuL:active {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #5E81C7;
}
.formDisplay {
	background-color: EEF1F6;
	padding: .5em;
	border: 1px solid CAD5E8;
	width: 50%;
	font-size: 12px;
	font-weight:bold;
	color: 416FBB;
	text-align: center;
}
a.ftrL {
	color: ACC0E7;
	text-decoration: none;
}

a:link {
	color: FE6B95;
	text-decoration: underline;
}
a:visited {
	color: FE6B95;
	text-decoration: underline;
}
a:hover {
	color: FF0049;
	text-decoration: none;
}
a:active {
	color: FF0049;
	text-decoration: none;
}
.button {
	/*font-family: Arial;*/
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #990000;
	border: 0px none;
}
.formTitle {
	/*font-family: Arial;*/
	font-size: 12px;
	color: #0187EB;
	text-align: right;
}
.formField {
	/*font-family: Arial;*/
	font-size: 12px;
	color: #000000;
	border: 1px solid #CCCCCC;
}
.tdHdr {
	font-size: 11px;
	color: #FFFFFF;
	background-color: 0187EB;
	text-indent: .2em;
}
.sectional {
	background-color: F6F6F6;
	padding: 0.5em;
	border: 1px solid CAD5E8;
	width: 90%;
	margin-bottom: 1.5em;
	margin-top: 1.5em;
	margin-right: auto;
	margin-left: auto;
}
.sectional2 {
	background-color: EAEAEA;
	padding: 0.5em;
	border: 1px solid CAD5E8;
	width: 90%;
	margin-bottom: .5em;
	margin-right: auto;
	margin-left: auto;
}
.req {
	font-weight: bold;
	color: #CC0000;
}
