body {
	float: left;
	color: #000;
	padding: 0px;
	font-family: arial, verdana, helvetica, sans-serif;
	font-size: x-small; /* False value */
	voice-family: "\"}\""; 
	voice-family:inherit;
	font-size: small;	/* Compliant value */
}
html>body	{
	font-size: small; /* Be nice to Opera */	
} 
h1 {
	font-family: arial, verdana, helvetica, sans-serif;
	font-size: 150%;
	font-weight: bold;
	color: #ee6509;
	padding: 0;
	margin: 0;
}
h2 {
	border-width: 0 0 2px 0;
	padding: 0 0 1px 0;
    color: #408e3e;
	background: #000;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 1.5em;
	line-height: 14px;
	font-weight: bold;
	margin: 10px 10px 10px 0;
}
h3 {
	font-family: arial, verdana, helvetica, sans-serif;
	font-size: 1.3em;
	font-weight: bold;
	color: #666;
}
h4 {
	font-family: arial, verdana, helvetica, sans-serif;
	font-size: 1.1em;
	font-weight: bold;
	color: #333;
}
.hidden-logo{
	float: right;
	width: 215px;
	display: inline;
}
#wrapper {
	float: left;
	display: inline;
	width: 100%;
	text-align: left;
}
#identity-container, #banner, #identity, #map, #navigation {
	display: none;
}
#main-frame {
	float: left;
	display: inline;
	width: 100%;
	overflow: hidden;
	padding: 0;
	color: #000;
}
#footer {
	float: left;
	clear: both;
	width: 608px;
	height: 40px;
}
#footer p {
	margin-left: 40px;
	font-size: x-small;
	color: #666;
}
.required {
	color: #f00;
}