﻿/*
#005900;
#008000;
#D6CD7E;
#BAB15D;
#767838;

*/
body 
{
    background-color: #BAB15D;
    font-family: 'Trebuchet MS';
    background-image: url(graphics/top-stripe.gif);
    background-repeat: repeat-x;
    background-position: top;
    text-align: justify;
    color: #005900;
    font-size: 12pt;
    padding:0;
    margin:0;        
    min-width: 800px;
}

h1
{
    font-size: 140%;
    font-weight:bold;
}
h2
{
    font-size: 115%;
    font-weight:normal;
}
h3
{
	font-size:100%; 
	text-indent:1em;	
}
#logo
{
    float:left;    
}
#menu
{
    color: #008000;
    font-weight: bold;
    line-height: 1.5;
    background-image: url(graphics/tree.jpg);
    background-repeat: no-repeat;
    background-position: top;
    width:200px;
    padding-top:250px;
    float:right; 
    min-height: 350px;   
}
ul li
{
    list-style: none;
}
#menu ul
{    
    margin-left: 0;
    text-transform: uppercase;
}

#content
{
    clear:left;
    margin-right: 240px;    
    margin-left:50px;
    padding: 5px;
    padding-bottom: 50px;
}
#content li
{
    padding-bottom: 1em;
}

img
{
    border: 0px;
}
a
{
    text-decoration:none;
    color: #008000;
    font-weight: bold;    
}
a:hover
{
    border-bottom: 1px dashed;
}

#design
{
    clear: both;
    text-align: right;
    width: 100%;
    position: relative;
    bottom : 10px;
    right: 10px;
}
#footer
{
    color: #767838;
    font-size: 80%;
    text-align: center;
}
.bullet li
{
	list-style-type:disc;
	list-style-position:inside;
}