body  {
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	margin: 0; 
	padding: 0;
	text-align: center; 
	color: #000000;
}

.thrColAbsHdr #container { 
	position: relative; 
	width: 800px; 
	margin: 0 auto;
	border: 0;
	text-align: left;
} 

.thrColAbsHdr #header {
	height: 173px; 
	padding: 0;  
	width: 800px;
} 
.thrColAbsHdr #sidebar1 {
	position: absolute;
	top: 173px;
	left: 0px;
	background: #FFFFFF;
	padding-top: 15px;
	padding-right: 20px;
	padding-bottom: 25px;
	padding-left: 5px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	margin: 0px;
	width: 196px;
	float: left;
}
.thrColAbsHdr #sidebar2 {
	position: absolute;
	top: 173px;
	right: 0;
	width: 169px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #FFFFFF; /* padding keeps the content of the div away from the edges */
	padding-top: 15px;
	padding-right: 5px;
	padding-bottom: 25px;
	padding-left: 10px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	margin: 0px;
	float: right;
}
.thrColAbsHdr #mainContent {
	margin-top: 0;
	margin-right: 185px;
	margin-bottom: 0;
	margin-left: 226px;
	padding-top: 15;
	padding-right: 0px;
	padding-bottom: 25;
	padding-left: 0px;	
}
.thrColAbsHdr #footer { 
	padding: 0; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#FFFFFF;
} 
.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;
}

/*Header table styles*/
.headertag {
	color: #FFFFFF;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
.Table#header {
	width: 800px;
}
.menutop {
	width: 389px;
	height: 27px;
	text-align: center;
	color: #FFFFFF;
	text-decoration: none;
	font-size: 95%;
	vertical-align: middle;
}
.menutop a:link {
	color:#FFFFFF;
	text-decoration: none;
}
.menutop a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
.menutop a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
.menutop a:active {
	color: #FFFFFF;
	text-decoration: underline;
}
.thrColAbsHdr #mainContent a:link {
	color: #0000CC;
	text-decoration: underline;
}
.thrColAbsHdr #mainContent a:visited {
	color: #436188;
	text-decoration: underline;
}
.thrColAbsHdr #mainContent a:hover {
	color: #FF0000;
	text-decoration: underline;
}
.thrColAbsHdr #mainContent a:active {
	color: #000066;
	text-decoration: underline;
}


.thrColAbsHdr #mainContent h1 {
	text-align: center;
	font-size: 130%;
	color: #4C6E9A;	
}
.thrColAbsHdr #mainContent h2 {
	text-align: left;
	font-size: 110%;
	color: #4C6E9A;
}
.thrColAbsHdr #mainContent h3 {
	text-align: left;
	font-size: 110%;
	color: #666666;
}
.thrColAbsHdr #mainContent p {
	text-align: left;
	color: Black;
	letter-spacing: normal;
	font-size: 100%;
}
.search-button a {
	font-size: 12px;
	font-style: italic;
	color: #FFFFFF;
	text-decoration: none;
}
.search-button a:hover {text-decoration:pointer;}