@charset "utf-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #FFFFFF;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	border: 0;
	width: 100%;
	text-align: left; /* 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: 978px;  /* Size of CRHS Banner */
	background: #FFFFFF;
	margin-left: 0; /* the auto margins (in conjunction with a width) center the page */
	padding-left: 0;
	margin-top: 0;
	padding-top: 0;
	border: 0px solid #FFFFFF;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtrHdr #header {
	background: #FFFFFF;
	clear: both;
	float: left;
	width: 100%
  /* 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 #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 10px; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}

.oneColFixCtrHdr #colmask {
 float: left;
width: 100%;
position: relative;
}
.oneColFixCtrHdr #mainContent {
/*	padding: 0 20px; *//* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF;
	float: left;
	position: relative;
	padding:0 0 1em 0;
	overflow: hidden;
	margin: 10px;
}

.oneColFixCtrHdr .fullpage .col1 {
 width: 96%;
 left: 2%;
}
.oneColFixCtrHdr #mainContent h1 {
	font-size: 12px;
	color: #FFFFFF;
	margin: 0px 0px 0px 0px;
}

.oneColFixCtrHdr #mainContent a {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 14px;
	color: #804511;
	font-weight: bold;
}

.oneColFixCtrHdr #mainContent a:link {
	text-decoration: none;
}

.oneColFixCtrHdr #mainContent a:visited {
	text-decoration: none;
	color: #EFA123;
}

.oneColFixCtrHdr #mainContent  a:active {
	text-decoration: none;
	color: #999999;
}
.oneColFixCtrHdr #mainContent a:hover {
	text-decoration: none;
	color: #999999;
}

.oneColFixCtrHdr #mainContent h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	color: #804511;
	margin: 0px 0px 0px 0px;
}

.oneColFixCtrHdr #mainContent h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	color: #804511;
	margin: 0px 0px 0px 0px;
}
.oneColFixCtrHdr #mainContent .announcestyle {
	margin-top: 15px;
	margin-bottom: 15px;
}


.oneColFixCtrHdr #mainContent h5 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	color: #804511;
	margin: 0px 0px 0px 0px;
}

.oneColFixCtrHdr #mainContent h6 {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	color: #804511;
	margin: 0px 0px 0px 0px;
}
.oneColFixCtrHdr #mainContent p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
}
.oneColFixCtrHdr #mainContent h4 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color: #804511;
	margin: 0px 0px 0px 0px;
}

.oneColFixCtrHdr #mainContent .navstyle {
	margin-top: 5px;
	margin-bottom: 17px;
}
.oneColFixCtrHdr #mainContent .introindex {
	margin-right: 50px;
	margin-left: 75px;
}




.oneColFixCtrHdr #footer {
	clear: both;
	float: left;
	width: 100%;
	
	/*padding: 0 10px;*/ /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#FFFFFF;


}
.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-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #804511;
	font-size: 10px;
	font-weight: normal;
}

.oneColFixCtrHdr #footer a {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #804511;
	font-size: 10px;
	font-weight: bold;
    text-decoration: none;
}
.oneColFixCtrHdr #footer a:hover {
 color: #999999;
}

.oneColFixCtrHdr #footer a:visited {
 	color: #EFA123;
}

#left
   {
      float: left;
      width: 250px;
      margin-right: 10px;
   }
#center
{
	float: left;
	width: 548px;
	margin-right: 10px;
}
   #right
   {
      float: left;
      width:auto;
   }
   #spacer
   {
      clear:both;
   }


#navcontainer ul
{
padding: 0px 0px 0px 0px;
margin: -8px 0 0 0;
background-color: #FFFFFF;
color: White;
width: 100%;
font-family: Georgia, "Times New Roman", Times, serif;
font-weight: bold;
}

#navcontainer ul li { display: inline; }

#navcontainer ul li a
{
	display: block;
	width: 156px;
	text-align: center;
	padding: .5em 0em;
	background-color: #804511;
	color: White;
	text-decoration: none;
	float: left;
	border-right: 2px solid #fff;
}

#navcontainer ul li a:hover
{
background-color:#EFA123;
color: #fff;
}

.oneColFixCtrHdr #mainContent a
{
text-decoration: none;
color: #804511;
}

.oneColFixCtrHdr #mainContent a:visited
{
text-decoration: none;
color: #EFA123;
}

