body {
	font: 80%/135% Arial, Helvetica, sans-serif;
	color: #0E364D;
	line-height: 130%;
	background: White;
	min-width: 800px;
}
#border {
	width: 800px;
	background: White url('../images/background.gif') repeat-y;
	margin: 0 auto;
}
#banner {
	background: #B2D88A url(../images/pageGradient.jpg) repeat-x;
	height: 66px;
	width: 750px;
}
#sidebar {
	float: left;
	width: 220px;
	margin-top: -20px;
}
#logo {
	text-align: center;
	background: White;
}
#container {
	width: 750px;
	margin: 0 auto;
	background: #149D99 url(../images/background-mainContent.gif) repeat-y;
	border-bottom: 5px solid #B5B5B5;
}
#mainContent {
	width: 530px;
	text-align: left;
	/* font-size: 90%; */
	position: relative;
	float: right;
}
#Content {
	float: left;
	width: 480px;
	 margin: 0;
	padding:  15px 20px;
}

#Content li {
	margin-bottom: 5px;
}
#mainImage {
	float: left;
}

a:active, a:visited, a:link {
	color: #07B;
	font-weight: normal;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
	color: #084D76;
}

#Footer {
	clear: both;
	text-align: left;
	font-weight: bold;
	padding-top: 2em;
	font-size: 12px;
}
#Footer #TextLinks {
	color: #149D99;
	font-weight: bold;
	border-top: 5px solid #B5B7BA;
	background: #92C759;
	padding: 10px 15px 10px 15px;
}
#Footer #TextLinks a {
	color: #149D99;
	text-decoration: none;
	padding: 0 7px;

}
#Footer #Disclaimer {
	color: White;
	font-weight: normal;
	font-size: 11px;
	background: #73B729;
	padding: 2px 15px 2px 15px;

}



h1, h2, h3, h4, h5 {
	font-size: 20px ;
	color: #149D99;
}

h1 {
	margin: 0;
	line-height: normal;
}
h3 {
	/* color: White; */
	margin: 0;
}
#topmenu {
	width: 512px;
	font-size: 130%;
	line-height: normal;
	color: #B3D88B;
	height: 23px;
	padding: 9px;
	font-weight: bold;
	background: #009590;
	/* background: #009590 url(../images/arrow.gif) no-repeat 5px center; */
	vertical-align: middle;
}

#topmenu h3 {
	color: #B3D88B !important;
}

html, body {
	margin: 0;
	padding: 0;
	height: 100%;
}
#Header {
	background: url(../images/logo.gif) no-repeat 20px 5px;
	height: 65px;
	float: left;
}
#ActionItems {
	width: 530px;
	font-size: 11px;
}
#ActionItems h2 {
	margin: 10px 20px;
}
#ActionItems p {
	margin: 5px 10px 20px 20px;
}
#ActionItems #Item1 {
	width: 530px;
	background: #B5B7BA url(../images/actionItem1Background.gif) repeat-y;
	float: left;
}
#ActionItems #Item2 {
	width: 530px;
	background: #C9CCCF url(../images/actionItem2Background.gif) repeat-y;
	float: left;
}

.newsItems {
	float: left;
	margin: 1em 0 0 1em;


	width: 180px;
	color: #BADD95;
	font-weight: normal;
}
.newsItems a, .newsItems a:hover {
	color: #BADD95;
}


.newsItems ul {
	list-style-type: none;
	margin: 0 0 0 10px;
	padding: 0 0 10px 0;
}
.newsItems ul li {
	margin: 0 0 10px 0px;
	padding: 0 0 0 0px;
	font-size: 14px;
	font-weight: normal;
}

.newsItems ul li li{
margin: 0;
	font-size: 12px;
}


#topmenu h1 {
	font-size: 24px;
}



