@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; /* 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: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
}
.oneColFixCtrHdr #container {
	width: 940px; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	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: #000;
}
.oneColFixCtrHdr #header {
	background-image: url(images/MainBGRedBlk260x950x.jpg);
	height: 285px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	background-repeat: no-repeat;
}
.oneColFixCtrHdr #header h1 {
	margin: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;
	font-size: 16px;
}
.oneColFixCtrHdr #footer {
	padding: 0 10px;
	background-color: #000;
}
.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 */
	font-size: 11px;
	font-style: italic;
	font-weight: bold;
	color: #FFF;
	background-color: #000;
	font-family: "Courier New", Courier, monospace;
}
body,td,th {
	color: #FFF;
}
.oneColFixCtrHdr #mainContent {
	color: #FFF;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	width: 940px;
	height: auto;
	position: relative;
}
#mainContentImage {
	height: auto;
	width: 340px;
	position: relative;
	left: 0px;
	top: 0px;
	float: left;
	padding: 5px;
}
#mainContentText {
	height: auto;
	width: 535px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 20px;
	position: relative;
	float: left;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	margin-left: 10px;
	font-size: 16px;
}
