@charset "utf-8";
/* CSS Document */

body {
	padding: 0px;
	margin: 0px;
	background: #0d205c;
	font-family: Arial, Helvetica, sans-serif;
	color: #003b79;
}
#main {
	width: 959px;
	background:#fff;
	margin-left: auto;
	margin-right: auto;
}
#subheader {
	width: 959px;
	height: 28px;
	padding-top: 25px;
	background:url(img/headerbar.png) bottom no-repeat;
}
#menu {
	margin-left:711px;
	background: #646567;
	width: 224px;
	height: 119px;
	
	color: #fff;
	font-size:12px;
	
	padding: 50px 12px 0px 12px;
}
#menu div {
	float: left;
	width: 170px;
	height: 30px;	
}
#menu img {
	border-style: none;	
}

#menu div.first {
	margin-top: 5px;
}
#footer {	
	height:37px;	
}

#footerright {
	height:100%;
	padding-right: 10px;		
	background:url(img/footerRight.png) right bottom no-repeat;
}

#footerleft {
	height:100%;
	padding-left: 10px;		
	background:url(img/footerLeft.png) left bottom no-repeat;
}

#footerright div {
	font-size:10px;
	color: #646567;
	padding-top: 12px;
	text-align: right;
}