/*/////// text ///////*/
.header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #FFFFFF;
	text-decoration: none;
}
a:hover {
	color: #66CC00;
	text-decoration: none;
}
.default {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	text-decoration: none;
}
.greener {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	color: #00FF33;
	text-decoration: none;
}
.defaultLink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFCC00;
	text-decoration: none;
}
#counterArea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #009933;
}

/*/////// layers ///////*/
body {
	text-align: center;
	background-color: #006633;
	margin: 0px;
}
#heading {
	position: absolute;
	width: auto;
	left: 235px;
	top: 20px;
}
#container {
	position: relative;
	height: 800px;
	width: 750px;
	text-align: left;
	margin: 0 auto;
	top: 0px;
}
#navigationLayer {
	height: 300px;
	width: 200px;
	left: 0px;
	top: 100px;
	position: absolute;
}
#imageTop {
	position: absolute;
	height: 384px;
	width: 512px;
	left: 235px;
	top: 100px;
}
#cformTop {
	width: 512px;
	left: 235px;
	top: 100px;
	z-index: 1;
	position: absolute;
}
#textArea {
	position: absolute;
	height: auto;
	width: 750px;
	left: 0px;
	top: 505px;
}
#cform {
	position: absolute;
	margin-left: 180px;
	top: 0px;
	z-index: 4;
}
