@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-repeat: repeat-x;
	font-size: 100%;
	background-position: center;
}
.oneColFixCtrHdr #container {
	width: 1003px;
	margin-right: auto;
	margin-left: auto;
}
.oneColFixCtrHdr #header {



}
.oneColFixCtrHdr #mainContent {
	padding-bottom: 0;
	padding-top: 0px;
	margin-right: auto;
	margin-left: auto;
	margin-top: auto;
	margin-bottom: auto;
}
.oneColFixCtrHdr #container #mainContent table {
	margin-right: auto;
	margin-left: auto;
}


.oneColFixCtrHdr #footer {
	font-family: Complex;
	font-size: x-small;

}
.oneColFixCtrHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
table {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	font-family: "Lucida Console", Monaco, monospace;
	font-size: 10px;
}
#mainContent table {
	font-family: "Lucida Console", Monaco, monospace;
	font-weight: bold;
	font-size: 14px;
}
