@charset "UTF-8";
body {
	margin: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #999999;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	background-color: #FFFFFF;
	padding: 0;
	line-height: 120%;
}
a:link, a:visited {
	color: #666666;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
	color: #F10082;
}
a:active {
	text-decoration: none;
	color: #F10082;
}

h1 {
	font-size: 28px;
	font-weight: lighter;
	line-height: 30px;
}
h2 {
	font-size: 22px;
	font-weight: lighter;
	line-height: 24px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
h3 {
	font-size: 16px;
	font-weight: lighter;
	text-align: left;
	color: #F10082;
	line-height: 18px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
.style #topnav {
	padding-top: 0px;
	padding-right: 20px;
	padding-left: 20px;
	position: absolute;
	top: 11px;
	width: 760px;
	left: auto;
	height: 22px;
	visibility: visible;
}
.style #container {
	width: 840px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #EEEEEE;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 10px;
	height: 570px;

}	
.style #mainContentWide {
	background: #FFFFFF;
	padding-right: 55px;
	padding-left: 55px;
	top: 35px;
	left: auto;
	clear: both;
	position: absolute;
	width: 730px;
	padding-top: 5px;
	padding-bottom: 15px;
	height: 350px;
}
.style #logo {
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
	position: absolute;
	top: 410px;
	width: 760px;
	left: auto;
	height: 125px;
	z-index: 1;
}
.style #footer {
	width: 765px;
	background-color: #EEEEEE;
	padding-right: 20px;
	padding-bottom: 25px;
	padding-left: 55px;
	position: absolute;
	top: 540px;
	left: auto;
	height: 20px;
}
.small {
	font-size: 9px

}
.banner {
	width: 463px;
	position: relative;
	top: -130px;
	left: 55px;
	height: 77px;
	z-index: 2;
}
.banner2 {
	width: 463px;
	position: relative;
	top: 400px;
	left: 55px;
	height: 77px;
	z-index: 2;
}
.intro {
	width: 800px;
	position: relative;
	height: 550px;
	padding-bottom: 25px;
	z-index: 1;
	left: 20px;
}
