@charset "UTF-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background-color:#000000;
	margin: 1.5em; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	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;
}
.oneColFixCtrHdr #container {
	width: 1004px;  /* using 20px less than a full 1024px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #000000;
	background-image:url(Images/Body_Background.jpg);
	margin: auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left;
	font-family: "Times New Roman", Times, serif;
	font-size: 1.25em;
	font-style:italic;
	color: #000000;
}
.oneColFixCtrHdr #container_large {
	font: "Times New Roman", Times, seri;
	font-size: 1.5em;
	font-style:italic;
	color: #000000;
	font-family:"Times New Roman", Times, serif;
}
.oneColFixCtrHdr #links {
	font: "Times New Roman", Times, seri;
	font-size: 1em;
	font-style:italic;
	color: #000000;
	font-family:"Times New Roman", Times, serif;
}
.oneColFixCtrHdr #header {
}
.oneColFixCtrHdr #header h1 {
	margin: 0;
}
.oneColFixCtrHdr #mainContent {
	margin: 0;
	padding:20px;
}
.oneColFixCtrHdr #footer {
	margin: 0;
	background:#db02ee;
	background-image:url(Images/Footer_Shadow_Edge.jpg);
	color:#000000;
}
.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 */
	background: #db02ee;
}
	
