body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #FFFFFF;
	margin-left: 0px;
	margin-top: 0px;
	background-image: url(images/bodyBg.gif);
	background-repeat: repeat-x;
	background-position: top;
	}	
p {
	font-size: 80%;
	line-height: 190%;
	}
h1 {
	font-size: 120%;
	color: #B24B00;
	}
h2 {
	font-size: 100%;
	color: #B24B00;
	padding-top: 10px;
	}
h3 {
	font-size: 100%;
	color: #B24B00;
	padding-top: 5px;
	}
#wrapper {
	width: 780px;
	border-right-color: #CCCCCC;
	border-right-style: solid;
	border-right-width: 1px;
	border-left-color: #CCCCCC;
	border-left-style: solid;
	border-left-width: 1px;
	background: url(images/leftNav-bg.gif) left top;
	margin: 0 auto;
	}
#banner {
	width: 780px;
	height: 181px;
	background-image: url(images/banner.gif);
	background-color: #FFFFFF;
	background-repeat: no-repeat;
	background-position: right;
	}
#contactBar {
	width: 780px;
	text-align: left;
	text-indent: 10px;
	font-size: 75%;
	color: #000000;
	padding-top: 5px;
	padding-bottom: 5px;
	background-color: #CCCC99;
	background-image: url(images/contactBar.gif);
	background-repeat: repeat-x;
	}
#featuresTitle-bar {
	width: 780px;
	text-align: left;
	text-indent: 10px;
	font-size: 100%;
	color: #FFF;
	font-style: italic;
	padding-top: 4px;
	padding-bottom: 7px;
	background-color: #0032CB;
	background-image: url(images/featuresTitle-bar.jpg);
	background-repeat: repeat-x;
	}
#featuresBar {
	width: 780px;
	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 5px 20px;
	display: block;
	background-color: #99CC99;
	/* background-image: url(images/link.gif); */
	background-repeat: no-repeat;
	background-position: left center;
	}
#leftNav a:hover {
	background: #f2db9e /* 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: 773px;
	background-image:  url("images/footer-new.jpg");
	background-color: #CCCC99;
	background-repeat: no-repeat;
	clear: both;
	padding-top: 7px;
	padding-bottom: 7px;
	padding-left: 7px;
	}	
a:link {
	text-decoration: none;
	color: #990000;
	}
a:visited {
	text-decoration: none;
	color: #FF6633;
	}
a:hover {
	text-decoration: underline;
	}
.imgL {
	float: left;
	margin-top: 0px;
	margin-right: 7px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.imgR {
	margin: 0px;
	float: right;
}
	
/* 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;
}
