@charset "utf-8";
/* CSS Document */
body {
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	line-height: 24px;
	color: #000000;
	margin: 3px;
	width: auto;
	text-align: center;
}
h1 {
	color: #000099;
		}
h2 {
	color: #000099;
		}
h3 {
	color: #0000CC;
		}
h4 {
	color: #000000
	}
container {
	width: 996px;
	background-color: #FFFFFF;
	color: #FFFFFF;
	left: 0%;
	right: 0%;
	background-position: center;
	margin: 0px;
	height: 450px;
}

.navigation  {
	text-align: center;
	font-weight: lighter;
	background-color: #99FFFF;
	position: absolute;
	vertical-align: middle;
	top: 15px;
	bottom: 15px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: normal;
	line-height: normal;
	font-variant: normal;
	}

a:link {
	color: #0000CC;
}
a:visited {
	color: #009999;
}
a:hover {
	color: #A42D41;
}
a:active {
	color: #006699;
}
banner {
	background-color: #8DC1D9;
	width: 1000px;
}
.small {
	font-size: 100%;
}

