html, body {
	margin: 0 auto;
	padding: 0;
	height: 100%;
	text-align: center;
	background-image: url(images/bg.gif);
	background-repeat: repeat-x;
}

h1 {
	font-family: arial,helvetica,sans;
	font-size: 22px;
	font-weight: normal;
	color: #0a1a39;
}

h2 {
	font-family: arial,helvetica,sans;
	font-size: 16px;
	font-weight: normal;
	color: #0a1a39;	
}
h3 {
	font-family: arial,helvetica,sans;
	font-size: 14px;
	font-weight: normal;
	color: #0a1a39;	
}
h4 {
	font-family: arial,helvetica,sans;
	font-size: 12px;
	font-weight: normal;
	color: #0a1a39;	
}

a.nav:link {color: white; text-decoration: none; }
a.nav:visited {color: white; text-decoration: none; }
a.nav:hover {color: white; text-decoration: underline; }
a.nav:active {color: white; text-decoration: none; }

a.main:link {color: #0a1a39; text-decoration: none; }
a.main:visited {color: #0a1a39; text-decoration: none; }
a.main:hover {color: #0a1a39; text-decoration: underline; }
a.main:active {color: #0a1a39; text-decoration: none; }

#wrapper {
	text-align: left;
	margin: 0px auto;
	padding: 0px;
	border:0;
	width: 850px;
}

#float {
	position: absolute;
	z-index: 10;
	top: 10px;
	padding: 0px 0px 0px 5px;
	} 

#header {
	margin: 0 0 15px 0;
	height: 35px;
}

#header_text {
	text-align: right;
	font-family: arial,helvetica,sans;
	font-size: 8pt;
	color: white;
	margin: 0 0 15px 0;
	height: 14px !important;
	height: 0px;
}

#banner {
	height: 250px;
}

#side-a {
	padding: 10px 15px 0px 0px;
	font-family: arial,helvetica,sans;
	font-size: 11px;
	font-weight: normal;
	color: #0a1a39;	
	float: left;
	width: 250px;
}

#side-b {
	padding: 10px 0px 0px 0px;
	font-family: arial,helvetica,sans;
	font-size: 11px;
	font-weight: normal;
	color: #0a1a39;	
	float: right;
	width: 310px;
}

#content { 
	padding: 10px 0px 0px 0px;
	font-family: arial,helvetica,sans;
	font-size: 11px;
	font-weight: normal;
	color: #0a1a39;	
	float: left;
	width: 30% !important;
	width: 34%;
}

#footer {
	background-image: url(images/footer_bg.gif);
	background-repeat: repeat-x;
	background-position: top;
	padding: 10px 0px 10px 0px;
	font-family: "Arial";
	font-size: 11px;
	font-weight: normal;
	color: #0a1a39;
	clear: both;
	text-align: center;
}