body {
	font: 12px/19px Arial, Helvetica, sans-serif;
	background: #0b518e;
	color: #5f5f5f;
}
h1, h2, h3, h4, h5 {
	color: #005daa;
}
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; }
a {
	color: #000;
	text-decoration:none;
}
a:hover {
	color: #005daa;
}
hr {
	border:0;
	height:1px;
	background: #ABD5FA;
}
select, input, textarea {
	background: #fff;
	font: 12px Arial, Helvetica, sans-serif;
	color: #303030;
	border:1px solid #49A1F4;
	padding:2px;
}
input:focus, textarea:focus {
	background: #F3F9FE;
	border:1px solid #1D8CF1;
}
option {
	padding: 2px;
}
#container {
	width:900px;
	background: url('images/body-bg.gif') top left repeat-y;
	margin:0 auto;
	padding: 10px 22px 0 23px;
}
#header {
	background:url('images/header.jpg') top left no-repeat;
	margin: 0 auto 10px auto;
	width:871px;
	height:209px;
}
#linkbar {
	height:44px;
	line-height:44px;
	background:url('images/link-bg.gif') top left repeat-x;
	font-size:14px;
	text-align:center;
	margin-bottom:15px;
}
#linkbar a {
	color: #005daa;
	padding:0 15px;
}
#linkbar a:hover {
	color: #072946;
}
a.logolink {
	text-indent:-999em;
	display:block;
	margin:0 auto 20px auto;
	width:389px;
	height:87px;
	background:url('images/logo.gif') top left no-repeat;
}
#floatcont {
	overflow:hidden;
	width:900px;
}
#colLeft, #colRight {
	width:200px;
	float:left;
}
#colRight {
	text-align:center;
}
#colMid {
	float:left;
	width:500px;
	text-align:justify;
}	
#colLeft .link-top {
	width:159px;
	height:36px;
	background:url('images/link-top.gif') bottom left no-repeat;
	margin:0 auto;
}
#colLeft .link-bottom {
	width:159px;
	height:36px;
	background:url('images/link-bottom.gif') top left no-repeat;
	margin:0 auto;
}
#colLeft .link-mid {
	width:159px;
	margin:0 auto;
	background:url('images/link-mid.gif') top left repeat-y;
}
#colLeft .link-mid ul {
	padding:0 20px 0 10px;
	list-style:none;
	font-size:12px;
	margin:0;
}
#colLeft li { margin:0; padding:0; }
#colLeft .link-mid ul li a {
	display:block;
	padding:3px 20px 3px 0;
	color: #005daa;
	width:109px;
	font-size:12px !important;
	text-align:right;
	background:url('images/arrow.gif') center right no-repeat;
}
#colLeft .link-mid ul li a:hover {
	color: #072946;
}
#footer {
	clear:both;
	width:100%;
	margin-top:30px;
	background:#3074b5;
	color: #fff;
	font-size:12px;
	text-align:center;
	padding:20px 0;
	border-bottom:5px solid #093D6C;
}
#footer a {
	font-size:11px;
	color: #8abbe9;
}
#footer a:hover {
	color: #fff;
}
