@charset "utf-8";
body  {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	background: #999966;
	margin: 0px;
	padding: 0px;
	color: #000000;
}

a {
	color: #cc0000;
	text-decoration:none;
	font-weight:bold;
	}
	
a:hover {
	color: #990000;
	text-decoration:underline;
	}


.twoColHybLtHdr #header { 
	padding: 0px 0px 10px 10px;
	margin:0px;
	width:960px;
	min-width:960px;
	border-bottom: 1px solid #FFFFFF;
} 

.twoColHybLtHdr #top_nav { 
	background: #8A6342;
	color: #333300;
	width:100%;
	padding:10px 0px 10px 10px;
	width:960px;
	min-width:960px;
	margin:0px;
	letter-spacing:.1em;
	font-family: arial;
	font-size: 13px;
}

.twoColHybLtHdr #top_nav a { 
	text-decoration:none;
	color: #333300;
}

.twoColHybLtHdr #top_nav a:visited { 
	color:#333300;
}

.twoColHybLtHdr #top_nav a:hover { 
	text-decoration:underline;
	color: #993300;
}

.twoColHybLtHdr #container { 
	width:970px;
	min-width:970px;
	margin: 0px; 
	overflow:hidden;
	padding:0px;
}
.twoColHybLtHdr #sidebar1 {
	float: left; 
	width: 175px;
	display:inline;
	padding: 0px; 
	margin: 0px;
	font-weight:bold;
	color:#990000;
}

.twoColHybLtHdr #mainContent { 
	margin: 0px; 
	padding: 5px;
	float:left;
	width:785px;
	display:inline;
	background:#FFFFFF;
	font:11px arial;
	line-height:24px;
	color:#333333;
	font-size:12px;
}

.twoColHybLtHdr #mainContent h1{
	color:#990000;
	font-size:14px;
} 
 
.twoColHybLtHdr #footer { 
	padding: 10px 0px 0px 10px;
	margin: 0px;
	width:960px;
	min-width:960px;
} 

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0px;
    font-size: 1px;
    line-height: 0px;
}