/* Colors:
#006B3F Green Hope Green
#8C2633 Maroon
#00FF00 Bright Green
#FFFFCC Almost White
#66CC66 Light Green
#BC8F8F Rosey
*/

body
	{
	margin: 0px;
	background-color: #006B3F;
	font-family: Verdana;
	}
#container
	{
	background-color: #006B3F;
	}
#header
	{
	position: relative;
	min-width: 800px;
	margin-left: 180px;
	padding-left: 8px;
	padding-top: 5px;
	padding-bottom: 5px;
	font-family: Verdana, Helvetica;
	font-size: 25px;
	font-weight: bold;
	}
#logo
	{
	position: absolute;
	top: 10px;
	left: 10px;
	}
#hmenu
	{
	position: relative;
	min-width: 800px;
	color: black;
	background-color: #8C2633;
	margin-left: 180px;
	margin-right: 0px;
	border-left: solid 1px black;
	border-bottom: solid 1px black;
	border-top: solid 1px black;
	}
#hmenu a
	{
	text-decoration: none;
	line-height: 40px;
	color: black;
	padding-left: 15px;
	}
#hmenu a:hover
	{
	text-decoration: underline;
	color: #00FF00;
	}
#navigation
	{
	position: absolute;
	top: 160px;
	left: 0px;
	padding: 5px;
	width: 170px;
	}
#navigation .linkbox
	{
	margin-bottom: 15px;
	}
#navigation .linkbox h2
	{
	margin-bottom: 5px;
	margin-top: 5px;
	margin-left: -5px;
	margin-right: -5px;
	padding-left: 5px;
	text-transform: uppercase;
	background-color: #8C2633;
	font-size: 12px;
	border-top: solid 1px black;
	border-bottom: solid 1px black;
	}
#navigation .linkbox a
	{
	text-decoration: none;
	color: #66CC66;
	}
#navigation .linkbox a:hover
	{
	text-decoration: underline;
	font-weight: bold;
	color: #00FF00;
	}
#main
	{
	margin: 0px;
	}
#content
	{
	background-color: #FFFFCC;
	margin-left: 180px;
	margin-top: 0px;
	padding: 10px;
	border-left: solid 1px black;
	min-height: 600px;
	}
#content h1
	{
	position: relative;
	margin-top: 5px;
	margin-bottom: 5px;
	font-size: 20px;
	padding: 3px;
	}
#content h2
	{
	position: relative;
	margin-top: 10px;
	margin-bottom: 10px;
	font-size: 16px;
	padding: 3px;
	}
#content h3
	{
	position: relative;
	margin-top: 10px;
	margin-bottom: 10px;
	font-size: 12px;
	padding: 3px;
	}
#content p
	{
	position: relative;
	}
#content p.headline
	{
	position: relative;
	font-size: 16px;
	font-weight: bold;
	}
#content p.caption
	{
	position: relative;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	}
#content a
	{
	text-decoration: underline;
	color: black;
	}
#content a:hover
	{
	text-decoration: underline;
	color: blue;
	}
#content img
	{
	position: relative;
	float: left;
	margin: 5px;
	}
#content img a
	{
	text-decoration: none;
	}
#content img.put
	{
	position: absolute;
	float: left;
	margin-top: -1px;
	}
#content th
	{
	font-size: 12px;
	font-style: italic;
	}
#content tr.season2006 td
	{
	text-align: center;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 10px;
	}
#content tr.green td
	{
	background-color: #66CC66;
	}
#content tr.rosey td
	{
	background-color: #BC8F8F;
	}
#content tr.topgreen td
	{
	background-color: #66CC66;
	vertical-align: top;
	}
#content tr.toprosey td
	{
	background-color: #BC8F8F;
	vertical-align: top;
	}
#content ul
	{
	list-style-image: url('files/arrow1.gif');
	}
#content ul.nobullet
	{
	list-style-image: none;
	list-style-type: none;
	}
#content ol
	{
	}
#content .gallery
	{
	position: relative;
	float: left;
	}
#content .thumbnail img
	{
	border: 0px;
	height: 70px;
	}
#content .thumbnail span
	{
	position: absolute;
	left: 0;
	background-color: #BC8F8F;
	visibility: hidden;
	color: black;
	text-decoration: none;
	}
#content .thumbnail span img
	{
	border: 0px;
	height: 350px;
	}
#content .thumbnail:hover span
	{
	top: 0;
	visibility: visible;
	}
#footer
	{
	margin-top: 50px;
	font-size: 10px;
	border-top: solid 1px black;
	padding: 3px;
	}

