@charset "utf-8";
body {
	background: #024978 url(../img/bg.jpg) top center repeat-x;
	color: #000;
}
#container {
	width: 944px;
	background: #fff;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border-left: 3px solid #84abc5;
	border-right: 3px solid #84abc5;
	border-bottom: 3px solid #84abc5;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
#header {
	background: #fff; 
	padding: 0;
}
#header h1 {
	margin: 0;
	padding: 0;
	display: block;
	height: 125px;
	background: url(../img/header.jpg) left top no-repeat;
	text-indent: -9009px;
}
#nav {
	padding: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #84abc5;
	border-top: 2px solid #fff;
	border-bottom: 2px solid #fff;
}

#nav ul {
	list-style: none;
	display: inline;
	padding: 0;
}
#nav ul li {
	padding: 5px 0;
	margin: 0;
	float: right;
}
#nav ul a {
	padding: 5px 10px;
	border-left: 2px solid #fff;
	text-decoration: none;
	color: #fff;
	font-weight: bold;
}
#nav ul a:hover {
	background: #65a700;
}
#clear {
	clear: both;
}

#banner {
	padding: 0 10px 0 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #C3D9FF;
	border-top: 5px solid #7fa199;
}
#banner table {
	padding: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	margin: 0;
}
#banner td,tr {
	padding: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}
#banner h2 {
	color: #0f5150;
	margin-bottom: .25em;
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
	font-weight: bold;
	font-size: 3.125em;
	line-height: 2em;
}
#banner h3 {
	color: #0f5150;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	font-size: 1.5em;
	line-height: 1.5;
	margin-bottom: .5em;
	margin-top: .5em;
	text-decoration: none;
}
#cta {
	padding: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	width: 540px;
	float: right;
	margin: 14px 80px;
}
.red {
    color: #900;
	text-decoration: underline;
}
#mainContent {
	padding: 12px 25px 0 25px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #fff;
	border-top: 5px solid #84abc5;
	border-bottom: 15px solid #b5e6e0;
}

#mainContent table {
	border: 1px solid #84abc5;
}

#mainContent table td {
	border: 1px solid #84abc5;
}

#mainContent table tr.alt {
	background: #ddd;
}

.imgL {
	margin:0;
	padding:0;
	float:left;
}

h1, h2, h3 {
	color: #999;
}

h1 {
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
	font-weight: bold;
}

h4 {
	margin-bottom:4px;
}

#footer {
	padding: 0 25px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background: #84abc5;
	border-top: 2px solid #fff;
	color: #fff;
}
#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
#footer a {
	text-decoration: none;
	font-weight: bold;
	color: #fff;
}
#footer a:hover {
	text-decoration: underline;
	color: #024978;
}

.imgR {
	float: right;
	margin: 0 0 0 20px;
}
.imgL {
	float: left;
	margin: 0 20px 0 0;
}