/* MAIN CLASSES */
body {
	height: 														100%;
	margin:														0px;
	padding: 													0px;
	width: 															100%;

	background-color:							#999999;
	color:																#FFFFFF;
}
#richtext {
	background-color:	            #CCCCCC;
	color: 															#666666;
	font-family:											Verdana, Arial, Helvetica, sans-serif;
	font-size:													10px;
}
#splash {
	position:													absolute;
	top:																	60px;
	left:																	30px;
	width:															830px;
	height:														50px;
	z-index:														0;
}
#top {
	position:													absolute;
	top:																	30px;
	left:																	30px;
	width:															830px;
	height:														50px;
	z-index:														1;

	background-color:	            #666666;
	border-style: 										solid;
	border-width:										0px;
	border-left-width:							2px;
	border-right-width:						2px;
	border-top-width:							2px;
	border-color: 										#FFFFFF;
	color: 															#CCCCCC;
}
#left {
	position:													absolute;
	top:																	80px;
	left:																	30px;
	width:															150px;
	height:														381px;
	z-index:														0;

	padding:													2px;

	background-color:	            #666666;
	background-image: 					url(/images/left/LEFTtrees.jpg);
	background-repeat: 					no-repeat;
	background-position: 				center bottom;
	border-color: 										#FFFFFF;
	border-style: 										solid;
	border-bottom-width:					2px;
	border-left-width:							2px;
	border-right-width:						2px;
	border-top-width:							2px;
	border-top-color:								#666666;
	color: 															#CCCCCC;
	font-family:											Verdana, Arial, Helvetica, sans-serif;
	font-size:													10px;
}
#content {
	position:													absolute;
	top:																	81px;
	left:																	181px;
	width:															675px;
	height:														380px;
	overflow:													auto;
	z-index:														2;
	
	padding:													2px;
	
	background-color:	            #CCCCCC;
	background-position:					right bottom;
	background-repeat:						no-repeat;
	border-color: 										#FFFFFF;
	border-style: 										solid;
	border-bottom-width:					2px;
	border-left-width:							2px;
	border-right-width:						2px;
	border-top-width:							2px;
	color: 															#666666;
	font-family:											Verdana, Arial, Helvetica, sans-serif;
	font-size:													10px;
}
#navigation {
	position:													absolute;
	top:																	10px;
	left:																	680px;
	width:															180px;
	height:														20px;
	z-index:														4;
}
#heading {
	float:																right;
	width:															300px;
	height:														50px;
}
#lowernav {
	position:													absolute;
	top:																	470px;
	left:																	30px;
	width:															830px;
	height:														20px;
	z-index:														4;
	
	font: 																9px Verdana, Arial, Helvetica, sans-serif;
	color: 															#CCCCCC;
	letter-spacing: 									2px;
	text-align: 												center;
}
#copyright {
	position:													absolute;
	top:																	485px;
	left:																	30px;
	width:															830px;
	height:														20px;
	z-index:														4;
	
	font: 																9px Verdana, Arial, Helvetica, sans-serif;
	color: 															#CCCCCC;
	letter-spacing: 									2px;
	text-align: 												center;
}
.navlink:hover {
	color: 															#666666;
	background: 										#333333;
}
a {
	color: 															#333333;
	text-decoration: 								underline;
}
a.leftnav {
	display:														block;
	
	color: 															#CCCCCC;
	background: 										#666666;
	text-decoration: 								none;
	font: 																9px Verdana, Arial, Helvetica, sans-serif;
	letter-spacing: 									2px;
	text-align: 												right;
}
a.leftnav:hover {
	display:														block;
	
	color: 															#666666;
	background: 										#999999;
	text-decoration: 								none;
	font: 																9px Verdana, Arial, Helvetica, sans-serif;
	letter-spacing: 									2px;
	text-align: 												right;
}
a.leftnavselected {
	display:														block;
	
	color: 															#666666;
	background: 										#CCCCCC;
	text-decoration: 								none;
	font: 																9px Verdana, Arial, Helvetica, sans-serif;
	letter-spacing: 									2px;
	text-align: 												right;
	font-weight: 											bold;
}
div.date	{
	clear:																both;
	font-style:												italic;
	text-align:												right;
}
img.title {
	border-color: 										#FFFFFF;
	border-style: 										solid;
	border-width:										0px;
	border-left-width:							2px;
}
img.whiteline {
	position:													absolute;
	z-index:														3;
}
.TDdefault {
	color: 															#666666;
	font-family:											Verdana, Arial, Helvetica, sans-serif;
	font-size:													10px;
	padding:													2px;
}
.FORMtextbox {
	width:															400px;
	color: 															#CCCCCC;
	background-color:							#666666;
	border-color:										#999999;
	border-style:										solid;
	border-width:										1px;
	font-family:											Verdana, Arial, Helvetica, sans-serif;
	font-size:													10px;
}
