body  {
	font: Tahoma, Geneva, sans-serif;
	text-align: left; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: 333333;
	background-color: #666;
	background-image: url(images/backgroundBand.gif);
	background-repeat: repeat-x;
	margin-top: 30px;
}
.thrColFixHdr #container {
	width: 980px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #CC9;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-image: url(images/backgroundHome2.gif);
} 
.thrColFixHdr #header {
	padding: 10px 0 10px 10px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	background-color: #336;
	background-image: url(images/HeaderBackground.gif);
	vertical-align: middle;
} 
.thrColFixHdr #sidebar1 {
	width: 200px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 12px 10px 15px 20px; /* padding keeps the content of the div away from the edges */
	float: right;
	margin-top: 20px;
}
.thrColFixHdr #sidebar2 {
	float: right;
	width: 210px;
	margin-top: -18px;
}
.thrColFixHdr #mainContent {
	color: #333;
	width: 500px;
	min-height: 550px;
	padding-left: 20px;
} 
.thrColFixHdr #footer {
	padding: 0px 0px 0px 20px;
	background-color: #000;
} 
.thrColFixHdr #footer p {
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	color: #FFF;
	font-size: 11px;
	padding: 10px;
	vertical-align: bottom;
}
.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;
}
.h1 {
	font-size: 24px;
	font-style: normal;
	font-weight: bold;
	margin-top: 130px;
}
.h2 {
	font-size: 17px;
	font-weight: bold;
}
.h3 {
	background-color: #ABAC74;
	background-position: 0px 0px;
	text-align: right;
	font-size: 16px;
	float: left;
	clear: both;
	margin-left: -20px;
	width: 980px;
}
.h4 {
	font-size: 48px;
	font-weight: normal;
	color: #FFF;
	text-align: right;
	width: 512px;
	margin-top: 0px;
}
.bodytext {
	line-height: 24px;
	font-size: 16px;
}
.bodytext1 {
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	width: 98%;
	line-height: 18px;
}
.pullquote {
	color: #336;
	line-height: 150%;
	font-size: 14px;
}
.bodytext {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 14px;
	margin-right: 25px;
	line-height: 22px;
}
a:link {
	color: #FFF;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FFF;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
	text-align: center;
}
.navigation {
	text-align: right;
	font-size: 13px;
}
body,td,th {
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
}
.pccredit {
	font-size: 9px;
}
.navCentered {
	text-align: center;
}
