	@charset "utf-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	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;
	background-color: #000;
}
.oneColFixCtrHdr #container {
	width: 975px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-color: #CCC;
	border-top-width: 4px;
	border-right-width: 1px;
	border-bottom-width: 4px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
}
.oneColFixCtrHdr #header {
	background-color: #CCC;
	font-family: "Arial Narrow";
	padding-right: 40px;
	padding-left: 40px;
	padding-bottom: 5px;
}
.oneColFixCtrHdr #header h1 {
	margin: 0;
	padding-right: 0;
	padding-left: 0;
	padding-top: 10px;
	font-family: "Arial Narrow";
	background-color: #CCC;
}
.oneColFixCtrHdr #mainContent {
	padding-top: 0px;
	padding-right: 40px;
	padding-bottom: 0;
	padding-left: 40px;
	line-height: normal;
	background-color: #FFF;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #FFF;
	border-right-color: #FFF;
	border-bottom-color: #FFF;
	border-left-color: #FFF;
	font-family: "Arial Narrow";
	color: #000;
	text-align: left;
	border-top-width: 2px;
	border-bottom-width: 2px;
}
.FontWhiteBlue {
	font-family: "Arial Narrow";
	font-size: 18px;
	font-weight: bold;
	color: #FFF;
	background-color: #00C;
}
.FontBlueBlue {
	font-family: "Arial Narrow";
	font-size: 18px;
	font-weight: bold;
	color: #00C;
	background-color: #00C;
}


.oneColFixCtrHdr #footer {
	background-color: #CCC;
	padding-top: 0;
	padding-right: 20px;
	padding-left: 20px;
}
.oneColFixCtrHdr #footer p {
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	background-color: #CCC;
	font-family: "Arial Narrow";
	text-align: left;
	padding-top: 10px;
	padding-bottom: 10px;


}
.Font18B {
	font-size: 18px;
	font-weight: bold;
	color: #00C;
}
.Font18 {
	font-size: 18px;
}
.FontBoldBlue {
	font-weight: bold;
	color: #00C;
}
.FontBlue {
	color: #00C;
}

.Font14 {
	font-size: 14px;
	font-weight: normal;
}
.FontBold {
	font-weight: bold;
}
.oneColFixCtrHdr #container #footer div {
	font-family: "Arial Narrow";
	text-align: center;
}
.Font20Grey {
	font-family: "Arial Narrow";
	font-size: 20px;
	font-weight: bold;
	color: #CCC;
}

.FontGrey {
	color: #CCC;
}
.oneColFixCtrHdr #container #footer p {
	text-align: center;
}
.oneColFixCtrHdr #container #header h1 {
	font-family: Impact;
}
.FontWhite {
	color: #FFF;
}

