a:active, a:focus{
	outline:none;
}
body,html{
	font-size:12px;
}
a{
	text-decoration:none;
	color:#012461;
}
a:hover{
	text-decoration:underline;
}
.wrapper{
	width:852px;
	position:relative;
	top:0px;
	left:50%;
	margin-left:-426px;
}
.header{
	width:852px;
	height:156px;
	position:relative;
	background-repeat:no-repeat;
	background-position:top center;
}
.header img{
	position:absolute;
	bottom:0px;
	left:50%;
	margin-left:-87px;
}


.navigation ul li{
	display:block;
	height:30px;
	width:125px;
	padding-left:35px;
	position:relative;
}
.navigation ul li a{
	display:block;
	width:125px;
	height:30px;
	text-indent:-5000px;
}

.navigation ul li.active img{
	position:absolute;
	left:0px;
	bottom:4px;
}

.main{
	position:relative;
	height:530px;
}
.main .left{
	float:left;
	width:250px;
}
.main .right{
	float:left;
	width:602px;
}
.main .rightimg{
	position:absolute;
	right:0px;
	bottom:30px;
}

.footer{
	clear:both;
	color:#012461;
	text-align:center;
	border-top:1px solid #012461;
	width:840px;
	margin-left:12px;
	padding-top:9px;
}

.right h1.pageheader{
	display:block;
	text-indent:-5000px;
	background-repeat:no-repeat;
}
.right .content{
	margin-bottom:20px;
	background-repeat:no-repeat;
}