html,body{
	height:100%;
	margin:0;
	padding:0;
}
body{
	background:#cdd9e8;
	text-align:center;
	min-width:825px;
	min-height:570px;
}
#vertical{
	position:absolute;
	top:50%;
	margin-top:-285px;/* half main elements height*/
	left:0;
	width:100%;
}
#hoz {
	width:825px;
	margin-left:auto;
	margin-right:auto;
	height:570px;
}
.bottom_links {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: normal;
	color: #282220;
	text-decoration: none;
}
a:link {
	text-decoration: none;
	color: #282220;
}
a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
.bottom_links_on {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: normal;
	color: #FFFFFF;
	text-decoration: none;
}
.title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #FFFFFF;
}
.subhead {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #83B9E7;
}
.bodycopy {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	line-height: 17px;
}
.link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: 83b9e7;
}