@charset "UTF-8";
html, body {
	font: 16px Arial, Verdana, 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;
	height: 100%;
}
.oneColFixCtr #container {
	width: 1124px;
	background-image:url(images/bodybg.jpg);
	background-repeat:no-repeat;
	background-position:center top; 
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left;
	background-color: #333333;
	min-height: 100%;
	padding-bottom:10px;
}
.oneColFixCtr #mainContent {
	width:1024px;
	margin:0 auto;
	background-image:url(images/contentbg.png);
}

.oneColFixCtr #container #mainContent #textarea {
	width: 700px;
	margin-left: 25px;
	float: left;
}
.oneColFixCtr #container #mainContent #textarea a{
	color:#0078c1;
}

.oneColFixCtr #container #mainContent #textarea #text {
	background-image: url(images/textbg.jpg);
	padding: 0 30px 0 30px;
	margin-bottom: 0px;
	min-height:400px;
}
.oneColFixCtr #container #mainContent #textarea #texttop {
	height: 23px;
	width: 700px;
}
.oneColFixCtr #container #mainContent #textarea #textbottom {
	height: 24px;
	width: 700px;
	margin-top: 0px;
}
.oneColFixCtr #container #mainContent #textarea #text p {
	margin-bottom: 0px;
}
.oneColFixCtr #container #footer {
	background-image: url(images/footer.png);
	margin:0 auto;
	height: 42px;
	width: 1024px;
	font-size: 10px;
}
.oneColFixCtr #container #header {
	background-image: url(images/header.png);
	margin:0 auto;
	height: 142px;
	width: 1024px;
}
.oneColFixCtr #container #footer p {
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 25px;
	padding-top: 10px;
}
.oneColFixCtr #container #footer a {
	color: #000000;
	text-decoration: none;
}
.oneColFixCtr #container #mainContent #rightcolumn {
	float: right;
	margin:0px 20px 0px 0px;
	width: 265px;
	text-align:center;
	font-size:18px;
	font-weight:bold;
}
.oneColFixCtr #container #footer a:visited {
	color: #000000;
}
.copyright {
	padding-top:10px;
	padding-left:20px;
}
.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;
}
.nobr {
	display:none;
}.oneColFixCtr #container #mainContent #textarea #text form {
	margin-bottom: 0px;
}
.oneColFixCtr #container #mainContent #textarea #text #right {
	font-size: 14px;
	text-decoration: none;
	list-style-image: none;
	list-style-type: none;
	margin-bottom:0px;
	margin-top: 0px;
}
.oneColFixCtr #container #mainContent #textarea #text #left {
	float: left;
	text-decoration: none;
	list-style-image: none;
	list-style-type: none;
	font-size: 14px;
	clear: both;
	padding-right: 15px;
	margin-bottom:0px;
	margin-top: 0px;
}
.oneColFixCtr #container #mainContent #textarea #text #support {
	float: right;
	padding-right: 13px;
}
.oneColFixCtr #container #mainContent #textarea #text #logos {
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.oneColFixCtr #container #mainContent #textarea #text img {
}
.oneColFixCtr  #container  #mainContent  #textarea  #text  #redcat {
	height: 287px;
}
.oneColFixCtr #container #mainContent #textarea #text #reddotmodels {
	font-size: 12px;
	background-color: #FECF0F;
}
 	
.right {
	text-align: right;
}
.floatright {
	float: right;
}
.tenpoint {
	font-size: 10px;
	width: 175px;
	padding-left: 22px;
}
.oneColFixCtr #container #mainContent #textarea #text .tenpoint #reader {
	padding-left: 31px;
}
.floatleft {
	float: left;
}
.oneColFixCtr #rightcolumn .download {
	
	font-size:12px;
	

}.oneColFixCtr #container #mainContent #rightcolumn #form1 select {
	margin: 0px;
	padding: 0px;
}

