@charset "utf-8";
body {
	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: #00F;
	background-color: #FFF;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	line-height: 20px;
	margin: 0;
	width: 650px;
	height: 650px;
	font-weight: normal;
	border: 0px none #FFF;
	clear: none;
	float: left;
	padding: 0;
}
.oneColFixCtr #container {
	background: #FFFFFF;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #FFF;
	border-right-color: #FFF;
	border-bottom-color: #FFF;
	border-left-color: #FFF;
	padding-top: 5px;
	width: 650px;
	float: none;
}
.oneColFixCtr #mainContent {
	background-color: #FFF;
	padding-top: 10;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 0px;
	border-top-color: #FFF;
	border-right-color: #FFF;
	border-bottom-color: #FFF;
	border-left-color: #FFF;
	float: left;
	font-size: 14px;
	width: 650px;
	margin-right: 50px;
	margin-left: 0px;
	color: #333;
	font-family: Georgia, "Times New Roman", Times, serif;
	clear: none;
	text-align: center;
	line-height: 15px;
}
.oneColFixCtr #container #mainContent blockquote blockquote h1 {
	font-size: 14px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #00F;
	clear: none;
	float: none;
	width: 650px;
	text-align: left;
}
