body
{
	background-color: white;
	color: #003300;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 14px;
}

#header
{
	background: url(img/banner-tree.gif) no-repeat top left white;
	height: 150px;
	width: 1000px;
}

#main a:link, #main a:visited
{
	text-decoration: underline;
	color: #336633;
	background-color: inherit;
	text-align: center;
}

div.main a
{
	text-decoration: underline;
	color: #336633;
	background-color: inherit;
}


div.navitem a:link, div.navitem a:visited
{
	text-decoration: none;
	color: #336633;
	background-color: inherit;
	font-weight: bold;
}

div.navitem a:hover, div.navitem a:active
{
	text-decoration: underline;
	color: #336633;
	background-color: inherit;
	font-weight: bold;
}

/* color bar below the banner to match nav column */
div#top
{
	width: 1000px;
	height: 10px;
	color: inherit;
	background-color: #e0f0e0;
}

/* main content column */
div#main
{
	width: 1000px;
	padding: 0 10px;
}

/* heading in the main column */
.mainhead
{
	font-weight: bold;
	color: inherit;
	background-color: #e0f0e0;
	padding: 4px;
}

.subhead
{
	font-weight: bold;
	color: #669966;
	background-color: inherit;
	padding-left: 1em;
}

/* item in the main section */
.mainitem, div#main p
{
	padding-left: 1em;
}

/* navigation column */

td#nav
{
	color: inherit;
	background-color: #e0f0e0;
}

div.nav
{
	width: 150px;
	margin-top: 1em;
}

/* navigation item */
div.navitem
{
	font-size: 0.8em;
	padding: 3px 0;
	text-align: center;
}

