p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
}
a {
	color: #FFFFcc;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
ul {
	color: #FFFFcc;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: x-small;
	margin-top: 5px;
}
ol {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: x-small;
}
ol ol {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #FF0000;
	font-weight: bold;
	list-style-type: lower-alpha;	
}
body {
	background-color: #043000;
	font-family: Arial, Helvetica, sans-serif;
	padding: 0px;
	margin: 0px;
}
h1 {
	font-size: x-large;
	font-weight: bold;
}
/*this controls the header of the page and how it looks */
#header {
	background-color: #043000;
	padding: 0px;
	margin: 0px;
	width: 100%;
	color: #FFFFFF;
	background-image:  url(../images/seasons6.jpg);
	background-repeat: no-repeat;
	height: 150px;
}
#header h1 {
	color: #ffcc33;
	padding-top: 0px;
	margin-top: 5px;
	text-decoration: none;
}
#header p{
	padding-top: 110px;
	padding-left: 13px;
	margin-bottom: 0px;
	padding-bottom: 0px;
}
#header a {
	color: #ffffff;
	font: Arial, Helvetica, sans-serif;
	font-size: small;
	padding-bottom: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
}
#header a:hover {
	color: #FFCC00;
}
/*this controls how the left bar of the page looks*/
#leftbar {
	background-color: #CCCCCC;
	width: 19%;
	float: left;
	list-style-type: none;
	margin: 0px;
	margin-bottom: 0px;
	padding-bottom: 0px;
	border-left: 1px solid #FFFFFF;
	border-right: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
	border-top: 1px solid #FFFFFF;
	font-size: xx-small;
	font-size: xx-small;
	clear: right;
	margin-top: 5px;
}
/*********** #leftbar link styles ***********/
#leftbar ul a:link, #navBar ul a:visited {display: block;}
#leftbar ul {
	list-style: none;
	margin: 0;
	padding: 0;
	border-top-color: #FFFFFF;
	border-top-style: solid;
	border-top-width: 1px;
}
#leftbar ul ul {
	list-style: none;
	margin: 0;
	padding: 0;
	border-top-color: #FFFFFF;
	border-top-style: solid;
	border-top-width: 1px;
	background-color: #043000;
	color: #FFFFFF;
}

/* hack to fix IE/Win's broken rendering of block-level anchors in lists */
#leftbar li {
	border-bottom: 1px solid #FFFFFF;
	margin-bottom: 0px;
	padding-bottom: 0px;
}

/* fix for browsers that don't need the hack */
html>body #leftbar li {border-bottom: none;}

#leftbar p {
	margin-top: 0px;
	margin-left: 0px;
	margin-bottom: 0px;
	padding-left: 8px;
	padding-bottom: 6px;
	color: #043000;
	font-weight: normal;
	font-size: x-small;
	padding-top: 6px;
	padding-right: 8px;
}
#leftbar a {
	color: #023200;
	text-decoration: none;
	display: block;
	font-size: small;
	padding-left: 12px;
	padding-top: 2px;
	padding-bottom: 2px;
	border-bottom-color: #023401;
	border-bottom-style: solid;
	border-bottom-width: 1px;
}
#leftbar a:hover {
	text-decoration: underline;
	background-color: #CCCCCC;
}
#leftbar h3 {
	border-bottom-style: solid;
	border-bottom-width: 1px;
	margin-bottom: 0px;
	padding-bottom: 2px;
	padding-top: 8px;
	margin-top: 0px;
	padding-left: 8px;
	color: #043000;
	font-size: small;
	border-bottom-color: #043000;
}
/*this controls what the main content looks like*/
#content {
	background-color: #043000;
	width: 78%;
	float: left;
	padding-left: 10px;
	margin-bottom: 10px;
	border: 1px solid #FFCC00;
	margin-left: 5px;
	margin-top: 5px;
}
#content h1 {
	color: #FFFFCC;
	font-weight: bold;
	font-size: large;
	text-align: center;
	margin-top: 15px;
	padding-top: 0px;
	margin-bottom: 15px;
}
#content h2 {
	font-weight: bold;
	font-size: small;
	color: #FFCC33;
}
#content h3 {
	padding-bottom: 0px;
	color: #FFFFcc;
	font-size: small;
	margin-top: 15px;
}
#content h4 {
	padding-bottom: 0px;
	color: #FFCC00;
	font-size: small;
	margin-top: 0px;
	padding-top: 0px;
}
#content p {
	margin-top: 0px;
	padding-top: 5px;
	clear: none;
	color: #FFFFcc;
	display: block;
}
#content a {
	color: #FFFFCC
}
#content a:hover {
	text-decoration: underline;
	color: #FFCCOO;
}
/*this controls what the important links look like*/
#implink {
	background-color:#CCCCCC;
	padding-bottom: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
}
#implink ul {
	background-color: #999999;
}
/*this controls the looks of sublinks on the leftbar*/
#sublink {
	background-color: #CCCCCC;
	margin-top: 0px;
	padding-top: 0px;
}
#sublink a:hover {
	background-color: #999999
}
#sublink ul a {
	color: #FFFFcc;
	text-decoration: none;
	display: block;
	font-size: small;
	padding-left: 12px;
	padding-top: 2px;
	padding-bottom: 2px;
	border-bottom-color: #999999;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	background-color: #043000;
}
#sublink ul a:hover {
	text-decoration: underline;
	background-color: #CCCCCC;
}
#sublink ul ul a {
	color: #043000;
	text-decoration: none;
	display: block;
	font-size: small;
	padding-left: 20px;
	padding-top: 2px;
	padding-bottom: 2px;
	border-bottom-color: #043000;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	background-color: #999999;
}
#sublink ul ul a:hover {
	text-decoration: underline;
	background-color: #043000;
	color: #FFFFFF;
}
/*this designs the feature of the page*/
.feature {
	padding-bottom: 10px;
	padding-top: 0px;
	color: #FFcc33;
}

