@charset "utf-8";
/* CSS Document */

body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	text-align: center;


/
	color: #000000;
	font-size: 16px;
	background: #c7b299 url(none) repeat center top;
	border-width: thin;
	border-color: #633;
}
.oneColFixCtrHdr #container {
	width: 800px;
	text-align: left;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background: #F9D196;
}
.oneColFixCtrHdr #banner {
	padding: 0;  /* 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. */
	margin: 0px;
	background-image: url(images_nav2/banner.jpg);
	height: 155px;
}
.oneColFixCtrHdr #banner p {
	font-size: 10px;
	text-transform: uppercase;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 10px;
	margin: 0;
	padding-left: 10px;
}

.oneColFixCtrHdr #nav {
	padding: 0;  /* 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. */
	margin: 0px;
	height: 34px;
}
.oneColFixCtrHdr #nav p {
	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 */
}
.oneColFixCtrHdr #mainContent {
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 0;
	width: auto;
	margin-right: 5px;
}
.oneColFixCtrHdr #mainContent h1 {
	font-size: 16px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	color: #401337;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #ba4e19;
	margin: 10;
}
.oneColFixCtrHdr #mainContent p {
	font-size: 14px;
	color: #000;
	padding-left: 12px;
}
.oneColFixCtrHdr #mainContent table{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #993300;
	text-decoration: none;
	text-align: center;
	margin-left: 10px;
	margin-right: 35px;
}
.oneColFixCtrHdr #container #mainContent table th {
	font-size: 18px;
	font-weight: bolder;
	font-variant: small-caps;
	color: #0F3;
	text-decoration: underline;
}
.oneColFixCtrHdr #container #mainContent table tr td a {
	font-size: 12px;
}


.oneColFixCtrHdr  #mainContent img{
	margin: 0px;
	padding: 0px;
}
.oneColFixCtrHdr #footer {
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #277983;
	width: 781px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	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: 10x 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size: 9px;
}
.oneColFixCtrHdr #footer h6 {
	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: 8px;
	text-transform: uppercase;
	text-align: right;
}
a:link {
	color: #401337;
	text-decoration: none;
}
a:visited {
	color: #401337;
	text-decoration: none;
}
a:hover {
	color: #009999;
	text-decoration: underline;
}
a:active {
	text-decoration: none;
	font-size: 12px;
	text-align: center;
	padding-top: 5px;
	margin-top: 5px;
}

