/* ====================== */
/*        Main Page       */
body 
{
	background: #FFFFFF url('images/tree.jpg') no-repeat bottom left fixed;
	margin: 0 0 70px 0;
	padding: 0;
	font-family: Verdana, Arial, sans-serif;
	font-size: 0.95em;
	color: #000;
	line-height: 1.5em;
}

#maintableheader
{
	padding: 5px 0;
	color: #6C3600;
	font-size: 1.4em;
	letter-spacing: 2px;
	margin: 0;
	text-align: left;
	border-bottom: 1px solid #6C3600;
}

/* ====================== */
/*   Top of page links    */
#nav 
{
	padding: 0px 0px 0px 0px;
	margin: 0;
	font: bold 12px Verdana, sans-serif;
}
#nav a 
{
	padding: 0px 0px 0px 0px;
	margin: 0;
	border-bottom: none;
	text-decoration: none;
	color: #FFFFFF;
}
#nav a:link, a:visited, a:active 
{ 
    color: #FFFFFF; 
}
#nav a#current 
{
    color: #6C3600; 
}
#nav a:hover#current 
{
    color: #000000; 
}
#nav a:hover 
{
	color: #6C3600;
}

/* ---------------------- */

/* ====================== */
/*    Page Background     */
#container 
{
	background: transparent url('images/trans-background.gif') repeat;
	width: 800px;
	margin: 0 auto;
	padding: 0;
}
/* ---------------------- */

#content 
{
	margin: 0;
	padding: 10px 10px 10px 150px;
}

#footer 
{
	background: transparent;
	padding: 10px;
	text-align: right;
	font-size: 0.75em;
	clear: both;
}

/* ====================== */
/*       Text Links       */
a, a:visited, a:active 
{
	background: transparent;
	color: #79b579;
	text-decoration: none;
	font-weight: bold;
}
a:hover 
{
/*	border-bottom: 1px solid #b7eab6;
	border-top: 1px solid #b7eab6; */
	background: transparent;
	color: #6C3600;
}
/* ---------------------- */

/* ====================== */
/*       Main Header      */
#header 
{
 width: 740px;
 background:transparent;
 margin: 0 auto;
 padding: 0;
 height: 79px;
}

/* ====================== */
/*      Panel Header      */
h2 
{
	color: #6C3600;
	border-bottom: 1px solid #6C3600;
	margin: 0;
	padding: 10px 0 1px 0;
	font-size: 1.2em;
}	
/* ---------------------- */

/* ====================== */
/* Left hand button links */
#nav-menu ul
{
    list-style: none; 
    padding: 1;
    margin: 10;
}
#nav-menu li a
{
    background: url(images/button-background.gif) #fff bottom left repeat-x;
    height: 25px;
    line-height: 22px;
    float: left;
    width: 140px;
    display: block;
    border: 1px solid #6C3600;
    color: #6C3600;
    text-decoration: none;
    text-align: center;
}
#nav-menu
{
    width:230px;
}
/* ---------------------- */
#nav-menu-container
{
    position: absolute; 

    height:200px; 
    left: 5%; 
    top: 158px; 
    width:135px;
/*    border-top: 1px solid #6C3600; */
/*    border-left: 1px solid #6C3600; */ 
}
.GreenYes {color: #009900}
.RedNo {color: #FF0000}
