body {
	margin: 0;
	padding: 0;
	font: 11px/14px verdana, helvetica, arial, sans-serif;
	color: #000;
	background-color: #def;
	}
.page {
	background-color: #fff;
	border: 1px solid #fff;
	width: 1020px; /* ie5win fudge begins */
	voice-family: "\"}\"";
	voice-family:inherit;
	width: 1000px;
}
html>body .page {
	width: 1000px; /* ie5win fudge ends */
	}

/* BASIC STYLES */

/* Link styles */

a {
	text-decoration: none;
	color: #69d;
	}
a:visited {
	color: #69d;
	}
a:active {
	color: #147;
	}
a:hover {
	text-decoration: underline;
	}

/* Text styles */

p {
	margin: 0 0 10px 0;
	}
p.nospace {
	margin: 0 0 2px 0;
	}
p.indent {
	padding-left: 10px;
	}
p.small {
	font-size: 9px;
	line-height: 10px;
}
p.large {
	font-size: 12px;
	font-weight: bold;
}
.footer p {
	padding: 5px 0 0 0;
	}
img {
	border: 0;
	}
h3 {
	font-weight: normal;
	font-size: 18px;
	line-height: 18px;
	color: #147;
	padding-left: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	margin-bottom: 10px;
	margin-top: 10px;
	}
.header h3 {
	font-weight: normal;
	color: #fff;
	margin: 0;
	padding: 5px 0;
	}
h4 {
	font-size: 10px;
	line-height: 14px;
	text-transform: uppercase;
	color: #444;
	padding: 10px 0 7px 0;
	margin: 0 0 0 0;
	}
h4.reverse {
	background-color: #444;
	color: #fff;
	}
.footer h4 {
	padding: 5px 0 0 0;
	}
ul.nobullets {
	margin-top: 0px;
	list-style: none;
	margin-left: 0;
	padding-left: 20px;
	text-indent: -20px;
	}
li.spaced {
	padding: 0 0 15px 0;
}


/* visibility styles */

.off {
	display: none;
	}
.hide {
	visibility: hidden;
	}



/* LAYOUT */
	
	
/* Page content styles */	

#content {
	float: left;
	padding: 0;
	margin: 25px;
	width: 1020px;
	background-color: #fff;
	}

/* Header styles */
.header {
	float: left;
	padding: 0 10px 0 10px;
	border-bottom: 1px solid #147;
	background-color: #147;
	height: 40px;
	width: 1020px;
	voice-family: "\"}\"";
	voice-family:inherit;
	width: 1000px;
	}
html>body .header {
	width: 1000px; /* ie5win fudge ends */
	}
.headerbox {
	float: left;
	vertical-align: center;
	padding: 5px 10px 5px 10px;
	height: 40px;
	margin: 0 10px 0 10px;
	}

.menubar {
	float: left;
	padding: 0 10px 0 10px;
	background-color: #444;
	width: 1020px;
	voice-family: "\"}\"";
	voice-family:inherit;
	width: 1000px;
	}
html>body .menubar {
	width: 1000px; /* ie5win fudge ends */
	}

/* Main body styles */
.bodytext {
	float: left;
	padding: 0 10px 0 10px;
	min-height: 560px;
	width: 1020px; /* ie5win fudge begins */
	voice-family: "\"}\"";
	voice-family:inherit;
	width: 1000px;
	}
html>body .bodytext {
	width: 1000px; /* ie5win fudge ends */
	}
.imagebox {
	float: left;
	padding: 0px;
	margin: 150px 0 0 0;
	width: 330px;
	height: 200px;
	text-align: center;
	}
.formgroup {
	float: left;
	padding: 10px;
	margin: 10px;
	border: 1px solid #147;
	width: 290px;
	min-height: 100px;
	text-align: center;
	}

/* Footer styles */
.footer {
	float: left;
	padding: 0 10px 0 10px;
	border-top: 1px solid #147;
	height: 40px;
	width: 1020px;
	voice-family: "\"}\"";
	voice-family:inherit;
	width: 1000px;
	}
html>body .footer {
	width: 1000px; /* ie5win fudge ends */
	}
.footerbox {
	float: left;
	vertical-align: center;
	padding: 5px 10px 5px 10px;
	height: 40px;
	margin: 0 10px 0 10px;
	}
.footerboxright {
	float: right;
	vertical-align: center;
	padding: 5px 10px 5px 10px;
	height: 40px;
	margin: 0 10px 0 10px;
	}
.footerspacer {
	float: left;
	height: 40px;
	margin: 0 10px 0 10px;
	border-right: 1px solid #147;
	}	
