@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: #003;
}
.oneColFixCtrHdr #container {
	width: 780px;
	margin: 0 auto; /* 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. */
	background-color: #003;
}
.oneColFixCtrHdr #header {
	background-color: #003;
	background-repeat: no-repeat;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	text-align: center;
}
.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: 0px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;
	text-align: center;
}
.oneColFixCtrHdr #mainContent {
	background-color: #003;
	background-image: url(../imagefiles/ImageMenu_bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	text-align: center;
}
.oneColFixCtrHdr #footer {
	background-color: #003;
	padding-top: 10;
	padding-right: 10px;
	padding-bottom: 010;
	padding-left: 10px;
}
.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; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-style: normal;
	color: #FFF;
	background-color: #003;
	text-align: left;
}
#table {
	float: left;
	width: 15em;
	color: #FFF;
	padding: 10px;
	vertical-align: top;
	background-position: top;
}
#table2 {
	color: #FFF;
	padding: 10px;
}
#table3 {
	float: right;
	width: 15em;
	color: #FFF;
	padding: 10px;
	vertical-align: top;
}
