body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #003366;
	margin-left: 0px;
	margin-top: 0px;
	}	
p {
	font-size: 85%;
	line-height: 150%;
	}
h1 {
	font-size: 120%;
	color: #006666;
	}
h2 {
	font-size: 110%;
	color: #0033CC;
	padding-top: 10px;
	}
h3 {
	font-size: 100%;
	color: #0033CC;
	padding-top: 5px;
	}
#wrapper {
	width: 750px;
	background-color: #FFF;
	background: url(images/leftNav-bg.gif) left top;
	margin: 0 auto;
	}
#banner {
	width: 750px;
	height: 119px;
	background-image: url(images/banner.jpg);
	background-color: #FFFFFF;
	}
#contactBar {
	width: 750px;
	text-align: left;
	text-indent: 10px;
	font-size: 75%;
	color: #FFF;
	padding-top: 5px;
	padding-bottom: 5px;
	background-color: #0b5d34;
	background-image: url(images/contactBar.gif);
	background-repeat: repeat-x;
	}
#featuresTitle-bar {
	width: 750px;
	text-align: left;
	text-indent: 10px;
	font-size: 90%;
	color: #FFF;
	font-style: italic;
	padding-top: 2px;
	padding-bottom: 5px;
	background-color: #10498e;
	height: 20px;
	}
#featuresBar {
	width: 750px;
	height: 106px;
	background-color: #FFFFCC;
	border-bottom-color: #666666;
	border-bottom-style: solid;
	border-bottom-width: 2px;
	clear: both;
	}
#leftNav {
	float: left;
	width: 146px;
	}
ul#leftNav {
	margin: 0;
	padding: 0;
	list-style: none;
	border-bottom: 1px solid #999
}	
ul#leftNav li {
	display: inline;
}	
#leftNav a {
	color: #000;
	font-size: 70%;
	text-decoration: none;
	border: 1px solid #999;
	border-bottom: none;
	padding: 6px 2px 4px 22px;
	display: block;
	background-color: #9DB6FF;
	background-image: url(images/link.gif);
	background-repeat: no-repeat;
	background-position: left center;
	}
#leftNav a:hover {
	background: #C7E4F7 url(images/go.gif) no-repeat 1px 50%;
	}
* html ul.nav a {
	height: 1px;
	}	
#content {
	background-color: #FFF;
	padding: 2px 20px 20px 15px;
	margin-left: 146px;
	}
#iFrame-content {
	background-color: #FFF;
	padding: 2px 20px 10px 0px;
	margin-left: 146px;
	}
h2 strong {
	color: red;
	}
#footerBar {
	width: 750px;
	height: 115px;
	background-image:  url("images/footer-new.jpg");
	background-color: #0b5d34;
	background-repeat: no-repeat;
	clear: both; /*here's your fatal flaw!!!*/
	}	
a:link {
	text-decoration: none;
	color: #FF0000;
	}
a:visited {
	text-decoration: none;
	color: #FF0000;
	}
a:hover {
	text-decoration: underline;
	}
	
/* oldies but goodies */

.navText {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
	}
.text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
}
.textbold {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #000000;
}
.textsmall {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
}
.textsmallbold {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: bold;
	color: #000000;
}
.fltrt {
	float: right;
	margin-left: 8px;
	}
.fltlft { 
	float: left;
	margin-right: 8px;
	}