@charset "UTF-8";
.thrColHybHdr #container { 
	width: 100%;
	background: #FFFFFF;
	text-align: left; 
}  
.thrColHybHdr #header { 
	background: #ffffff;
} 
.thrColHybHdr #header h1 {
	margin: 0; 
	
}

.thrColHybHdr #sidebar1 {
	float: left; 
	width: 12.5em;
	background: #300; 
	padding: 0px ;
}
.thrColHybHdr #sidebar2 {
	float: right; 
	width: 15em; 
	background: #EBEBEB;
	padding: 15px 0;
}
.thrColHybHdr #sidebar1 h3, .thrColHybHdr #sidebar1 p, .thrColHybHdr #sidebar2 p, .thrColHybHdr #sidebar2 h3 {
	margin-left: 10px;
	margin-right: 10px;
}


.thrColHybHdr #mainContent {
	margin: 0 15em 0 15em;
	padding: 0;
	font-size: 14px;	
} 
.thrColHybHdr #footer { 
	padding: 0 10px; 
	background:#DDDDDD;
} 
.thrColHybHdr #footer p {
	margin: 0;
	padding: 0px 0;
}

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.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:0;
    font-size: 1px;
    line-height: 0px;
}
a {
	font-size: 14px;
	color: #30F;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
	color: #C93;
}
a:active {
	text-decoration: none;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
}
.thrColHybHdr #container #sidebar2 h2 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #363;
}
.thrColHybHdr #container #sidebar2 #MMEmbeddedMap {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 8px;
}
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #fff;
	margin: 0;
	padding: 0;
	text-align: left;
	color: #663300;
	font-size: 12px;
}
#red
{color:#F00;}
