h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #00437c;
}
.main {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #000000;
}
#outerwrapper {
    text-align: left;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0px;
	width: 783px;
	height: 100%;
	z-index: 1;
}
#innerwrapper {
	position: relative;
	z-index: 5;
	height: 550px;
	width: 783px;
	left: 20px;
	top: 0px;
	background-repeat: no-repeat;
	margin-top: 0px;
	padding-bottom: 10px;
}
html {
    height: 100%;
}

body {
	text-align: center;
	margin: 0px;
	padding: 0px;
	height: 100%;
}
a:link {
	color: #A6AEF6;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #A6AEF6;
}
a:hover {
	text-decoration: none;
	color: #A6AEF6;
}
a:active {
	text-decoration: none;
	color: #A6AEF6;
}
