@charset "utf-8";
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 */
	color: #660000;
}
.oneColFixCtrHdr #container {
	width: 720px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 2px solid #ffcc66;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-attachment: fixed;
	background-color: #ffcc66;
	background-image: url(/images/background08.gif);
	background-repeat: repeat-x;
	background-position: left top;
}
.oneColFixCtrHdr #header {
	padding: 0 10px 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. */
	background-color: transparent;
}
.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 */
	width: 280px;
	float: left;
	text-align: left;
	font-size: 100%;
}
.oneColFixCtrHdr #header h1#siteName, .hide {
	margin: 0px;
	padding: 0px;
	border: 0px;
	visibility : hidden;
	display: none;
}

.oneColFixCtrHdr #header #siteName a:link, #siteName a:visited, #siteName a:hover{
	text-decoration: none;
}

.oneColFixCtrHdr #header #siteName a:hover{
	text-decoration: underline;
}

.oneColFixCtrHdr #header #banner_img {
	position : relative;
	float : left;
	margin : 0px;
	padding : 0px;
	border : 0px;
	width : 280px;
	height : 76px;
	z-index : 10;
	background-image: url(/images/banner.jpg);
}
.oneColFixCtrHdr #mainContent {
	margin-top: 20px;
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background-color: transparent;
}

.oneColFixCtrHdr #mainContent #content {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background-color: white;
	border: 1px solid #ffcc66;
}

.oneColFixCtrHdr #footer {
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background-color:transparent;
}
.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 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}

#navbar { /* all lists */
	float: right;
	position: relative;
	background-color: #fc6;
	height: 26px;
	width: 58%;
	border: 0;
	padding: 0;
	right: 0;
	bottom: 0;
}

#nav { /* all lists */
	font-size: 75%;
	margin : 0;
	height: auto;
}

#nav, #nav ul { /* all lists */
	list-style: none;
	padding: 0;
	margin: 0;
	z-index: 100;
}

#nav li { /* all list items */
	height: auto;
	width: 25%;
	background-color: #fc6;
	display : inline;
	float : left;
}

#nav li a, #nav li b {
	font-weight: bold;
	display: block;
	width : auto;
	height : auto;
	text-decoration : none;
	padding : .25em 0 .25em 0;
	text-align : center;
	border : 0 1px 0 0 solid #600;
	cursor : pointer; /* an opera fix */
	margin : 0 2px;
	color : #600;
}	

#nav li b {
	color : #fff;
}	

#nav li a:hover {
	color: #fff;
	background-color: #c60;
}	

#nav li:hover ul, #nav li li:hover ul, #nav li.iehover ul, #nav li li.iehover ul { 
	left: auto;
}

#nav li li {
	position: relative;
	width: 100%;
	border-bottom: 1px solid #555;
}

#nav li ul { /* second-level lists */
	position: absolute;
	left: -5000px;
}

a.bypass-nav {
	color: #e3e3e3;
	background-color : transparent;
	height : 1px;
	width : 1px;
	border : 0;
	display: none;
}

img {border:none;}
/** end **/
