   
body {
	background: #cabe96 url(images/background.jpg);
	font-size: 11pt;
	font-family: Verdana, Geneva, sans-serif;
	color: #000000;
}		
p {
	font-size: 10pt;
}
.header {font-size:11pt;
			font-weight:bold;
			color:#035b03
			}
.borders {
	border: thin solid black;
	font-size: 8pt;
}
 
#main {
	width: 775px;
	margin-left: -462px;
	position: absolute;
	left: 50%;
	background-color: #035b03;
}

#left {
	width: 95px;
	float: left;
	text-align: center;
}
#right {
	width: 679px;
	float: right;
	overflow: hidden;
}
#bottom {
	border: thin solid black;
	width: 773px;
	font-size: 8pt;
	text-align: center;
	background-color: #cabe96;
	clear: both;
}


#left a {
	font-size: 9px;
	color: #FFFFFF;
	text-decoration: none;
}


#sidebar {
	position: absolute;
	height: 300px;
	width: 100%;
	top: 0px;
}
td {
	font-size: 10pt;
}
td.smaller {
	font-size: 10pt;
}

#content {
	float: left;
	width: 679px;
	overflow: visible;
	background-color: #cabe96;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #014A01;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #005A00;
}
