@charset "utf-8";
/* CSS Document */

body,td,th {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #0d2a5e;
}

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

a img{
	border:0px solid;
	}

.header{
	height:155px;
	width:100%;
	padding:0px;
	background:url(/images/main_top_bg.jpg);
	background-repeat:repeat-x;
	text-align:center;
	}
.footer{
	height:1000px;
	width:100%;
	padding:0px;
	background:url(/images/main_bottom_bg.jpg);
	background-repeat:repeat-x;
	background-position:top;
	background-color:#d8e2f8;
	text-align:center;
	}

.wrapper{
	height:390px;
	width:100%;
	background:url(/images/main_content_bg.jpg);
	background-repeat:repeat-x;
	background-position:center;
	text-align:center;
	}
	
.mainLogo{
	margin:auto;
	}

.menu{
	width:800px;
	margin-left:auto;
	margin-right:auto;
	position:relative;
	top:20px;
	}

.line{
 	width:100%; 
	height:1px; 
	background-color:#42639e; 
	margin:5px auto 0px auto;
 }

.menuItem{
	padding:0px 15px 0px 15px;
	}
	
.menuItem a{
	display:block;
	height:30px;
	}
	
.content{
	width:800px;
	height:390px;
	margin-left:auto;
	margin-right:auto;
	text-align:left;
	vertical-align:top;
	}