@charset "utf-8";
/* CSS Document */

.contentarea{
	margin: 10px;
}

.topNav {
	position: relative;
	}
.topNav #menu{
	position: absolute;
	top: -55px;
	left: 200px;
	z-index: 5;
	}
#toptext{
	position: relative;

	}
	
#toptext2{
	position: absolute;
	top: 5px;
	left: 214px;
	width: 345px;
	height: 75px;
	}

#toptext3{
	position: absolute;
	top: 3px;
	left: 540px;
	width: 225px;
	height: 75px;
	text-align:right;
	font-size: 10px;
	}
	
		
#cblock {
	padding: 5px;
	line-height: 1.65em;
	}

#cblock a {
	color: #ffffff;
	text-decoration:underline;
	}
	
#cblock a:hover {
	color: #ffffff;
	text-decoration: none;
	}
		
#contentarea {
	padding: 10px;
	}

#head1 {
	color: #2c9a5c;
	font-weight: bold;
	}

	/*nav rollover

div.transON  {
	width: 130px;
	height: 130px;
	background-color: silver;
	border:1px solid #e27204; 
	}
div.transOFF {
	width: 130px;
	height: 130px;
	background-color: #000000;
	border:1px solid #e27204; 
	opacity:.80;
	filter: alpha(opacity=80); 
	-moz-opacity: 0.8;
	}
*/	