@charset "utf-8";
html { overflow-y: scroll; }
body  {
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	background: #666666;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-color: #E4E4E4;
}
.thrColFixHdr #container {
	width: 1000px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #CCCCCC;
	text-align: justify;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 0px;
	margin: auto;
} 
.nounderline {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
	font-weight: normal;
}
.thrColFixHdr #header {
	background-color: #FFFFFF;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-bottom: 0px;
} 
.thrColFixHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	background-color: #FFFFFF;
}
.thrColFixHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 220px; /* padding keeps the content of the div away from the edges */
	background-color: #FFFFFF;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 30px;
	padding-right: 8px;
	padding-bottom: 10px;
	padding-left: 10px;
}
.thrColFixHdr #sidebar2 {
	float: right; /* padding keeps the content of the div away from the edges */
	background-color: #FFFFFF;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 30px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 5px;
	width: 220px;
}
.thrColFixHdr #mainContent {
	margin-top: 15px;
	margin-right: 238px;
	margin-bottom: 0px;
	margin-left: 241px;
	padding-top: 10px;
	padding-right: 6px;
	padding-bottom: 10px;
	padding-left: 6px;
} 
.thrColFixHdr #mainContentTwoCol {
	margin-top: 15px;
	margin-right: 65px;
	margin-bottom: 0px;
	margin-left: 241px;
	padding-top: 10px;
	padding-right: 6px;
	padding-bottom: 10px;
	padding-left: 6px;
} 


.thrColFixHdr #footer {
	background-color: #FFFFFF;
	padding: 0;
} 
.thrColFixHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.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;
}
body,td,th {
	color: #666666;
}
.oldyellowheadertext {
	color: #FFCC33;
	font-size: 120%;
}
.HeadingArial26px {font-size: 26px; font-family: Arial, Helvetica, sans-serif;}
.blackheadertext {
	color: #000000;
	font-size: 110%;
}

.smallermaintext90 {
	font-size: 90%;
}
.smallermaintext80 {
	font-size: 80%;
	text-align: justify;
}
.whitetext {color: #FFFFFF}
.blacktext {color: #000000}
a:link {
	text-decoration: none;
	color: #666666;
}
a:visited {
	text-decoration: none;
	color: #666666;
}
a:hover {
	text-decoration: none;
	color: #FFCC00;
}
a:active {
	text-decoration: none;
	color: #666666;
}
.style5 {
  color: #666666;
  font-weight: bold;
}
.style8 {
  color: #E9AB1B;
  font-weight: bold;
}
.gold11px {
	color: #f0a400;
	font-size: 11px;
}

a {
  text-decoration:none;
  color: #999999;
  font-size: 11px;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-weight: bold;
}
.style23 {color: #E9AB1B; font-weight: bold; font-size: 11px; }

.thrColFixHdr #containerfoot {
	width: 1000px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #E4E4E4; /* the auto margins (in conjunction with a width) center the page */
	border: 1px none #CCCCCC;
	text-align: left;
	padding: 2px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	height: 26px;
}
.style33 {
	font-size: 15px;
	font-weight: normal;
}
.style36 {
  font-size: 21px;
  color: #666666;
}
.style40 {font-size: 13px}
.gold13px {
	color: #f0a400;
	font-size: 13px;
}
.style42 {
	font-size: 20px;
	line-height: 8px;
	color: #999999;
	font-weight: normal;
}
.gold20px {
	font-size: 20px;
	color: #f0a400;
	line-height: 8px;
}
.style46 {
	font-size: 12px;
	font-weight: normal;
}

