@charset "utf-8";
body {
	background: #ffffff; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	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;

	
	
	
}

.oneColFixCtr #container {
	width: 927px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #ffffff;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #000000;
	text-align: right; /* this overrides the text-align: center on the body element. */
}

.oneColFixCtr #mainContent {
	padding: 0 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	text-align: left;
}


.FooterLeft {
	float: left;
	height: 30px;
	width: 266px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #666;
	text-align: left;
	padding-left: 0px;
	margin: auto;
	
}


.FooterCenter {
	float: left;
	height: 30px;
	width: 309px;
}
.FooterRight {
	float: left;
	height: 30px;
	width: 291px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #666;
	padding-right: 18px;
	text-align: right;
	
}
.FooterLeftLeft {
	height: 30px;
	width: 43px;
	float: left;
	padding: 0px;
	text-align: right;
}

