/* HTML Styles */
body {
	background-color: #000066;
}
H3 {
	margin-bottom: 0px;
	color: #3366CC
	}
H5 {
	margin-top: 5px;
	color: #07371D
	}	

/* Text Styles */
.normal {
	color: #333333;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	line-height: 140%;
	letter-spacing: 0.4px;
	font-size: 13px;
}

.header {
	color: #3366CC;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
}

.subheader {
	color: #3366CC;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-style: italic;
	font-size: 14px;
}

.fineprint {
	font-size: 11px; 
	font-family: Geneva, Arial, Helvetica, sans-serif; 
	line-height: normal;
}
.small {
	font-size: .575em; 
	font-family: Geneva, Arial, Helvetica, sans-serif; 
	line-height: normal;
	margin-top: 0px;
 	}

.link {
	color: #3366CC;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	line-height: 140%;
	letter-spacing: 0.4px;
}

.notlink {
	color: #333333;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	line-height: 140%;
	letter-spacing: 0.4px;
	font-size: 12px;
}
	
/* Background */
#bg {
	position: absolute;
	height: 621px;
	width: 620px;
	top: 50px;
	left: 0px;
	z-index: 4;
}

#container {
	position: absolute;
	overflow: hidden;
	height: 800px;
	width: 771px;
	top: 143px;
	left: 50%;
	margin-top: -125px;
	margin-left: -402px;
	z-index: 5;
}

/* Main Content */
#content {
	position: absolute;
	overflow: hidden;
	height: 600px;
	width: 550px;
	top: 165px;
	left: 255px;
	padding-top: 10px;
	padding-right: 15px;
	overflow: auto;
	z-index: 9;
	
}

#body {
	position: absolute;
	height: 490px;
	width: 485px;
	top: 48px;
	left: 8px;
	padding-right: 15px;
	overflow: auto;
	z-index: 0;
}
