html { 
  padding:0px;
  margin:0px;
}

body {
	background-color: #C5E3B8;
	font-size: 12px;
	font-family: "Lucida Bright", Verdana, Arial, SunSans-Regular, Sans-Serif;
	color:#564b47;
	padding:0px;
	margin:0px;
}
#header {
	width: 90%;
	height: 200px;
	margin-top: 40px;
}
#header h1 {
	color: #257303;

}
#header h2 {
	color: #257303;
}

#content {
	width: 75%;
	border-top: 2px solid #564b47;
	border-left: 2px solid #564b47;
	border-right: 2px solid #564b47;
	border-bottom: 2px solid #564b47;
	padding: 30px;
	background-color: #ffffff;
	text-align : left;
}
ul#navlist {
	list-style-type: none;
	padding:0;
	margin: 0;

 }
ul#navlist li{
margin: 0;
padding: 0 5px 0 0 ;
width: 6 em;
display: inline;
float: left;
position: relative;
}
p {
	font-size: 15px;
}
ul#navlist li a{
padding: 0.2em .5em;
}

th {
	font-size: 18px;
	text-align: center;
	font-weight : bold;		
}
td {

}
.long {
	text-align: center;
	font-size: 14px;
	background-color: #A6DDFA;
}
.short {
	text-align: center;
	font-size: 14px;
	background-color: #F8C1D0;
}
.odd {
	text-align: right;
	font-size: 16px;
	border-top: 2px solid #564b47;
	border-left: 2px solid #564b47;
	border-right: 2px solid #564b47;
	border-bottom: 2px solid #564b47;
}
.even {
	text-align: right;
	font-size: 16px;
	border-top: 2px solid #564b47;
	border-left: 2px solid #564b47;
	border-right: 2px solid #564b47;
	border-bottom: 2px solid #564b47;
	background-color: #C5E3B8;}
.small {
	font-size: 12px;
}
.mid {
	font-size: 16px;
}
.big {
	font-size: 18px;
	font-weight : bolder;		
}

a.nvlst {
	width: 132px;
	padding: 4px;
	color: #eeeeff;
	font-size: 16px;
	background-color: #257303;
	text-decoration: none;
	text-align: center;
}
a {
	color: maroon;
	font-size: 16px;
	background-color: none;
	text-decoration: none;
	text-align: center;
}

.normal {
	color: maroon;
	font-size: 16px;
	background-color: none;
	text-decoration: none;
	text-align: center;
}

a.nvlst:hover{
	background-color: #8CCB71;
}

a#active{
	background-color: #8CCB71;
	font-weight : bolder;
	font-size : 140%;
}

.xl {
	font-size: 23px;
	background-color:transparent;
	text-decoration: none;
}

.xl:hover{
	color : #804000;
}

h3 {
font-size:14px;
color: #564b47;
background-color: transparent;
	}

h2 {
	font-size:24px;
	color: maroon;
	text-align: center;
	}

h1 {
	font-size: 38px;
	text-align: center;
	color: #257303;
}

strong {
	font-weight : bolder;
}

em{
	font-style: italic;
	color : #400000;
	font-weight : bold;
}
ul
{
	border: 0;
	margin: 0px 0px 0px 60px ;
	padding: 0;
}
blockquote {
{
	border: 0;
	margin: 0px 0px 0px 60px ;
	padding: 0;
}
}
#left {
	position: absolute;
	left: 0px;
	width: 290px;
	color: #564b47;
	margin: 0px;
	padding: 0px;
	text-align : right;
}

#right {
	position: absolute;
	right: 0px;
	width: 200px;
	color: #564b47;
	background-color: #ff99cc;
	margin: 0px;
	padding: 0px;
	text-align : center;
}

.hdcol {
	color: #385014;
}
.tan {
    color: #9D882D;
}  
.maroon {
	color: maroon;
	font-size:15px;
	font-weight : bold;
}

.floatleft
{
float: left;
margin: 0 0 10px 10px;
padding: 2px;
}
.floatright
{
float: right;
margin: 0 0 10px 10px;
border: 1px solid #666;
padding: 2px;
}

