body {
	font: 76%/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;
	text-align: middle;
	float: left;
	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: 2em 0;
	padding:  1.5em 2em 2em 2em;
}

#mainImage {
	float: left;
}
.floatLeft {
	float: left;
}
.floatRight {
	float: right;
}
.clearboth {
	clear: both;
	overflow: hidden;
	width: 1px;
	height: 1px;
	margin: 0 -1px -1px 0;
	border: 0;
	padding: 0;
	font-size: 0;
	line-height: 0;
}
a:active, a:visited, a:link {
	color: #07B;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
	color: #084D76;
}
a.more, a.white {
	background: url(../images/linkBullet.gif) no-repeat 0 4px;
	padding: 0 0 0 15px;
	text-decoration: none;
	font-weight: bold;
	margin: 2em 0 0 1em;
	color: #000;
}
a:hover.more, a:hover.white {
	background: url(../images/linkBulletOver.gif) no-repeat 0 4px;
	padding: 0 0 0 15px;
	text-decoration: underline;
}
a.white {
	color: #C8D9E2;
}
.button {
	background: url(../images/button.gif) 0 0 no-repeat;
	padding: 0 0 0 3em;
	font-weight: bold;
	color: Black;
	cursor: pointer;
	margin-top: .5em;
	height: 16px;
}
.button a:hover {
	color: #084D76;
}
div.hr {
	height: 2px;
	border-bottom: 1px solid #989FA8;
	margin: 3px;
}
div.hr hr {
	display: none;
}
#Footer {
	padding-top: 2em;
	font-size: 12px;
}
#Footer #TextLinks {
	color: #149D99;
	font-weight: bold;
	border-top: 10px solid #B5B7BA;
	background: #92C759;
}
#Footer #TextLinks a {
	color: #149D99;
	text-decoration: none;
	font-weight: bold;
	padding: 0 7px;
}
#Footer #Disclaimer {
	color: White;
	font-weight: normal;
	font-size: 11px;
	background: #73B729;
}
h1, h2, h3, h4, h5 {
	font: 20px "Times New Roman", Times, serif;
}
h1 {
	color: #73B729;
	margin: 0;
	line-height: normal;
}
h2 {
	color: #149D99;
}
h3 {
	color: White;
	margin: 0;
}

#topmenu {
	width: 530px;
	font-size: 130%;
	text-transform: uppercase;
	line-height: normal;
	color: #B3D88B;
	height: 41px;
	font-weight: bold;
	background: #009590 url(../images/arrow.gif) no-repeat 5px center;
	vertical-align: middle;
}
#topmenu ul {
	margin: 0;
	padding: 8px 5px 5px 46px;
	list-style: none;
}
#topmenu li {
	display: inline;
	margin: 0;
	padding: 0;
	text-align: center;
}
#topmenu a {
	float: left;
	margin: 0;
	padding: 0;
	text-decoration: none;
}
#topmenu a span {
	float: left;
	display: block;
	padding: 4px 15px 6px 14px;
	color: #B3D88B;
	cursor: hand;
}
#topmenu a:hover span {
	color: White;
}