﻿/* CSS Document */

/* padding, position, and z-index are necessary for firefox and opera, behavior is needed for hovers to work in IE */
body {
	background-color: #002e62;
	position: absolute;
	color: #002e62;
	margin: 5px;
	padding: 0;
	z-index: 0;
	text-align: center;
}

div#topnav {
	position: absolute;
	top: 2px;
	height: 61px;
	width: 1010px;
	background-color: #002e62;
	margin-left: auto;
	margin-right: auto;
	display: block;
}

/* HOME PAGE ONLY  */
div#footer {
	position: absolute;
	top:850px;
	z-index: 1;
	height: 137px;
	width: 1010px;
	margin-left: auto;
	margin-right: auto;
	display: block;
}

/* HOME PAGE ONLY - large image on home page  */
div#image {
	position: relative;
	top: 65px;
z-index: 0;
	border: none;
	width: 1010;
	height: 783px;
	margin-left: auto;
	margin-right: auto;
	display: block;
}

</style>
<![endif]

