@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: 883px; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #644833;
	text-align: left; /* this overrides the text-align: center on the body element. */
	color: #E5DFBB;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
	padding-top: 0px;
	margin-top: 20px;
	background-color: #E5DFBB;
}
.oneColFixCtrHdr #menuContent {
	font-size: 10px;
	color: #644833;
	float: right;
}

.oneColFixCtrHdr #header {
	background: #DDDDDD;  /* 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. */
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
}
.oneColFixCtrHdr #nav {
	background-color: #644833;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #E9E1BC;
	text-transform: uppercase;
	padding: 4px;
	text-align: center;
	font-weight: lighter;
	letter-spacing: 4pt;
}
.oneColFixCtrHdr #subHead {
	background-color: #E4DEBA;
	padding: 4px;
}
.oneColFixCtrHdr #image {
	background-color: #E8E3BD;
	background-image: url(images/grbic_06.gif);
	background-repeat: repeat-x;
	background-position: center top;
}
.oneColFixCtrHdr #horizLine {
	background-color: #E9E1BC;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #644833;
	border-right-color: #644833;
	border-bottom-color: #644833;
	border-left-color: #644833;
}
.oneColFixCtrHdr #imageContent {
	background-color: #E5DFBB;
	background-image: url(images/grbic_06.gif);
	background-repeat: repeat-x;
	background-position: center;
}

.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 */
}
.oneColFixCtrHdr #mainContent {
	background-color: #E5DFBB;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	clip: rect(0px,0px,0px,0px);
	color: #644833;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	border-top-width: 1px;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #644833;
	border-right-color: #644833;
	border-bottom-color: #644833;
	border-left-color: #644833;
	padding: 0px;
}
.oneColFixCtrHdr #footer {
	padding: 0 10px;
	color: #E5DFBB;
	background-color: #E5DFBB;
}
.oneColFixCtrHdr #footer p {
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	color: #644833;
	background-color: #E5DFBB;
	font-size: 10px;
	letter-spacing: 0.5pt;
	text-transform: uppercase;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding-top: 5px;
	padding-right: 0;
	padding-bottom: 5px;
	padding-left: 0;
}
.oneColFixCtrHdr #footer a:link {
	color: #644833;
	text-decoration: none;
}
.oneColFixCtrHdr #footer a:visited {
	text-decoration: none;
	color: ##644833;
}
.oneColFixCtrHdr #footer a:hover {
	text-decoration: underline;
	color: #E5DDB8;
}
.oneColFixCtrHdr #footer a:active {
	text-decoration: none;
	color: #E4DEBA;
}

body {
	background-image: url(images/bg_01.gif);
	background-color: #644833;
	background-repeat: repeat-x;
}
.oneColFixCtrHdr #container #mainContent p {
	padding-top: 40px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	text-align: center;
}

body,td,th {
	color: #644833;
}
a:link {
	color: #E5DFBB;
	text-decoration: none;
}
.sitemap a {
	color: #644833;
}

a:visited {
	text-decoration: none;
	color: #E5DDB8;
}
a:hover {
	text-decoration: underline;
	color: #E4DEBA;
}
a:active {
	text-decoration: none;
	color: #E6E1BB;
}
h1 {
	font-size: 10px;
	font-weight: bold;
	margin-bottom: 0px;
}
