@charset "UTF-8";
/* CSS Document */

#header {
	height: 200px;
}
#navigation {
	height: 36px;
	text-indent: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #FFF;
	vertical-align: middle;
}
#spacer {
	height: 30px;
	text-indent: 5px;
	background-color: #dee6f2;
}
#leftcol {
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000;
	padding-left: 33px;
	width: 493px;
	text-align: left;
	vertical-align: top;
	padding-right: 35px;
}
#rightcol {
	float: left;
	width: 306px;
	padding-top: 30px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #000;
	list-style-type: circle;
	vertical-align: baseline;
	background-color: #FFF;
	padding-bottom: 0px;
	height: auto;
	min-height: 550px;
}
#footer {
	clear: both;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #FFF;
	text-align: right;
	height: 43px;
	vertical-align: middle;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 0px;
	font-style: normal;
	background-color: #042e6f;
}
#wrapper {
	width: 899px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 20px;
	background-image: url(images/logoBG.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	background-color: #dee6f2;
}
.heading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: normal;
	color: #0A2E70;
}
