@charset "utf-8";
/* CSS Document */
@media screen{
body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:0.875em;
	color: #353535;
	line-height: 160%;
	background-color:#00455B;
}
a {
	color: #353535;
	text-decoration: underline;
}
a:hover, a:active {
	color: #474341;
	text-decoration: none;
}
.content h1 {
	font-size: 1.313em;
	font-weight:normal;
	color: #006C91;
	text-align: left;
	margin: 0;
}
.main {
	width:100%;
	max-width:1004px;
	margin: auto;
	background-color:#fff;
}
.content {
	background-color:#fff;
	width:94%;
	margin:0 0 3% 0;
	padding:0 3%;

}

img{width:100%;max-width:1004px;}
div.footer {
	height:25px;
}
}
@media all and (max-width: 60em) {img{width:99%;height:auto;}
}