@charset "UTF-8";
body  {
	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;
	background-color: #000000;
}
.twoColFixRt #container {
	width: 798px; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-attachment: scroll;
	background-color: #FFFFFF;
	background-position: left center;
	height: 582px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
.twoColFixRt #mainContent {
	width: auto;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 4px;
	line-height: 4pt;
	font-color: #FFFFFF;
	background-color: #000000;
} 
.twoColFixRt #container2 {
	width: 798px; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-attachment: scroll;
	background-color: #FFFFFF;
	background-position: left center;
	height: 582px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
.twoColFixRt #mainContent2 {
	width: auto;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 4px;
	line-height: 4pt;
	font-color: #000000;
	background-color: #FFFFFF;
} 
a:link {
	text-decoration: none;
	color: #000000;
}
a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
a:hover {
	color: #000000;
	text-decoration: none;
}
a:active {
	color: #000000;
	text-decoration: none;
}
h1 {
	font-size: 4px;
        font-color: #FFFFFF;
	line-height: 4px;
}
h2 {
	font-size: 4px;
	line-height: 0px;
}
h3 {
	font-size: 4px;
	line-height: 0px;
}
.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;
}
.twoColFixRtHdr #footer {
	background-color: black;
	font-family: Helvetica, Arial, sans-serif;
        font-color: #FFFFFF;
	font-size: 7px;
} 

