<html>
  <head>
    <meta content="text/html; charset=windows-1252" http-equiv="content-type">
    <link rel="alternate stylesheet" type="text/css" href="resource://gre-resources/plaintext.css"
      title="Wrap Long Lines">
  </head>
  <body>
    <pre>/* BASIC */
body {
	background: url(forest2.jpg) repeat;
	background-attachment: fixed;
	margin: 0;
	text-align: center;
}

p {
	padding: 0;
	margin-left: 2em;
	margin-top: 5em;
	font-family:  Arial;
	font-weight: strong;
	color: #006600;
	font-size: 120%;
}

/* BANNER */

#banner {
	position: fixed;<br>	left: 0;
	top: 0;
	text-align: center;	<br>width: 100%;
	background: url(forest2.jpg) repeat;
	background-attachment: fixed;
	}

#banner ul {
	margin: 0px;
	list-style: none;
}
#banner li {
	display: inline;
	margin-left: 10px;
	padding-right: 20px;
}
#banner li a {
	color: #006600;
	display: inline;
	text-decoration: none;
	text-transform: uppercase;
	font: 4.0em "Trebuchet MS";
}

#banner ul li a:hover {
	background: url(forest2dk.jpg);
}


/* NAV BAR */

#mainNav {
	position: fixed;
	top: 58px;
	left: 0;
	width: 100%
	}

#mainNav ul {
	margin: 0;
	padding: 0;
	list-style: none;
	background: url(forest2dk.jpg) repeat left top;
	text-align: center;
	line-height: 25px;
	border-bottom: 2px solid #006600;
	border-top: 2px solid #006600;
}

#mainNav li {
	display: inline;
	padding: 0;
	margin: 0;
	
}

#mainNav li a, #mainNav li a:link {
	color: #602020;
	text-decoration: none;
	padding: .5em 1em;
	border-right: 2px solid #006600;
	display: inline;
	padding: 4px;
	font: bold 1em "Lucida Grande", Verdana, Geneva, Lucida, Arial, Helvetica, sans-serif;
}

#mainNav li a:hover {
	background: url(forest2.jpg);
	border-bottom: 2px solid #006600;
	border-top: 2px solid #006600;
}

/* Wrapper */
#wrapper {
	width:100%;
	text-align: left;
	}

/* add margin: right 25em to set "table" for side by side display of slide show */
#mainpar {
	padding: 0;
	width: 400px;
	font-family:  Arial;
	font-weight: strong;
	color: #006600;
	font-size: 120%;
}

/* Repair of IE 5 and 6 hack on mactecie to remove space between nav bar and text */
.site {
	position: fixed;
	top: 110px;
	left: 10px;
	width: 400px;
	z-index: 1;
	}

/* IE 6 hack to make entire button clickable */
* html #mainNav a { width: 1px; }

.brown {
	font-size: 1.em;
	color: #8b4513;
	font-weight: bold;
	}
	
.blue {
	font-size: .5em;
	color: #563cff;
	font-weight: bold;
	}
	
.blueit {
	font-size: .5em;
	color: #563cff;
	font-weight: bold;
	font-style: ital;
	}
	
.small {
	font-size: .5em;
	font-weight: bold;
	}
	
.clear:after {
	content: ".";
	display: block;
	height: 0;
	font-size: 0;
	clear: both;
	visibility: hidden;
}
.clear {
	min-height: 1px;
}
* html .clear {
	height: 1px;
}

/* COPYRIGHT INFO */
#copyright {
	padding: 5px;
	border-top: 1px solid #000;
	background-color: #86B500;
	font-weight: bold;
	color: #000000;
}
</pre>
  </body>
</html>
