* {
	font-family: 11px Arial, Helvetica, sans-serif; font-size: small;
}
.clearfix:after {    content: ".";    display: block;    height: 0;    clear: both;    visibility: hidden;}* html .clearfix {height: 1%;}
body, html {
	background-color: #003300;
	margin: 0;
	padding: 0;
	text-align: center;
	height: 100%;
	font-family: Arial, Helvetica, sans-serif; font-size: 11px;
}
a, img {
	text-decoration: none;
	border: 0;
}
a:hover {
	text-decoration: none;
	color: green;
}
p {
	display: block;
}
#FCKeditor {
	width: 100%;
	height: 100%;
}
#wrapper {
	background-color: white;
	margin:0 auto;
	width: 778px;
	text-align: left;
	min-height: 100%;
}
html #wrapper { 
	width: 778px; 
	background-color: white;
}
#footer 
{ 
	margin:0 auto;
	width: 778px;
	background-color: white;
}
#content {
	margin: 0 10px 0 10px;
	width: 755px;
	background-color: white;
}
#header {
	display: block;
	list-style: none;
	width: 778px;
	height: 205px;
	z-index: 2;
}
#header img {
	display: block;
	position: absolute;
	margin: 0;
	z-index: 2;
}
#subheader {
	display: block;
	text-decoration: none;
	margin: 0;
	width: 778px;
	height: 120px;
	z-index: 1;
}
#subheader img {
	display: block;
	position: absolute;
	margin-top: -15px;
	border: 0px;
	z-index: 1;
}

#utility {
	position: absolute;
	z-index: 3;
	margin-top: 163px;
	margin-left: 290px;
	height: 20px;
	width: 450px;
	overflow: hidden;
}
#utility ul {
	float: left
	margin: 0;
	font-weight: bold;
}
#utility li {
	display: inline;
	list-style: none;
	padding: 0 4px;
	z-index: 3;
}
#utility li#ut-home {border: none}
#utility li a { color: #ffffff; font: 15px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;}
#utility li a:hover { color: yellow; }

#controls {
	height: 20px;
	overflow: hidden;
	margin: 0 10px 0 10px;
}