/* CSS Document
* reset all browsers to a base starting point */

small, strike, strong, sub, sup, tt, var,
dd, dl, dt, li, ol, ul,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: inherit;
	font-style: inherit;
	font:normal;
	font-size:1.003em;
	line-height: 1.2em;
	font-family: inherit;
	text-align: left;
}

html{
	font-family: Arial, Helvetica, Tahoma, Verdana, Geneva, sans-serif;
	font-size: 89%;
	font-weight:normal;
	line-height:1.5em;
	color:#067652;
	background-color:#067652;
	height:100%;
}

li li {margin-left: 15px;}

table.border {border:solid 1px black}
	table.border td {border:solid 1px black}

a:visited {
	color:#666; /* grey */
	text-decoration:none;
}
	a:hover {
		
	color:brown; /* brown */
	text-decoration:none;
	}
	a:active {
		color:#006666; /* bluegreen*/
		text-decoration:none;
	}
	a:link {
		color:#fff; /*white */
		color:blue; /*white */
		text-decoration:none;
	}
	a.fakelink {
	text-decoration:underline;
	cursor:pointer;
}

h1 {
	margin-bottom:17px;
	font-size:125%;
	color:#066432;
	margin-top: 20px;
}

h2 {
	margin-bottom:17px;
	font-size:120%;
	color:#066432;
}

h3 {
	margin-bottom:17px;
	font-size:115%;
	color:#066432;
}

h4 {
	margin-bottom:17px;
	font-size:110%;
	color:#066432;
}

h5 {
	margin-bottom:17px;
	font-size:105%;
	color:#066432;
}

h6 {
	margin-bottom:17px;
	margin-top:1.5px;
	font-size:100%;
	color:#066432;
	text-align:center;
}

form {padding-left:5px;}
	form td.align {
		text-align:right;
		padding-right:15px;
		line-height:1.25em;
	}

#header {
	text-align:center;
	background: url(images/top910.gif) #f9e9ac top left no-repeat;
	padding-top:5px;
	width:910px;
	margin-left:auto;
	margin-right:auto;
}
	#treeImage_top {
		position:relative;
		top:60px;
		left:-300px;
		margin-top:-300px;
		z-index:1;
	}
	#treeImage_bottom {
		position:relative;
		top:245px;
		left:-605px;
		margin-top:-300px;
		z-index:1;
	}
	#headerImage {margin-left:120px;}

#ribbon{
	width:100%;
	background:url(images/navBkgrnd.gif) top left repeat-x;
	text-align:center;
	color:#FFF;
	font-size:14px;
	font-weight:bold;
	position:relative;
	height:47px;
}
	#ribbon ul{
		list-style:none;
		float:left;
		position:relative;
		left:50%;
	}
	#ribbon ul li{
		position:relative;
		display:inline;
		float:left;
		padding:15px 16px;
		left:-50%;
	}
		#ribbon ul li.a, #ribbon li.a li {background-color:#f68302;}
		#ribbon ul li.b, #ribbon li.b li {background-color:#1f6ff5;}
		#ribbon ul li.c, #ribbon li.c li {background-color:#1b58bd;}
		#ribbon ul li.d, #ribbon li.d li {background-color:#06af56;}
		#ribbon ul li.e, #ribbon li.e li {background-color:#6e06ef;}
		#ribbon ul li.f, #ribbon li.f li {background-color:#f9da08;}
		#ribbon ul li.g, #ribbon li.g li {background-color:#421ff5;}
	#ribbon li ul {
		position: absolute;
		width: 10em;
		left: -999em;
		border:none;
		list-style-type: none;
		top:45px;
		z-index:3;
	}
	#ribbon li li {
		left:auto;
		border:solid 1px #000;
		width: 10em;
	}
	#ribbon li:hover ul {
		left: 5px;
		color:#036;
	}
	#ribbon li:hover {
		background-position: 0 0;
		color:#339;
	}
	#ribbon a:visited {
		color:#F9E9AC; /* beige */
		text-decoration:none;
	}
	#ribbon a:hover {
		color:#ffff33; /* yellow */
		text-decoration:none;
	}
	#ribbon a:active {
		color:#006666; /* bluegreen*/
		text-decoration:none;
	}
	#ribbon a:link {
		color:#fff; /*white */
		text-decoration:none;
	}
	#ribbon a.fakelink {
		text-decoration:underline;
		cursor:pointer;
	}
	
#bottom{
	margin-left:auto;
	margin-right:auto;
	width:910px;
}
	#bottomTable{
		border-collapse:collapse;
		width:100%;
	}
	#bottomTable td{vertical-align:top;}
	#content{
		width:730px;
		height:400px;
		background-color: #f9e9ac;
		padding:19px 20px 20px 35px;
	}
	#treespacer {
		width:20px;
		height:20px;
		float:left;
		margin-right:10px;
		border:solid 1px #f9e9ac; /* ie6 doesn't like transparent borders */
	}

#sSponsor{
	width:175px;
	background-color:#FFFFFF;
	margin-left:5px;
}
	#sSponsor ul {list-style:none;}
	#sSponsor ul li {text-align:center;}
	#sSponsor ul img {border:none;}
	
	#sSponsor a:link {
		color:blue;
		text-decoration:none;
	}
	#sSponsor a:visited {
		color:#666;
		text-decoration:none;
	}
	#sSponsor a:hover {	
		color:red;
		text-decoration:none;
	}
	#sSponsor a:focus {
		color:#333;
		text-decoration:none;
	}
	#sSponsor a:active {
		color:#066;
		text-decoration:none;
	}

#sponsors{
	background:url(images/bottom910.gif) #FFFFFF bottom left no-repeat;
	min-height:40px;
	width:910px;
	padding:0 10px;
	text-align:center;
}
	#sponsors ul {
		list-style:none;
		height:125px;
	}
	#sponsors ul li {
		text-align:center;
		float:left;
		line-height:125px;
	}
	#sponsors ul img {
		border:none;
		vertical-align:middle;
	}

#footer {
	text-align:center;
	color:white;
	padding-top:10px;
}
	#footer a:visited {
		color:#F9E9AC; /* beige */
		text-decoration:none;
	}
	#footer a:hover {
		color:#ffff33; /* yellow */
		text-decoration:none;
	}
	#footer a:active {
		color:#006666; /* bluegreen*/
		text-decoration:none;
	}
	#footer a:link {
		color:#fff; /*white */
		text-decoration:none;
	}
	#footer a.fakelink {
	text-decoration:underline;
	cursor:pointer;
	}

.tablehead {
	font-size:14px;
	font-weight:bold;
	border:solid 0px #000;
	border-bottom-width:1px;
	margin-bottom:10px;
}
.tablecontent p img{margin:5px 5px 3px 13px;}

table.alt, table.althorz {
	border:solid 1px #000;
	border-collapse:collapse;
}
	table.alt td, table.alt th, table.althorz th, table.althorz td {
		border:solid 1px #000;
		padding:0 3px;
	}
	table.alt th {
		background-color:#A55130;
		color:#FFF;
		font-weight:bold;
	}
	table.alt tr.a, table.althorz th {background:#EAE0B8;}
	table.alt tr.b, table.althorz td {background:#E0E5BA;}
