body {
	width: 100%;	
	min-height: 100%;
	height: 100%;
	margin: 0 0 0 0;
	background-color: #FFFFCC;
	font: 76%, Times, Times New Roman, serif;
}

#header {
	width: 100%;
	height: 100px;
	margin-top: -10px;
	padding-top: 10px;
	background-color: navy;
	/*color: navy; color controled in header.txt*/
	text-align: center;
}

#navBox {
	display: none;
}

#content {
	/*margin-right: 24%;
	margin-left: 8%;*/
	background-color: #FFFFCC;
	font-size: 1.1em;
}

#content img {
	width: 32%;
	float: right;
	margin-left: 10px;
	border: solid thin tan;
}

#navLinks {
	width: 175px;
	float: right;
}

#navLinks ul {
	margin-left: 5px;
	padding-left: 5px;
	color: navy;
	font-weight: bold;
}

#navLinks ul li {
	list-style: none;
	line-height: 1.5;
}

#submenu {
	margin-left: 5px;
	padding-left: 5px;
	color: red;
	text-align: center;
}

#submenu li {
	display: inline;
	list-style: none;
	font-weight: bold;
	text-align: center;
}

#content div {
	display: none;
}

/*#sponsors {	
	width: 170px;
	float: left;
	height: 9990px;
	font-weight: bold;
	background-image: url(/images/navBoxGradient.png);
}*/

#content div img {
	width: 170px;
	float: left;
	margin-left: -5px;
}

#bywayLogo {
	position: absolute;
	top: 0;
	right: 0;
	height: 95px;
}

#admin {
	width: 70%;
	margin: auto;
	text-align: center;
	background-color: #FFFFCC;
	border: solid medium tan;
}

#admin table {
	width: 70%;
	margin: auto;
	text-align: left;
		font-size: 1.1em;
}

#admin hr {
	height: 3px;
	width: 40%;
	color: tan;
	background-color: tan;
}

h1, h2, h3 {
	color: navy;
}


a {
	text-decoration: none;
	color: navy;
}

a:hover {
	color: blue;
}

/*.box {
	background-color: tan;
	color: navy;
	font-weight: bold;
}*/
