@charset "UTF-8";
body {
	font-family: "Lucida Grande", Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-image: url(images/bg.gif);
	background-repeat: repeat-x;
	background: #FFF;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #666;
}
h1 {
	margin-top: 20px;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: bold;
	font-size: 26px;
	line-height: 28px;
}
h2 {
	margin-top: 10px;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: bold;
	font-size: 22px;
	line-height: 24px;
}
h3 {
	margin-top: 5px;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: bold;
	font-size: 18px;
	line-height: 20px;
}

a:link {
	color: #003054;
	text-decoration: underline;
}
a:visited {
	color: #003054;
	text-decoration: underline;
}
a:hover {
	color: #0066FF;
	text-decoration: underline;
}

.homeSummary {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 20px;
	line-height: 22px;
}
.homeBold {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: bold;
	font-size: 18px;
	line-height: 20px;
	color: #003054;
}
.newsTitle {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: bold;
	font-size: 20px;
	line-height: 22px;
}
.newsSubTitle {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: bold;
	font-size: 16px;
	line-height: 27px;
}
.navigation {
	height:20px;
	width:800px;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 13px;
	margin:0 auto;
	padding-top:16px;
}
.navigation ul {
	width:800px;
	height:20px;
	list-style:none;
	padding:0;
	margin:0;
}
.navigation ul li {
	float:right;
	padding-left: 15px;
}
.navigation ul li a {
	color: #003054;
	text-decoration: none;
}
.navigation ul li a:hover,
.navigation ul li a:active {
	color: #0066FF;
	text-decoration: none;
}




#container {
	width: 800px; 
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}
#header {
	padding-top: 20px;
	padding-bottom: 0px;
	border-bottom-style: solid;
	border-bottom-width: 10px;
	border-bottom-color: #003054;
}
#header h1 {
	margin: 0;
}
#splash {
	padding: 0;
	width: 800px;
}
#homebottom {
	padding: 20px;
	line-height: 16px;
	width: 760px;
	height: 252px;
	background-image: url(images/homebottom.gif);
	background-repeat: no-repeat;

}
#homeLeft {
	float: left;
	width: 400px;
	padding-right: 20px;
}
#homeRight {
	float: right;
	width: 330px;
	clear: none;
}
#mainContent {
	padding: 0;
}
#content {
	padding: 20px;
	line-height: 18px;
	float: left;
	width: 537px;
	border-left-style: solid;
	border-left-width: 1px;
	border-left-color: #ccc;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #ccc;
	clear: none;
	/* text-align: justify; */

}
#sidebar {
	padding: 20px;
	float: right;
	width: 180px;
	line-height: 18px;
	border-left-style: solid;
	border-left-width: 1px;
	border-left-color: #ccc;
	border-right-style: solid;
	border-right-width: 1px;
	border-right-color: #ccc;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #ccc;
	clear: none;
}
#footer {
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	text-align: center;
	font-size: 11px;
	line-height: 17px;
	color: #999;
	clear: both;
}
#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: 20px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}