.feature h1 {
	color: #FFcc33;
	font-size:large;
	text-align:center;
	}
	
.feature h2 {
	text-align: center;
	margin-bottom: 20px;
	color: #FFcc33;
}

.feature h3 (
	color: #FFcc33;
}
.feature h6 img {
	float: center;
	margin: 0;
	padding: 0;
	padding-top: 0px;
	margin-top: 0px;
}
.feature p {
	padding-left: 5px;
	padding-right: 5px;
	font-size: x-small;
	text-align: left;
	margin-bottom: 0px;
}
.feature img {
	float: right;
	margin-right: 5px;
	border-color: #FFcc33;
	border-style: solid;
	border-width: 1px;
	border: 1px solid #FFcc33;
	margin-bottom: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
}
/*this designs regular text of the page*/
.regular {
	padding-top: 10px;
	padding-bottom: 8px;
	margin-top: 0px;
}
.regular h2 {
	margin-bottom: 0px;
	margin-top: 0px;
}
.regular img {
	margin-right: 5px;
	margin-bottom: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
	border: 1px solid #FFFFcc;
	border-color: #FFFFcc;
	border-style: solid;
	border-width: 1px;
}
/*this designs bio text of the page*/
.bio {
	padding-top: 10px;
	padding-bottom: 20px;
	height: 150px;
	border-top-color: #FFFFcc;
	border-top-style: solid;
	border-top-width: 1px;
}
.bio h2 {
	margin-bottom: 0px;
}
.bio h3 {
	margin-bottom: 0px;
	color: #FFFFcc;
}
.bio p {
	font-size: x-small;
}
.bio img {
	display: inline;
	margin-right: 5px;
	float: left;
	border: solid 1px #FFFFcc;
}
/*this designs biobig text of the page*/
.biobig {
	padding-top: 10px;
	padding-bottom: 20px;
	height: 200px;
	border-top-color: #FFFFcc;
	border-top-style: solid;
	border-top-width: 1px;
}
.biobig h2 {
	margin-bottom: 0px;
}
.biobig h3 {
	margin-bottom: 0px;
	color: #FFFFcc;
}
.biobig p {
	font-size: x-small;
}
.biobig img {
	display: inline;
	margin-right: 5px;
	float: left;
	border: solid 1px #FFFFcc;
}
/*this controls what the right bar looks like*/
#rightbar {
	background-color: #043000;
	width: 170px;
	float: right;
	text-align: center;
	margin-left: 20px;
	border-left: 1px solid #FFCC00;
	border-bottom: 1px solid #FFCC00;
}
#rightbar h1 {
	color: #000066;
	font-weight: bold;
}
#rightbar h2 {
	font-weight: bold;
	font-size: small;
	color: #FFCC33;
}
#rightbar h3 {
	margin-bottom: 0px;
	padding-bottom: 0px;
	color: #FFFFFF;
	font-size: small;
}
#rightbar p {
	margin-top: 0px;
	padding-top: 5px;
	clear: none;
	color: #FFFFcc;
	display: block;
}
#rightbar a {
	color: #FFFFCC
}
#rightbar a:hover {
	text-decoration: underline;
	color: #FFCCOO;
}
/*this defines the footer of the page*/
#footer {
	background-color: #CCCCCC;
	width: 100%;
	float: left;
	border-top: 1px solid #FFCC00;
	border-bottom: 1px solid #FFCC00;
	margin-top: 5px;
}
#footer p {
	color: #043000;
	font-size: xx-small;
	padding: 0;
	margin: 0;
	text-align: center;
}
#footer a {
	color: #043000;
	text-decoration: underline;
}
#footer a:hover {
	color: #FFFF00
}#footer img {
	right: 5px;
	bottom: 5px;
	position: absolute;
	padding: 0px;
	left: 921px;
	top: 394px;
	width: 113px;
}
s
