@charset "utf-8";
body
{
	background-color: rgb(90,48,7);
	text-align: center;
}
#page {
	max-width:680px;
	background-color: #d3b07e;
	-webkit-border-radius: 10px;
	-moz-border-radius:    10px;
	border-radius:         10px;
	text-align: left;
	margin-right: auto;
	margin-left: auto;
	box-shadow: 5px 5px 5px #888888;
}
.bannerImage {
	width: 100%;
	height: 120px;
	margin-right: auto;
	margin-left: auto;
	-webkit-border-radius: 10px 10px 0px 0px;
	-moz-border-radius:    10px 10px 0px 0px;
	border-radius:         10px 10px 0px 0px;
}
.headerBanner {
	-webkit-border-radius: 10px 10px 0px 0px;
	-moz-border-radius:    10px 10px 0px 0px;
	border-radius:         10px 10px 0px 0px;
	background-color: #FFFFFF;
}
#page #marqueeBanner {
	font-size: x-large;
	font-style: italic;
	font-weight: bold;
	clear: both;
	float: left;
	text-align: center;
	padding-left: 20%;

}
#page .footer {

	background-color: #FFFFFF;

	-webkit-border-radius: 0px 0px 10px 10px;
	-moz-border-radius:    0px 0px 10px 10px;
	border-radius:         0px 0px 10px 10px;
	margin-top: 10px;
}

.menuTable {
	width: 160px;
}
.menuItem {
	font-size: medium;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}
#navMenu {
	width: 160px;
	list-style-position: inside;
	list-style-type: none;
	list-style: none;
	margin-left: 0;
	padding-left: 1em;

}
#newsScroller {
	float: left;
	width: 160px;
	clear: both;
	padding-left: 20px;
}

.menuTD{
	background-color: #1d66a6;
	font-size: medium;
	font-weight: bold;
	-webkit-border-radius: 5px;
	-moz-border-radius:     5px;
	border-radius:         5px;
	margin-top: 3px;
	margin-bottom: 3px;
	padding-left: 5px;
}
#page #headerBar {
	background-color: rgb(237,228,213);
	margin-top: 0px;
	-webkit-border-radius: 10px 10px 0px 0px;
	-moz-border-radius:    10px 10px 0px 0px;
	border-radius:         10px 10px 0px 0px;
	text-align: center;
	clear: both;
	float: left;
	width: 100%;
}
.style3 {font-weight: bold}
#page #main {
	width: 100%;
	float: left;
}

.style4 {
	font-size: small;
	margin-right: 5px;
}
#content {
	float: left;
	padding: 15px;
	width: 70%;
}
#navBar {
	width: auto;
	float: left;
}
