/* CSS Document */

body {
	background-color: #000066;
	color: #FFFFFF;
}

a:link, a:visited {
	color:#0099FF;
	text-decoration: none;
}

a:active, a:hover {
	text-decoration: underline;
}

.header {
	text-align:center;
	margin-left: 86px;
	top: 0px;
	font-size: 90px;
}

.content {
	background-color: #FFFFFF;
	color: #000000;
	position: absolute;
	left: 180px;
	right: 20px;
	top: 121px;
	padding: 10px;
	text-align:justify;
}

.headerimg {
	position: absolute;
	top: 0px;
	left: 0px;
}

ul#navList {
	list-style: none;
}

ul#navList li {
	width: 84px;
	height: 83px;
	margin-top: 5px;
}

ul#navList li a:link, ul#navList li a:visited {
	padding-top: 31px;
	display: block;
	height: 83px;
	width: 84px;
	text-align: center;
	background: url('bubble.gif') no-repeat;
	font-family: Impact, Arial, Helvetica, sans-serif;
	color: #009bff;
}

ul#navList li a:active, ul#navList li a:hover {
	text-decoration: none;
	color:  #00FF00;
}

.navBar {
	position: absolute;
	top: 120px;
	left: 0px;
}

.topCenter {
	text-align: center;
	position: absolute;
	top: 0px;
	left: 300px;
}