body {
	margin: 0;
	font: 12px/16px Arial, Helvetica, sans-serif;
	color: #002d56;
	background:#fff;
}
img { border-style: none; }
form, fieldset {
	margin: 0;
	padding: 0;
	border-style: none;
}
input,
textarea,
select {
	font: 100% Arial, sans-serif;
	vertical-align: middle;
}
#wrapper {
	margin: 0 auto;
	width: 460px;
	padding:20px 24px 0 24px;
}
#header {
	display:none;
}
.logo{
	width:200px;
	height:128px;
	margin:0;
	display:none;
	background:url(images/logo.gif) no-repeat;
}
.image-logo{
	width: 460px;
	padding-bottom:15px;
	border-bottom:3px solid #002d56;
}
.address{
	width:460px;
	padding:15px 0;
	border-bottom:3px solid #002d56;
}
.address em{
	font-style:normal;
	display:block;
}
.address strong{
	display:block;
	margin-bottom:10px;
}
.address .row{
	width:100%;
	overflow:hidden;
}
.address span{
	width:135px;
	float:left;
}
.address a{
	color:#002d56;
	text-decoration:none;
	float:left;
}
#main{
	width:100%;
	padding-bottom:17px;
	overflow:hidden;
	position:relative;
}
#sidebar{
	display:none;
}
#content{
	width:460px;
	overflow:hidden;
}
.navbar{
	width:100%;
	padding-bottom:20px;
	display:none;
}
.two-columns{
	width:100%;
	overflow:hidden;
}
.extra-content{
	width:460px;
	float:left;
}
.extra-content .holder{
	width:100%;
	margin:12px 0 0;
	padding:12px 0 0;
	border-top:3px solid #002d56;
}
.extra-content .holder span{
	text-decoration:none;
	color:#002d56;
}
.extra-content .title{
	height:1%;
	padding:14px 0 0;
	margin-bottom:10px;
}
.extra-content .title h2,
.a-side .title h3{
	margin:0;
	font-size:14px;
	line-height:17px;
	color:#002d56;
	font-weight:bold;
}
.extra-content p{
	margin:0 0 16px;
}
.extra-content .thumbnail{
	margin:0;
	padding:0 0 11px;
	list-style:none;
	width:100%;
	overflow:hidden;
}
.extra-content .thumbnail li{
	float:left;
	padding-right:8px;
}
.extra-content .thumbnail li a{
	border:2px solid #002d56;
	width:46px;
	display:block;
	text-decoration:none;
}
.extra-content .thumbnail li a:hover{
	border-color:#5d0000;
}
.extra-content .image{
	width:460px;
}
.extra-content .image img{
	display:block;
}
.extra-content .image span{
	display:block;
	margin:5px 0 0;
}
.a-side{
	width:200px;
	display:none;
}
#wrapper-b{
	display:none;
}
#footer{
	display:none;
}

