BODY {
	background: #11161C;
	color: White;
	margin: 0;
	padding: 0;
	font-family: Arial, sans-serif;
	font-size: 13px;
}
H1, H2, H3, H4 {
	color: #3D5170;
}
A {
	color: #3D5170;
	text-decoration: none;
}
A:hover {
	text-decoration: underline;
}

#wrap {
	width: 760px;
	margin: 0 auto;
}
#header {
	position: relative;
}
#header H1 {
	background: #8B9BAD
		url('/images/header.jpg')
		no-repeat left top;
	height: 120px;
	color: White;
	margin: 0;
}
#header H1 SPAN {
	display: none;
}
#header UL {
	list-style: none;
	margin: 0;
	position: absolute;
	right: 45px;
	top: 76px;
}
#header UL LI {
	display: block;
	float: left;
	margin: 0 5px;
	font-weight: bold;
}

#content {
	padding: 15px 23px 0 20px;
	color: Black;
	background: transparent
		url('/images/content.jpg')
		no-repeat left top;
	height: 490px; /*505*/
}
#content H2 {
	font-size: 16px;
	margin: 0 10px;
}
#content P {
	margin: 10px;
}

#footer {
	background: #8B9BAD
		url('/images/footer.gif')
		no-repeat left top;
	color: White;
	padding: 8px 10px;
	height: 53px; /*69-8*2*/
	font-size: 11px;
}
* html #footer {
	font-size: 10px;
}
.ftleft {
	float: left;
	text-align: left;
	width: 430px;
	height: 46px;
	padding: 5px 7px 5px 15px;
}
.ftright {
	float: left;
	border-left: 2px solid white;
	width: 125px;
	height: 36px;
	padding: 5px 7px;
}
* html .ftleft,
* html .ftright {
	height: 40px;
	padding-top: 3px;
	padding-bottom: 3px;
}

.req {
	color: #8C121D;
}