/* dark green = 587d1c new 354f1e
   mid green = 89a063 
   light green = a8b98c
*/
* {
	color: #ffffff;
	font-size: 16px;	
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	border: hidden white 0px;
	border-padding: 0px;
	float: none;
	}

#page {
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	}

#topbar table {
	position: absolute;
	width: 800px;
	top: 170px;
	}
	
#topbar TD {
	font-size: 12px;
	font-weight: bold;
	width: auto;
	height: 30px;
	text-align: center;
	cursor: pointer;
	background-color: white;
	}

#sidebar {
	position: absolute;
	top: 200px;
	height: 550px;
	background-color: #354f1e;
	padding-top: 20px;
	}
	
#sidebar TD {
	width: 160px;
	font-size: 14px;
	font-weight: bold;
	text-align: right;
	cursor: pointer;
	padding: 5px 20px 5px 20px;
	color: #ffffff;

	}	

.buttonoff {
/*	 opacity: 0.60; */
/*	 filter: alpha(opacity=60); */

	 background-color: #354f1e;
	 }
	 
.buttonover {
	 background-color: #85a26a;
	 } 	 
	 
.buttonon {
	 background-color: #a8b98c;
	 }
 
/* this is where you add margin to make room for side bar and take that much margin off the width */

#content {
	position: absolute;
	margin-left: 200px;
	padding: 20px;
	top: 200px;
	width: 560px;
	height: 500px;
	vertical-align: top;
	background-color: #354f1e;
	}
	
#bottomlinks {
	position: absolute;
	top: 720px;
	margin-left: 200px; 
	height: 50px;
	width: 600px;
	font-size: 10px;
	background-color: #354f1e;
	text-align: center;
	line-height: 1em;
	float: none;
	font-size: 12px;	
	}
	
#copyright {
	font-size: x-small;
	text-decoration: none;
	}

	
A:link {
	color: #ffffff;
	font-size: 12px;
	}
A:visited {
	color: #ffffff;
	font-size: 12px;
	}
A:hover {
	color: #789d3c;
	font-size: 12px;
	}


