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 */	background: #cd853f;}
.oneColFixCtrHdr #container {
	width: 975px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background-color: #ffe4b5;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: center; /* this overrides the text-align: center on the body element. */}
.oneColFixCtrHdr #header {
	width: 975px;	background: #993300;	text-align: center;
	  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */}
.oneColFixCtrHdr #mainContent {
	width: 975px;	height: 450px;
	padding: 0px 0px 0px 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #ffe4b5;	text-align: center;}
.oneColFixCtrHdr #mainContent2 {
	width: 975px;	height: 100px;}
.footerNavagation {
	height: 50px;
	margin: 25px 0px 25px 0px; /* this padding matches the left alignment of the elements in the divs that appear above it. */}
.navagationstyle {
	font-family: Verdana, Geneva, sans-serif; font-size: 17px; text-align: center;}
.navagationformat {
	width: 140px; align: center;} /* not used 2022 */
.footer {
	padding-left: 50px;	padding-right: 50px;	height: 75px;	font-family: "Times New Roman", Times, serif; font-size: 11px; font-style: italic; text-align:justify; color: #ffffff;} 
.jumpfont {
	font-family: Arial, Helvetica, sans-serif;	font-size: 17px;	font-weight: bold;	color: #000000;	background-color: #cd953f;}
.rightalign {
	text-align:right; }
a:hr { 
    display: block; margin-top: 0.2em; margin-bottom: 0.2em; margin-left: auto; margin-right: auto; border-style: inset; border-width: 1px; } 
a:link {
  	color: #993300;	font-family:Verdana, Geneva, sans-serif; font-size: 100%; text-decoration: none; font-weight:bold; }
a:visited {
  	color: #993300;	font-family: Verdana, Geneva, sans-serif; font-size: 100%; text-decoration: none; }
a:hover {
	 color: #033; font-family: Verdana, Geneva, sans-serif; font-size:100%; text-decoration: none; }
a:active {
	color: #993300;	font-family: Verdana, Geneva, sans-serif; font-size: 100%; text-decoration: none; }
