@charset "utf-8";
/* CSS Document */

html, body, iframe {
	margin:0px;
	padding:0px;
	height:100%;
}
   iframe {
	display:block;
	width:100%;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#header {
	height:100px;
	color: #003366;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	text-align:center
	}
#header a:link {
	color: #333333;
	text-decoration: none;
}
#header a:visited {
	color: #333333;
	text-decoration: none;
}
#header a:hover {
	color: #CC3333;
	text-decoration: none;
}

#content {
	position:absolute;
	left:50%;
	width:932px;
	margin-top:0px;
	margin-left:-482px;
	}

