body
{
	margin: 0;
	padding: 0;
	background: #E3FBFF;
	color: #005E6F;
	font-family: arial, verdana, helvetica, tahoma, sans-serif;
	font-size: 80%;
	line-height: 150%;
}

a
{
	text-decoration: underline;
	color: #005E6F;
}

a:hover
{
	text-decoration: underline;
	color: #DADB56;
}

#centercontainer
{
	position: absolute;
	top: 40%;
	left: 0%;
	width: 100%;
}

#container
{
	width: 100%;
	height: 400px;
	position: absolute;
	top: -201px;
}

#header
{
	width: 100%;
	height: 100px;
	background: #72AFB6;
	margin-top: 25px;
	border-top: 1px solid #005E6F;
	border-bottom: 1px solid #005E6F;
}
#logoleft
{
	float: left;
	width: 40%;
	height: 100px;
	position: absolute;
	background: #FFFFFF;
}
#content
{
	width: 100%;
	height: 350px;
	background: #FFFFFF;
}

#contentleft
{
	background-color: #a5cbd1;
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: right 50%;
	float: left;
	width: 40%;
	height: 350px;
	overflow: hidden;
}

#contentright
{ width: 59%; float: right; overflow: auto; height: 350px; }

#contentrighttext
{ padding: 15px 5px 5px; }

#contentrighttext h2
{ margin: 0; padding: 0; font-family: helvetica, arial, verdana, tahoma, sans-serif; letter-spacing: -3px; font-size: 225%; color: #72afb6; }

#footer
{
	width: 100%;
	height: 50px;
	background: #72AFB6;
	border-top: 1px solid #005E6F;
	border-bottom: 1px solid #005E6F;
}
.goback {
	text-align: right;
	font-size: 10px;
}
