@charset "utf-8";
body {
	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: #FFCC66;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-color: #FFCC66;
	background-image: url(../images/bak-sand.jpg);
	background-position: center;
}
.oneColFixCtrHdr #container {
	width: 780px;
	margin: 0 auto;
	text-align: left;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.oneColFixCtrHdr #header {
	font-family: "Courier New", Courier, monospace;
	font-size: small;
	color: #000000;
	text-decoration: none;
	margin: 0px;
	padding-top: 4px;
	padding-right: 0px;
	padding-bottom: 12px;
	padding-left: 16px;
}

#logo {
	height: 80px;
	width: 780px;
}

#intro {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #330000;
	background-color: #CC9933;
	font-size: small;
	border: 1px solid #FFCC00;
	padding-top: 16px;
	padding-right: 16px;
	padding-bottom: 8px;
	padding-left: 16px;
}

.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 */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	color: #FFCC99;
	text-align: center;
	text-transform: uppercase;
}
.oneColFixCtrHdr #mainContent {
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFCC99;
	background-color: #003333;
	margin-top: 0px;
	letter-spacing: .1em;
	font-weight: 400;
}
.oneColFixCtrHdr #footer {
	padding: 0 10px;
	background-color: #003333;
	font-family: "Courier New", Courier, monospace;
	font-size: small;
}
.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-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #FFFFCC;
	text-align: center;
	letter-spacing: .1em;
	word-spacing: .1em;
}
ul.nav {
	margin-left: 18px;
	padding-left: 0px;
	list-style: none;
	float:left;
	width: 100%;
	border-bottom-style: none;
	margin-top: 3px;
	margin-bottom: 0px;
	color: #FFCC33;
}

ul.nav li {
	float:left;
}

ul.nav a {
	width: 8em;
	display: block;
	border-bottom: none;
	padding: 0px;
	margin-right: 12px;
	background-color: #663300;
	text-decoration:none;
	color: #FFCC33;
	text-align: center;
	margin-top: 2px;
	font-weight: bold;
}

ul.nav a:hover {
	color: #CC0000;
	background-color: #000000;
	font-weight: bold;
}

ul.nav2 {
	margin-left: 0px;
	padding-left: 0px;
	list-style: none;
	float:left;
	width: 100%;
	border-bottom-style: none;
	margin-top: 2px;
}

ul.nav2 li {

}

ul.nav2 a {
	width: 14em;
	display: block;
	border-bottom: none;
	padding: 3px;
	background-color: #000033;
	text-decoration:none;
	color: #FFCC66;
	text-align: left;
	margin-right: 8px;
	font-weight: bold;
	font-size: 12px;
}

ul.nav2 a:hover {
	background-color:#FFCC00;
	color: #003300;
	font-size: 11px;
}

.floatRight {
	float: right;
	margin-top: 5px;
	margin-right: 10px;
	margin-bottom: 2px;
	margin-left: 14px;
}

.floatLeft {
	float: left;
	margin-top: 2px;
	margin-right: 10px;
	margin-bottom: 2px;
	margin-left: 14px;
}

