@charset "UTF-8";* {padding: 0; margin: 0;} /* this clears all browser default margins and padding so that they will have to be set explicitly for each element */body  {	font: 85% Verdana, Arial, Helvetica, sans-serif; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */	color: #333;	background-color: #57595B;}.thrColAbsHdr #container {	position: relative; /* adding position: relative allows you to position the two sidebars relative to this container */	width: 758px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */	background: #FFFFFF url(images/home_06.gif);	text-align: left; /* this overrides the text-align: center on the body element. */} .thrColAbsHdr #address {	font: .8em Arial, Helvetica, sans-serif;	color: #FFFFFF;	width: 758px;	margin-top: 9px;	margin-bottom: 15px;	text-align: right;}#address p {	margin-right: 160px;}a:link {color: #B46C3B; text-decoration: underline; }a:active {color: #0000ff; text-decoration: underline; }a:visited {color: #A65100; text-decoration: underline; }a:hover {color: #ff0000; text-decoration: none; }.thrColAbsHdr #sidebar1 {	position: absolute;	top: 260px;	left: 0;	width: 243px; /* padding keeps the content of the div away from the edges */}.thrColAbsHdr #sidebar2 {	position: absolute;	top: 230px;	right: 10px;	width: 124px; /* padding keeps the content of the div away from the edges */}.thrColAbsHdr #mainContent {	margin: -40px 184px 18px 245px;}#mainContent h1 {	font-size: 1.2em;	margin-bottom: 0.35em;}#mainContent h2 {	font-size: 1em;	margin-top: 0.35em;	margin-bottom: 0.35em;}#mainContent p {	font-size: 0.9em;	margin-top: 0.35em;	margin-bottom: 0.35em;}ul {	margin-left: 24px;}.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;}#sidebar2 h1 {	font-size: 0.8em;	font-weight: bold;}#sidebar2 dd, #sidebar2 dt, #sidebar2 p {	font-size: 0.7em;	padding-top: 0.5em;	padding-bottom: 0.5em;}a.newsLink, a.newsLinkAlt {	font-weight: bold;	text-decoration: none;}a.newsLink:hover, a.newsLinkAlt:hover {	font-weight: bold;	text-decoration: underline;}