@charset "utf-8";
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: #6C1323;
}
.twoColFixLt #container {
	width: 865px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF; /* the auto margins (in conjunction with a width) center the page */
	border: 12px solid #FDF6BC;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding: 0px;
}
.twoColFixLt #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 175px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #FFF;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #6C1323;
	height: 100%;
}
.twoColFixLt #tdback {
	background-repeat: no-repeat;
}

.twoColFixLt #mainContent {
	padding: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 200px;
} 
.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;
}.twoColFixLt #PageHeader {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	color: #6C1323;
	background-color: #FDF6BC;
	padding: 4px;
	border-bottom-width: 1px;
	border-bottom-style: none;
	border-top-color: #D6D6D6;
	border-right-color: #D6D6D6;
	border-bottom-color: #6C1323;
	border-left-color: #D6D6D6;
	font-weight: bold;
	width: 650px;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
}
.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
	background-color: #FDF6BC;
	width: 880px;
	border-top-width: 1px;
	border-top-style: none;
	border-top-color: #6C1323;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-right-color: #6C1323;
	border-bottom-color: #6C1323;
	border-left-color: #6C1323;
}
.InnerContainer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 0px;
	border: 2px solid #6C1323;
	background-image: url(images/innercontainer-bk.gif);
	background-repeat: repeat-y;
}
.twoColFixLt #pageheader {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #6C1323;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 5px;
}
.twoColFixLt #HeaderWHT {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFF;
}
.twoColFixLt #HeadersRed {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFF;
}
.twoColFixLt #container .InnerContainer table tr td table tr td table tr td p strong {
	text-align: center;
	padding: 0px;
}
.rt-content {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	width: 650px;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 10px;
}
