<!-- FAFA9E = light yellow, background -->
<!-- 080891 = navy blue, table boders -->
<!-- 194D19 = dark green, side links, section headers, and hovers -->

a:link{
	color: #194D19;
}
#body {
	background-color: #FAFA9E;
	font: 0.8em arial, 
        helvetica, sans-serif;
        margin: 0;	
	padding: 0;
   }


#top {
	background-color: #FAFA9E;
}
#top table{
	background-color:#FAFA9E;
	width="100%";
	align="center";
}

#header {
	background-color: #080891;
}
	
#headwrapper {
	width:100%;
}

#header ul {
	list-style: none;
	padding: 0;
	margin: 0;
	background: #808091;
	align: center;
	font-size: .85em;
   }
    
#header li {
	float: left;
	align: center;
	margin: 0 1em 0 0;
   }
    
#header a {
	text-decoration: none;
	display: block;
	width: 6em;
	padding: 0 0.5em;
	font-weight: bold;
	font-family: helvetica,sans-serif;
	color: black;
	border-bottom: 0.5em solid #080891;
	color: #080891;
}
	
#cell {
  background: #FFFFFF;
  padding: 0.5em;
  margin: 0em;	

}
#cell a:link{
	color:#194D19;
	text-decoration:none;
}

#cell a:visited{
	color:#194D19;
	text-decoration:none;
}


#header a:hover {
	color: #194D19;
	border-color: #194D19;
}
	
#header #selected {
	color: #194d19;
	padding-bottom: 2px #194d19;
	font-weight: bold;
	border-color:#194d19;
	border-bottom: 0.5em solid #194d19;
}
	
#content {
	clear: both;
	color: black;
	border-top: 2px solid #FAFA9E;
	background: #FAFA9E;
	padding: 1em;
}
#content td{
	background-color:#080891;
}
	
#content p {
	margin: 0 0 1em 0;
	background: #FAFA9E;
}

#content a:link {
    text-decoration: none;
    color: #194D19;
}
#content a:visited {
    text-decoration: none;
    color: #194D19;
}
#events {
    color: #194D19;
    font-size: 1.2em;
    font-weight: bold;
    font-family: helvetica,sans-serif;
    width:185px;
}
#events table {
	valign:top;
	border-padding:8px;
	border-spacing:8px;
}
#events td {
	height:25px;
	width:155px;
	valign:center;
	background-color:#FAFA9E;
}
#events #a:hover {
  color: #080891;
}
#events a:link {
    color: #194D19;
    text-decoration: none;
    font-size: 1.2em;
    font-weight: bold;
}
#events a:visited {
    text-decoration: none;
    color: #080891;
    font-size: 1.2em;
    font-weight: bold;
}
#linktable {
    color: #194D19;
    font-size: 1.2em;
    font-weight: bold;
    font-family: helvetica,sans-serif;
    width:185px;
}
#linktable table {
	valign:top;
	border-padding:8px;
	border-spacing:8px;
}
#linktable td {
	height:25px;
	width:155px;
	valign:center;
	background-color:#FAFA9E;
}
#linktable td:hover {
	background-color:#080891;
}
#linktable a:link {
    color: #194D19;
    text-decoration: none;
    font-size: 1.2em;
    font-weight: bold;
}
#linktable a:visited {
    text-decoration: none;
    color: #194D19;
    font-size: 1.2em;
    font-weight: bold;
}
#trailer {
    text-align: center;
    color: #194D19;
	text-decoration: none;
	font-weight: bold;
	font-size: .75em;
	font-family:helvetica,sans-serif;
}
#trailer a:link {
	color: #194D19;
	text-decoration: none;
	font-weight: bold;
}
#trailer a:visited {
	color:#194D19;
	text-decoration: none;
	font-weight: bold;
} 	

h1 {
	margin: 0;
	padding: 0.5em 0 1em 0.5em;
	color: #194D19;
	font-size: 1.5em;
}
