body {
	margin:0;
	padding:0;	
}
.container { padding-top:50px; }
.head {
	background:url(bg_head_shade.png) 0 0 no-repeat;
	height:60px;
	margin:0 -15px;
	padding:15px;
	overflow:hidden;
	width:830px;
}
.head h1 { float:left; height:44px; margin:8px 10px 0 0; padding:0 0 0 10px; width:190px; }
.head h1 a {
	background:url(logo_ofm.png) center no-repeat;
	display:block;
	height:44px;
	width:180px;
}
.head h1 a span {
	display:none;
}
.head h3 {
	font-size:2.5em;
	margin-top:.7em;
	padding:0 10px 0 0;
	text-align:right;
}
.main {
	height:1%;
	margin-bottom:10px;
	overflow:hidden;
}
.bg_blue {
	background:url(bg_grad_blue.png) bottom repeat-x #4B7285;
	color:#FFF;
	height:490px;
	overflow:hidden;
	position:relative;
}
.bg_blue h2 {
	background:url(bg_grad_blue.png) bottom repeat-x #4B7285;
	color:#FFF;
	font-size:1.75em;
	margin-bottom:0;
	padding-top:10px;
	padding-bottom:5px;
}
.bg_blue > * {
	padding-left:10px;
	padding-right:10px;
}
.bg_blue img {
	margin-bottom:.5em;
	padding-left:0;
	padding-right:0;
}
.bg_blue a.morelink {
	bottom:.5em;
	margin-bottom:0;
	position:absolute;
	text-decoration:underline;
}
.bg_blue a {
	color: #FFF;
	text-align:right;
	text-decoration:none;
}
.bg_blue p {
	padding-bottom:5px;
}
.bg_blue p a {
	float:right;
}
.footer {
	border-top: 1px solid #33667B;
	color:#33667B;
	width:830px;
}
