html, body {
	margin:0;
	padding:0;
	height: 100%;
}

body{
	background-color: #004e9b;
	font-family: Helvetica;
}

.wrapper{
	position: relative;
	background-color: #004e9b;
	width: 1024px;
	height: 100%;
 	border-top: 0px;
	margin-left: auto;
	margin-right: auto;
}

.banner{
	background-image: url("../images/banner.jpg");
	background-repeat: no-repeat;
	float: left;
	width: 1024px;
	height: 347px;
	border-left: 1px solid #000000;	
 	border-right: 1px solid #000000;
}

.menu{
	display: inline;
	float: right;
	width: 140px;
	height: 153px;
	text-align: center;
	font-size: 13px;
	font-weight: bold;	
	margin-right: 143px;
	margin-top: 175px;
}

.bodywrap{
	float: left;
	width: 1024px;
	border-left: 1px solid #000000;	
 	border-right: 1px solid #000000;
 	border-bottom: 1px solid #000000;
}

.bodyleft{
	background-image: url("../images/bodyleft.jpg");
	float: left;
	width: 113px;
	height: 362px;
}

.bodyright{
	background-image: url("../images/bodyright.jpg");
	float: right;
	width: 114px;
	height: 362px;
}

.contentwrap{
	background-color: #ffffff;
	float: left;
	width: 797px;
	height: 100%;
}

.contentheader{
	display: inline;
	float: left;
	width: 410px;
	height: 40px;
	margin-top: 300px;
	margin-left: 140px;
}

#contentheader strong{
	display: inline;
	color: #0061a8;
	font-size: 20px;
}

#contentheader hr {
	color: #45537a;
	background-color: #45537a;
	height: 2px;
}

.contentbody{
	display: inline;
	float: left;
	width: 460px;
	height: 100%;
	color: #0f3e65;
	font-size: 12px;
	margin: 5px 0 0 25px;
	padding: 0 0 50px 0;
}

#contentbody h2{
	color: #0061a8;
	font-size: 16px;
	line-height: 16px;
}

#contentbody p{
	margin-left: 10px;	
}

#contentbody b{
	color: #0061a8;
	font-weight: bold;
}

#contentbody a{
	text-decoration: none;
}

#contentbody a:link{
	color: #45537a;
}

#contentbody a:visited{
	color: #45537a;
}

#contentbody a:hover{
	color: #0061a8;
}

#contentbody a:active{
	color: #0061a8;
}

.rightside{
	float: right;
	width: 290px;
	height: 425px;
	margin-top: 25px;
	margin-left: 20px;
}

#sideimages img{
	border: 1px solid #0061a8;	
}

.footer{
	background-image: url("../images/footer.jpg");
	float: left;
	width: 1024px;
	height: 61px;
}

a{
	text-decoration: none;
}

a:link{
	color: #ffffff;
}

a:visited{
	color: #ffffff;
}

a:hover{
	color: #0061a8;
}

a:active{
	color: #0061a8;
}

#footer {
	padding: 2em 0 .1em 0;
	font-size: 60%;
}
#footer ul, #footer ul li {
	list-style: none;
	margin: .1em 0;
}
#footer ul {
	text-align: center;
}
#footer ul li {
	display: inline;

}
#footer ul li a {
	color: #FFF;
	text-decoration: underline;
	padding: 5px 0;
}
#footer ul li span {
	padding: 5px .1em 5px .1em;
	margin: .1em 0 4px 4px;
}

#copyright {
	clear: both;
	text-align: center;
	padding: .1em .1em;
}

#rmedialogo {
	clear: both;
	text-align: center;
	margin-top: 15px;
	padding: .1em .1em;
}

img {
	border: none;
}