@charset "utf-8";
body {
	background-color: #3F515D;
}
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
}


#container  {
	width: 970px; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-right: 15px;
	padding-left: 15px;
	background-color: #FFCC67;
}
#header  {
	margin-right: 2px;
	margin-left: 2px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
	background-color: #63330A;
	height: 100px;
}
#container #header #NavBar {
	color: #D8D8D8;
	height: 23px;
	bottom: 0px;
}

#container #header #NavBar ul  {
	list-style-type: none;
	padding: 0px;
	text-align: center;
	vertical-align: middle;
}
#container #header #NavBar ul li  {
	display: inline;
	padding-top: 3px;
	padding-right: 6px;
	padding-bottom: 3px;
	padding-left: 6px;
}
#header h1  {
	text-align: center;
	font-size: x-large;
	color: #FFE09F;
}
#container #mainContent h1  {
	font-size: x-large;
	text-align: center;
}
#mainContent  {
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	color: #63330A;
}
#seasonbeside p {
	width: 64px;
}

#container #mainContent #MainTable  {
	margin-right: auto;
	margin-left: auto;
	background-color: #FFF;
}
#container #mainContent #MainTable table tr th  {
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	padding-right: 2px;
	padding-left: 2px;
	font-size: small;
	font-style: normal;
	font-weight: normal;
	width: 14px;
	color: #472407;
}
#container #mainContent #MainTable table tr td {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-align: center;
	color: #87440E;
}

#container #mainContent #MainTable table tr td p  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	text-align: center;
	width: 100%;
}
#footer  {
	padding: 0 10px;
	color: #FFE09F;
	background-color: #63330A;
}
#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 */
	text-align: right;
}
#footernav ul {
	list-style-type: none;
	padding: 0px;
	text-align: center;
}
#footernav ul li {
	display: inline;
	padding-top: 3px;
	padding-right: 6px;
	padding-bottom: 3px;
	padding-left: 6px;
}
ul   li a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	text-decoration: none;
	color: #ADADAD;
	padding: 3px;
}
ul li a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	text-decoration: none;
	color: #FC3;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 3px;
}
#footernav {
	height: 30px;
	font-size: medium;
	padding: 3px;
}
table a  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	text-decoration: none;
	color: #999;
	padding: 3px;
}
table a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	text-decoration: none;
	color: #F90;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 3px;
}
#container #mainContent #readerimage {
	height: 31px;
	width: 88px;
	float: right;
	margin: 5px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}

#mainContent p a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	text-decoration: none;
	color: #999;
	padding: 3px;
}
#mainContent p a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	text-decoration: none;
	color: #F90;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 3px;
}
#seasonhigh p {
	width: 80px;
}

