body
	{
		color:#000000;
		background-color:#cfd9bb;
		font-family:Arial, Helvetica, sans-serif;
		font-weight: normal;
		font-size:  12px;
		text-decoration: none;
		border: none;
	}
.titlebar {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-style: italic;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	color: #c99492;
}
h1 {color:#5E7830;}
h2 {text-decoration:underline; color:#5E7830}
table{border-color:#5E7830;}
tr{border-color:#5E7830;}
ul{color:#5E7830;}
strong{color:#336600;}
td
	{
		font-size:  11px;
		color: #000000;
		border-color:#5E7830;
	}
.footer_text
	{
		font-size: 10px;
		font-style:italic;
	}
	
.left_nav {
        font-family: Verdana, Arial, Helvetica, sans-serif;
        margin: 0;
        font-size: 80%;
        font-weight: bold;
        
        }

ul {
        list-style: none;
        margin: 0;
        padding: 0;
        }

/* =-=-=-=-=-=-=-[Menu One]-=-=-=-=-=-=-=- */

#menu {
        width: 200px;
        border-style: solid solid none solid;
        border-color:#5E7830;
        border-size: 1px;
        border-width: 2px;
       	margin: 10px;
        }

#menu li a {
        height: 32px;
          voice-family: "\"}\"";
          voice-family: inherit;
          height: 24px;
        text-decoration: none;
        }

#menu li a:link, #menu li a:visited {
        color: #5E7830;
        display: block;
        background: url(../images/menu1.gif);
        padding: 8px 0 0 10px;
        }

#menu li a:hover, #menu li #current {
        color: #26370A;
        background: url(../images/menu1.gif) 0 -32px;
        padding: 8px 0 0 10px;
        }

#menu li a:active {
        color: #26370A;
        background: url(../images/menu1.gif) 0 -64px;
        padding: 8px 0 0 10px;
        }
		

