﻿body {
	font-family: Palatino Linotype, Times New Roman, Times, serif;
	text-align: center;
	background-color: white;
	line-height: 1.15em;
}

* 
{
    padding: 0px;
    margin: 0px;
}

a, a.link
{
    color: #003399;
    text-decoration: none;
}

a:hover {
  color:#c60;
  text-decoration:underline;
  }

#container 
{
    margin-top:20px;
    margin-bottom: 20px;
    width: 800px;
    text-align: center;
    border: solid 1px #4AA02C;
    background-color: #347235;
}

#header 
{
    background-color: #347235;
    color: white;
	width: 780px;
	height: 110px;	
	padding: 10px;
	padding-bottom: 0px;
	line-height: normal;
}

#menu {
	background-color: #347235; 
	/* background-color: #276fda; */
	color: white;
	float: left;
	width: 140px;
	height: auto;
	padding: 0px;
	overflow: hidden;
	text-align: left;
	line-height: 2em;
}

#tmenu
{
    vertical-align: top;
    background-color: #347235;
    border-bottom: dotted 1px #C3FDB8;  
    border-top: dotted 1px #C3FDB8;    
}

#main {
	background-color: white;
	color: Black;
	float: left;
	width: 640px;
	height: auto;
	min-height: 500px;
	text-align: left;
    padding: 10px;
    padding-bottom: 0px;
	overflow: hidden;
}

#main a
{
    color: #2554C7;
}

#footer 
{
    background-color: #347235;
	color: white;
	width: 790px;
	height: 120px;
	overflow: hidden;
	text-align: left;
	padding: 5px;
	padding-bottom: 0px;	
	font-size: small;
}

a.link
{
    color: white;
}

a.nav, a.nav:link, a.nav:visited
{
    display: block;
    width: 140px;
    height: 30px;
    border-top: dotted 1px #C3FDB8;
    padding-left: 10px;
    line-height: 30px;
        
	font-weight: bold;
	font-size: larger;
	
	color: white;
}

a.nav:hover
{
    background-color: #4AA02C;
    color: white;
}

#navb 
{
    border-bottom: dotted 1px #C3FDB8;
}

#navt
{
    border-top: none;
}


.maintext 
{
    color: Black;
    font-size: medium;
}

.mhead
{
    color: Black;
    font-weight: bold;
    text-decoration: underline;
}

.mindent
{
    color: Black;
    padding-left: 1em;
}

.clear 
  {
    clear:both;
    height:0px;
    overflow:hidden;
  }