@charset "utf-8";
body {
	font: 13px Verdana, Arial, Helvetica, sans-serif;
	background: #000;
	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: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #393939;
	text-align: left;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 0px;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-color: #F4B700;
	border-right-color: #F4B700;
	border-bottom-color: #F4B700;
	border-left-color: #F4B700;
}
.oneColFixCtrHdr #header {
	background: #DDDDDD;
	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-color: #393939;
}
.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: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.oneColFixCtrHdr #mainContent {
	padding: 0 20px;
	color: #CCCCCC;
	background-color: #393939;
}
.oneColFixCtrHdr #footer {
	padding: 0 10px;
	/*border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #F4B700;*/
	background-image: url(images/footer.jpg);
	background-repeat: no-repeat;
}
.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 */
	font-weight: bold;
	color: #393939;
}
.oneColFixCtrHdr #container #mainContent h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
	color: #F4B700;
	font-style: italic;
	font-weight: lighter;
	margin: 0px;
	padding-top: 0px;
}

#navcontainer ul
{
padding: .2em 0;
margin: 0;
list-style-type: none;
background-color: #036;
color: #FFF;
width: 100%;
font: normal 90% arial, helvetica, sans-serif;
text-align: center;
}

#navcontainer li { display: inline; }

#navcontainer li a
{
text-decoration: none;
background-color: #036;
color: #FFF;
padding: .2em 1em;
border-right: 1px solid #fff;
}

#navcontainer li a:hover
{
background-color: #369;
color: #fff;
}

b {
	color: #89B0FA;
}
.border {
	border: 2px solid #F9EBD0;
}
.oneColFixCtrHdr #container #mainContent a, a:visited {
	color: #89B0FA;
}
.oneColFixCtrHdr #container #mainContent  a:hover {
	color: #ffffff;
	text-decoration:none;
}
.navcontain {
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #F4B700;
	border-right-color: #F4B700;
	border-bottom-color: #F4B700;
	border-left-color: #F4B700;
}
.bdr2 {
/*
	border: 3px solid #F4B700;*/
}
h2 {
	color: #F4B700;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: italic;
}
.cpy {
	font-size: 9px;
	color: #FFFFFF;
}
