@charset "UTF-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #666666;
	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;
}
.oneColFixCtr #container {
	width: 50%;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #F90;
	filter:	alpha(opacity=20);
	-moz-opacity: .90;
	opacity: .90;
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 45%;
	border-top-width: 1px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #C00;
	border-right-color: #C00;
	border-bottom-color: #C00;
	border-left-color: #C00;
	z-index: 100;
	padding-top: -50px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 15px;
}
.oneColFixCtr #mainContent {
	font-size: 280%;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	color: #E8E8E8;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 0px;
	line-height: 105%;
}
.oneColFixCtr #container #mainContent table tr td {
	font-size: 20px;
	line-height: 32px;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
