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 */
	background-image: url(images/background_rpt.gif);
}

.oneColFixCtrHdr #mainContent_dl {
	float:none;
	clear:left;
	width:100%;
	background-image:url(images/rpt_bgdownloads.jpg);
	margin:auto;
	padding:0;
}
.oneColFixCtrHdr #container {
	top:20px;
	position:relative;
	width: 766px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtrHdr #header {
	background: #DDDDDD;
	height:6px;
	padding:0px;
	margin:0px;
	overflow:hidden;
	background-image:url(images/TopTitle1.jpg);/*padding: 0 10px 0 20px;  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. */
}
.oneColFixCtrHdr #flashBanner {
	height:261px;
}
.oneColFixCtrHdr #mainNavigation {
	height:45px;
	background-image:url(images/rpt_bgContent.jpg);
}
.oneColFixCtrHdr #homeBtn, #aboutBtn, #downloadsBtn, #communityBtn, #purchaseBtn {
	float:left;
	height:40px;
	margin:0px;
}
.oneColFixCtrHdr #mainContent {
	float:none;
	clear:left;
	background-image:url(images/rpt_bgContent.jpg);
	margin:auto;
	padding:0;
}
.oneColFixCtrHdr #mainContent .p {
	margin:auto;
	padding:0;
}
.oneColFixCtrHdr #contentTerminator {
	background-image:url(images/footerBg.jpg);
	height:22px;
	overflow:hidden;
	background-repeat: no-repeat;
}
.oneColFixCtrHdr #footer {
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	font-size:11px;
	color:#FFFFFF;
	background:none;
}
.oneColFixCtrHdr #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;
	background:none;
}
.flashLeft{width:320px;padding:9px;}
.leftContent{
font-family:arial;
font-size:12px; 
padding:14px;
color:#FFFFFF;
}
.leftContent h3{
font-family:arial;
font-size:12px; 
color:#FFFFFF;
}
.newsText{float:left;width:385px;
font-family:arial;
font-size:12px; 
padding:10px;
color: #FFFFFF;
font-weight:normal;
}
a:link {
	color: #63B9DE;
	text-decoration: none;
}
a:visited {
	color: #63B9DE;
	text-decoration: none;
}
a:hover {
	color: #FFCC00;
	text-decoration: none;
}
a:active {
	text-decoration: none;
}
.footerLink_inac {color: #999999}
.footerLink_sel{color: #FFFFFF; font-weight:bold;}
.footText {color: #999999; width:655px;}
