body {
	margin: 0;
	padding: 0;
	}
body, td {
	color: #3B3F42; /* dark grey */
	font : normal 9pt verdana, arial, helvetica, sans-serif;
	background-color: transparent; 
	}
tr .cream {
	background: #eee8c3; /* cream */
	}	
th {
	background: #A8A07A; /* tan */
	color: #000; 
	}

a	{ color: #55823F; /* dark green */ }

img	{ border: 0; }

#border {
	padding: 0;
	margin: 0;
	border-bottom: 1px solid #afb0b1; /* medium grey */
	}
#centerContainer {
	text-align: center;
	}
.small {
	font-size: 7pt;
	}
	
#printmessage {
	display: none;
	}		
	
/* Container */	
#container {
	width: 781px;
	margin: 10px auto 30px;
	background-color: #fff; /* white */
	text-align: left;
	}
	
/* Header Area */	
#header {
	width: 778px;
	height: 207px;
	}
#leftside {
	width: 587px;
	float: left;
	}
#top {
	height: 58px;
	}	
#top .logo {
	padding-top: 11px;
	padding-left: 13px;
	float: left;
	}
#top .fsc {
	padding-top: 8px;
	float: right;
	}
#treegraphic {	
	height: 101px;
	background: url(../images/layout_trees.jpg) no-repeat top #fff;
	clear: both;
	}
#navigation {	
	height: 32px;
	background: url(../images/layout_navigation_bg.gif) no-repeat top #fff;
	clear: both;
	}
#rightside {
	height: 207px;
	width: 191px;
	float: right;
	background: url(../images/layout_paperfan.jpg) no-repeat top #fff;
	}

	
/* Content Area */
#content {
	min-height: 356px;
	padding: 11px;
	padding-top: 0;
	width: 728px;
	clear: both;
	background: url(../images/layout_logo_bg.gif) no-repeat center #fff;
	}
#content h1 {
	color: #55823F; /* dark green */
	font-size: 16pt;
	margin-top: 0;
	margin-bottom: 0;
	}
#content h2 {
	font-size: 11pt;
	margin-bottom: 0;
	}
#content h3 {
	font: italic 11pt tahoma, arial, helvetica, sans-serif;
	margin: 0;
	margin-bottom: 15px;
	}
#content h4 {
	color: #55823F; /* dark green */
	font-size: 13pt;
	margin-top: 15px;
	margin-bottom: 4px;
	}
#content p {
	margin: 0;
	margin-top: 5px;
	}	

	
/* Administration Area */
#adminHome {
	float: right;
	padding-top: 3px;
	}	
#adminHome.off {
	color: #c0c0c0;
	}	
	
#content h2.administration {
	border-bottom: 1px solid #afb0b1; /* medium grey */
	padding-bottom: 5px;
	margin-bottom: 10px;
	color: red;
	}	
.statusMsg {
	padding-top: 10px;
	color: #ff0000; /* red */
	font-style:italic;
	}
	
/* Footer Area */
#footer {
	font-size: 8pt;
	width: 750px;
	margin-top: 25px;
	clear: both;
	border-top: 1px solid #4D4B4B;
	padding-top: 7px;
	}
#footer .copyright {
	padding-left: 11px;
	}	
#footer .terms {
	padding-right: 11px;
	float: right;
	}	
