body {
	font: 12px/21px Arial, Helvetica, sans-serif;
	background: #14a9db;
	color: #448297;
}
h1 { font-size:185%; padding: 10px 0; }
h2 { font-size:160%; padding: 8px 0; }
h3 { font-size:145%; padding: 7px 0; }
h4 { font-size:130%; padding: 5px 0; }
h5 { font-size:115%; padding: 2px 0; }
p { padding: 5px 0; }
hr {
	background:#14A9DB;
	border:0;
	height:1px;
	color: #14A9DB;
}
a {
	color: #3BC1F3;
	text-decoration:none;
	border-bottom: 1px solid #3BC1F3
}
a:hover {
	color: #000;
	border-color: #000;
}
select, input, textarea {
	background: #FBFEFF;
	font: 12px Arial, Helvetica, sans-serif;
	color: #424B53;
	border:1px solid #585858;
	padding:2px;
}
option {
	padding: 2px;
}
#header {
	background: #18bdf5 url('images/head-tile.gif') top left repeat-x;
	height:170px;
}
#header a.logo {
	display:block;
	position:relative;
	left:30px;
	width:165px;
	height:142px;
	text-indent:-999em;
	background:url('images/logo.gif') top left no-repeat;
	border:none;
	float:left;
}
#header div.headerInner {
	width:960px;
	margin:0 auto;
}
#header div.nav {
	float:right;
	position:relative;
	top:121px;
}
#header div.nav a {
	font-size:18px;
	color: #fff;
	letter-spacing:-1px;
	padding:10px 11px;
	border:0;
}
#header div.nav a:hover {
	background: #29c4f8;
}
#content {
	background: #fff;
}
#innercont {
	width:960px;
	margin:0 auto;
	padding: 15px 0;
}
#innercont h1 {
	color: #18bdf5;
	font-weight:normal;
	letter-spacing:-1px;
	font-size:14px;
}
#copyright {
	width:960px;
	margin:0 auto;
	padding:10px 0;
	text-align:right;
	color: #fff;
	font-size:12px;
	letter-spacing:-0.03em;
	line-height:19px;
}