body {
	background-color: #0A4B75;
	background-image: url(../contentBackground.png);
	background-repeat: repeat-x;
	background-position: top;
	margin: 0px;
	padding: 0px;
}
#divContent{
	position:absolute;
	top:183px;
	width: 420px;
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	z-index: 2;
	visibility: visible;
} 
a:link {
	color: #1687CD;
	text-decoration: none;
}
a:visited {
	color: #1687CD;
	text-decoration: none
}
a:hover {
	color: #EB2C65;
	text-decoration: underline;
}
#divPageHeader {
	height: 49px;
	width: 420px;
	position: absolute;
	top: 134px;
	margin: 0px;
	padding: 0px;
	left: 0px;
	z-index: 3;
}
#divPageLogo {
	background-image: url(../logoContent.gif);
	background-repeat: no-repeat;
	height: 134px;
	width: 420px;
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 4;
}
#contentBackground {
	background-color: #FFFFFF;
	height: 100%;
	width: 420px;
}
.blue_sub {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #1687CD;
}

