@charset "UTF-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #666666;
	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;
}
.oneColFixCtrHdr #container {
	width: 800px; /* the auto margins (in conjunction with a width) center the page */
	border: 1px none #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #000;
	background-image: url(CGI-BIN/greygrad.jpg);
	background-repeat: repeat-x;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
.oneColFixCtrHdr #header {
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	background-color: #DDDDDD;
	background-image: url(CGI-BIN/greygrad.jpg);
	background-repeat: repeat-x;
	margin-bottom: 0px;
	height: 140px;
}
.oneColFixCtrHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.oneColFixCtrHdr #mainContent {
	background-color: #D9E5F1;
	background-image: url(CGI-BIN/BlueGrad.jpg);
	background-repeat: repeat-x;
	font-family: Tahoma, Geneva, sans-serif;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	margin-top: 0px;
	text-align: left;
	color: #070035;
}
.oneColFixCtrHdr #footer {
	padding: 0 10px;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 16px;
	background-color: #070035;
}
.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 */
	background-color: #050031;
	font-family: Tahoma, Geneva, sans-serif;
	color: #D7E5F2;
	text-align: center;
}
.oneColFixCtrHdr #container #mainContent h1 {
	color: #04042f;
	font-size: 20pt;
	font-family: Tahoma, Geneva, sans-serif;
	font-weight: bold;
}
.oneColFixCtrHdr #container #mainContent p {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12pt;
	color: 04042F;
}
.oneColFixCtrHdr #container #mainContent table {
	text-align: center;
}
.oneColFixCtrHdr #container #footer h6 {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 10pt;
	color: #D7E5F2;
	text-align: center;
	font-weight: normal;
}
.oneColFixCtrHdr #container #footer table tr td {
	text-align: center;
	font-size: 16px;
	color: #D7E5F2;
}
.oneColFixCtrHdr #container #footer table {
	font-size: 12px;
}
.oneColFixCtrHdr #container #footer p a {
	font-size: 12pt;
}
.oneColFixCtrHdr #container #footer h3 a {
	text-align: center;
}
.oneColFixCtrHdr #container #footer h3 a {
	text-align: center;
}
.oneColFixCtrHdr #container #footer h4 a {
	font-family: Tahoma, Geneva, sans-serif;
	color: #D7E5F2;
}
.oneColFixCtrHdr #container #footer h4 a {
	text-align: center;
}
.oneColFixCtrHdr #container #footer a {
	text-align: center;
}
div {
	text-align: center;
}
div {
	color: #D7E5F2;
}
.oneColFixCtrHdr #container #footer table {
	color: #080037;
}
h4 {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 14pt;
	font-weight: 100;
}
.oneColFixCtrHdr #container #mainContent table tr td {
	text-align: left;
	font-size: 11pt;
}
.oneColFixCtrHdr #container #mainContent table tr td p {
	font-size: 12pt;
}
