@charset "UTF-8";
/* CSS Document */

#banner {
	position: relative;
}
#wrapper #footer {
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #143B84;
	border-right-color: #143B84;
	border-bottom-color: #143B84;
	border-left-color: #143B84;
	font-size: 11px;
	color: #003F88;
	width: 75%;
	margin-right: auto;
	margin-left: auto;
}
#wrapper #mainContent {
	text-align: left;
	padding-right: 70px;
	padding-left: 80px;
}
#wrapper {
	width: 1000px;
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
}
body {
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
}
p {
	font-size: 12px;
}
li {
	font-size: 12px;
	list-style-position: outside;
	list-style-type: none;
}
h1 {
	font-size: 25px;
	color: #3E5382;
}
h2 {
	font-size: 18px;
	color: #4E679F;
}
h3 {
	font-size: 16px;
	color: #4E679F;
}
