body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	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: #000000;
	overflow-x: hidden;
}
#footer {
	background-image: url(images/footer.jpg);
	height: 54px;
	width: 990px;
	background-repeat: no-repeat;
}
.thrColFixHdr #container {
	width: 990px;
	text-align: left;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-color: #000000;
	height: 805px;
} 
.ifthrColFixHdr #containeriFrame {
	width: 990px;
	text-align: left;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-color: #000000;
	height: 540px;
} 
.thrColFixHdr #header {
	background-image: url(images/header.jpg);
	height: 191px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	background-color: #000000;
	background-repeat: no-repeat;
} 
.thrColFixHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 240px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 3px 10px 10px 10px;
	background-position: center;
}
.thrColFixHdr #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 240px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 3px 10px 10px 10px; /* padding keeps the content of the div away from the edges */
	background-position: center;
}
.thrColFixHdr #mainContent {
	padding: 0 0 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;
}
.footertext {
	color: #000000;
	font-size: 9px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding-top: 10px;

}
.headline {
	color: #FFFFFF;
	font-size: 14px;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding-top: 10px;

}
.bheadline {
	color: #FFFFFF;
	font-size: 17px;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding-top: 10px;

}
.copy {
	color: #FFFFFF;
	font-size: 10px;
	font-weight: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding-top: 5px;
	margin-right: 15px;
	margin-left: 5px;
}
.newsmargins {
	text-align: left;
	margin-right: 15px;
}
a:link {
	color: #CCCCCC;
}
a:hover {
	color: #FF0000;
}
a:visited {
	color: #999999;
}
.thrColFixHdr #containeriFrame #mainContent div iframe {
	text-align: center;
}
