@charset "UTF-8";
.oneColFixCtr #container {
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtr #mainContent {
	font-size: 15px;
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	line-height: 20px;
}

