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

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
}
body {
	margin: 0px;
	padding: 0px;
	background-color: #003C64;
}
a:link {
	color: #005e9d;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #284167;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: underline;
}
h1, h2, h3, h4 {
	margin: 0px;
}
h1 {
	font-size: 1.4em;
	color: #00436f;
}
h2 {
	font-size: 1.2em;
	color: #00436f;
}
h3 {
	font-size: 1.1em;
	color: #00436f;
}
h4 {
	font-size: 1em;
	color: #00436f;
}
#mainImage {
	height: 291px;
	width: 950px;
	margin: 0px;
	padding: 0px;
}
#topbar {
	margin: 0px;
	padding: 0px;
	height: 40px;
	width: 950px;
	background-color: #FFFFFF;
	background-image: url(images/topbar-bg.jpg);
	background-repeat: no-repeat;
}
#topbar #nav1 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #00436f;
	height: 25px;
	overflow: hidden;
	padding: 0px 0px 0px 0px;
}
#topbar #nav1 a {
	color: #00436f;
	text-decoration: none;
	padding: 0px 0px 0px 15px;
	position: relative;
	font-size: 0.9em;
	vertical-align: top;
	top: 5px;
}
#topbar #nav1 a:hover {
	text-decoration:underline;
	color:#000000;
}
#contentArea {
	background-color: #e4efeb;
	background-image: url(images/content-bg.jpg);
	background-repeat: repeat-x;
	width: 950px;
	margin: 0px;
	padding: 0px;
	background-position: top;
}
.contentShell {
	background-color: #e4efeb;
	width: 950px;
}
#contentArea #homeCol1 {
	float: left;
	width: 230px;
}
#contentArea .homeColumns {
	float: left;
	width: 240px;
	padding: 0px;
}
#contentArea .columnContent {
	background-color: #FFFFFF;
	margin: -10px 0px 0px 0px;
	padding: 0px;
	width: 230px;
}
#contentArea .columnContent p {
	margin: 0px;
	padding: 5px 10px 10px 10px;
	font-size: 0.8em;
	line-height: 1.2em;
}
#contentArea .homeColumns h1 {
	color: #FFFFFF;
	background-image: url(images/column-header_bg.gif);
	background-repeat: no-repeat;
	font-size: 0.9em;
	padding: 5px 0px 0px 15px;
	height: 31px;
	text-transform: uppercase;
}
#footer .shell {
	padding: 5px 10px 5px 20px;
}
#contentArea #homeCol2 {
	width: 240px;
}
#footer {
	clear: both;
	font-size: 0.85em;
	color: #FFFFFF;
	background-color: #718eb2;
	width: 950px;
	border-top: solid #000000 1px;
}
#contentArea #homeText {
	font-size: 0.9em;
	line-height: 1.4em;
	padding: 20px 20px 0px 0px;
	margin: 0px 0px 0px 0px;
	position: relative;
}
#footer a {
	color: #FFFFFF;
	font-size: 0.9em;
}#footer td {
	font-size: 0.9em;
	color: #FFFFFF;
	line-height: 1.2em;
}

