﻿body{
	background-color: #CAC8AE;
	font-family: "Gill Sans MT";
}

.tableBody{
	margin-top:100px;
	/*border: 0px;*/
	border-collapse:collapse;
	/*border: 1px solid black;*/
	width: 800px;
	height: 550px;
	border: 1px solid  #9DA071;
}

.tableNav{
	height: 20px; 
	width: 222px; 
	border-right: 1px solid #9DA071; 
	border-bottom: 1px solid #9DA071; 
	background-color: White;
	text-align: center;
	font-family: "Gill Sans MT";
	/*font-weight: bold;*/
	font-size: 8pt;
}

.sideBanner{
	width: 128px;
	border-right: 1px solid #9DA071;
	background-color: white;
	background-image: url('../images/side_banner.jpg');
}

.banner{
	height: 50px;
	background-color: #9DA071;
	text-align: center;
	font-family: "Gill Sans MT";
	font-size: 26pt;
	font-weight: bold;
	color: white;
	margin-bottom: 0px;
}

a{
	color: #9DA071;
	font-size: 10pt;
	font-weight: bold;
	text-decoration: none;
}

a.link:hover{
	/*background-color: #E1E1D6;*/
	text-decoration: underline;
}

ul{
	margin-top: 0px;
}

LI.list1 {list-style: disc; color: #9DA071; font-size:10pt}