	@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;
	background-image: url(images/Banner-White.jpg);
	background-repeat: no-repeat;
}
.oneColFixCtrHdr #container {
	width: 960px;
	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;
}
.oneColFixCtrHdr #header {
	background-color: #FFF;
	font-family: Arial;
	padding-top: 24px;
	padding-bottom: 16px;
	color: #000;
	padding-right: 10px;
	font-size: 13px;
	padding-left: 10px;
}
.WhiteOnBlack {
	color: #FFF;
	background-color: #000;
}

.WhiteOnBlue {
	font-weight: bold;
	color: #F0F0F0;
	background-color: #00C;
}

.oneColFixCtrHdr #header h1 {
	margin: 0;
	font-family: "Arial Narrow";
	background-color: #F00;
}
.oneColFixCtrHdr #mainContent {
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
	line-height: normal;
	background-color: #000;
	border-bottom-style: solid;
	border-top-color: #000;
	border-right-color: #000;
	border-bottom-color: #000;
	border-left-color: #000;
	font-family: Arial;
	color: #FFF;
	text-align: left;
	border-bottom-width: 2px;
	border-top-width: 2px;
	border-top-style: solid;
	font-size: 14px;
}
.Kingthings {
	font-family: "Kingthings Trypewriter";
	font-size: 16px;
	color: #000;
	font-weight: normal;
}

.oneColFixCtrHdr #footer {
	background-color: #000;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
	color: #FFF;
	font-family: "Arial Narrow";
}
.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: #000;
	padding-top: 10px;
	padding-bottom: 10px;
	font-family: Arial;
	text-align: center;
	font-size: 12px;
	color: #FFF;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFF;
	border-right-color: #FFF;
	border-bottom-color: #FFF;
	border-left-color: #FFF;


}
.FontBold {
	font-weight: bold;
	font-size: 14px;
}
.FontBold16 {
	font-size: 16px;
	font-weight: bold;
	color: #CCC;
}
.FontGrey16 {
	font-family: Arial;
	font-size: 16px;
	color: #CCC;
}




.Font14 {
	font-size: 14px;
	font-weight: normal;
}
.FontGreyBold {
	font-size: 14px;
	font-weight: bold;
	color: #CCC;
}


.FontGrey {
	color: #CCC;
}
.FontBlack {
	color: #000;
	vertical-align: text-top;
}
.FontYellow {
	color: #FF0;
}
.FontYellow14 {
	font-size: 14px;
	color: #FF0;
}
.Font24 {
	font-size: 24px;
	font-weight: bold;
	color: #CCC;
}
.FontBlackBold {
	font-weight: bold;
	color: #000;
	font-size: 16px;
}
.Arial12W {
	font-family: Arial;
	font-size: 12px;
	color: #FFF;
}

