@charset "utf-8";
/* CSS Document */

body  {
	font: 100% "Arial Narrow", Verdana, Arial, Helvetica, sans-serif;
	background: #fff;
	margin: 0;
	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;
}
.twoColFixLt #container {
	width: 1024px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #fff;
}
.twoColFixLt #sidebar1 {
	position:relative;
	width: 280px; 
	padding: 45px 10px 15px 20px;
	background-color:#FFF;
}
.twoColFixLt #mainContent {
	position:absolute;
	top:55px;
	left:310px;
	margin: 0px;
	padding: 0px 1px 0px 1px;
	border: 1px solid #AB2D28;
	width: 714px;
} 

.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;
}

.red_text {
	color: #AF2D29;
}

a:link 
{
	color: #AF2D29;
	text-decoration: underline;
}

a:visited
{
	color: #AF2D29;
	text-decoration: underline;
}

a:hover 
{
	color: #cccccc;
	text-decoration: none;
}