@charset "utf-8";
body {
	font: 100% "Trebuchet MS", Arial, Helvetica, sans-serif;
	background: #ffffff;
	background-image: url(gfx/pagebackground_repeat.jpg); background-repeat: repeat-x;
	background-color: #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;
	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;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	/* border-top: 9px solid  #d6c2a1;
	border-left: 1px solid #CCC;
	border-right: 1px solid #CCC;
	border-bottom: 35px solid #FFFFFF; */
	border-top: 12px solid  #FFFFFF;
	border-left: 12px solid #FFFFFF;
	border-right: 12px solid #FFFFFF;
	border-bottom: 12px solid #FFFFFF;
	text-align: left; /* this overrides the text-align: center on the body element.
}
.oneColFixCtrHdr #header {
 	padding: 0 0 0 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. */
}

.oneColFixCtrHdr #navdiv {
	border-top: 9px solid  #FFFFFF;
	background-color: #666;
	padding: 0 0 0 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. */
}

/****** NAVIGATION ************************/
.oneColFixCtrHdr #header ul { padding: 0em 0em 0em 0em; margin: 0em auto 0em auto; list-style-type: none; height: 49px; float:inherit;}
.oneColFixCtrHdr #header li { padding: 0.5em 0.2em 0.5em 0.2em; margin: 0.3em 0em 0em 0em; font-size: 0.95em; float: left; display: inline; border-right: 1px solid #d1ebff; }
.oneColFixCtrHdr #header a { padding: 1.0em 0.6em 0.7em 0.6em; margin: 0em 0em 0em 0em; color: #ffffff; text-transform: uppercase; text-decoration: none; }
.oneColFixCtrHdr #header li a:hover { color: #CCC; text-decoration: underline; }
.oneColFixCtrHdr #header .noborder { border-right: none; }

 /* .oneColFixCtrHdr #header .active { background-image: url(../gfx/navigation_background_repeat_on.jpg); background-repeat: repeat-x; border-right: 1px solid #1e3e58; border-left: 1px solid #1e3e58; }
.oneColFixCtrHdr #header .active a { color: #ebf7ff; padding: 1.0em 2.05em 0.7em 2.05em;  } */

.oneColFixCtrHdr #mainContent { 
	padding: 0 10px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF;
}



.oneColFixCtrHdr #mainContent p {
	font-size:0.8em;
	text-align:justify;
}

.oneColFixCtrHdr #mainContent .center {
	font-size:0.9em;
	text-align:center;
}

.oneColFixCtrHdr #mainContent a { color: #03C; text-decoration: none; }
.oneColFixCtrHdr #mainContent a:hover { color: #06F; text-decoration: underline; }

.oneColFixCtrHdr #mainContent 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: 8px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	font: 120% "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight:bold;
	border-bottom: solid #CCC thin;
}

.oneColFixCtrHdr #mainContent h2 {
	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 */
	font: 100% "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight:bold;
	border-bottom: solid #CCC thin;
}

.oneColFixCtrHdr #mainContent li  {
	font: 80% "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight:lighter;
	color: #000;
}

.oneColFixCtrHdr #footer {
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background-image: url(gfx/container_background_repeat2.jpg); background-repeat: repeat-x;
	
}
.oneColFixCtrHdr #footer p {
	text-align:right;
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	font: .8em "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight:lighter;
	color: #999;
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}

.oneColFixCtrHdr #footer a { color: #999; text-decoration: none; }
.oneColFixCtrHdr #footer a:hover { color: #666; text-decoration: none; }

