/************************ HMTL Styles */
body{
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
	font-size: 12px;
	background-image:  url(images/tb5-bg.jpg);
}
a{
	color: #336600;
	font-weight: bold;
}
a:hover{
	color: #006600;
	background-color: #E3E2B6;
	text-decoration: none;
}
h1{
	color: #666633;
	font-weight: bold;
	font-family: "Times New Roman", Times, serif;
}
h2{
}
h3{
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	color: #666633;
}
h4{
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #556038;
	display: inline;
	padding: 3px 19px 3px 19px;
	text-transform: uppercase;
}
h5{
	font-size: 16px;
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
}
h6{
	font-size: 120%;
	font-weight: bold;
	margin-bottom: 0px;
	color: #000000;
	background-color: #8F9C6E;
	display: inline;
}
hr{
	clear:both;
}
td{
	font-size: 12px;
}

/***********    Layout Specific Styles ******/
#mainContainer {
	width: 825px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 19px;
	position: relative;
}

#header{
	margin: 10px 0 0 20%;
}

#logo{
	text-indent: -5000px;
	background: url(images/logo-for-homepage-4.jpg);
	height: 105px;
	width: 344px;
}

/* All the .menu-main and .menu-sub styles are for the left navigation box */
#navigation {
	float: left;
	width: 130px;
	clear: left;
	margin: 65px 3px 3px 3px;
}
#navigation a{
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	padding: 5px 3px 5px 3px;
}
#navigation a:hover{
	color: #006600;
	background-color: #BCBB82;
}
.menu-sub{
	text-indent: 20px;
}

.siteDescription ul{
	display:inline;
	float: left;
}
.siteDescription > ul{
	margin-top: -6px;
}
.siteDescription p{
	clear:left;
}
.siteDescription .siteRep{
	float:right;
}
.siteDescription img{
	display:block;
	margin: 9px 9px 4px 9px;
}
.siteDescription a{
	text-align: center;
	display: block;
}
.siteRep{
	padding-bottom: 3px;
	padding-left: 9px;	
}
#dragonfly{
	position:absolute;
	top:-97px;
	left:60%;
}
#featureWindow {
	clear: right;
	float: right;
	width: 680px;
}
#bigWindow {
	clear: both;
}
#footer {
	text-align: center;
	clear: both;
	color: white;
	padding-top: 20px;
}
#footer a{
	color: white;
	padding: 3px;
}
#footer a:hover{
	color: #006600;
}
#bottomContent {
	clear: both;
}
.noBreak {
	white-space: nowrap;
}
