body {
	color: #03213b;
	background-color: #ffffff;
}
#wrapper {
	color: #0000FF;
	font-family: "Arial Black", Gadget, sans-serif;
	background-color: #FFFFFF;
	margin-right: auto;
	margin-left: auto;
}
#header {
	color: #0000FF;
	top: 15px;
	position: relative;
	width: 960px;
	margin-left: 25px;
	z-index: 5;
}
#main {
	color: #03213b;
	top: 55px;
	position: relative;
	width: 960px;
	margin-left: 25px;
}
#menu {
	position:relative;
	width:960px;
	height:auto;
	z-index:15;
	left: 25px;
	top: 25px;
}
#menu a:link {
	color: #0000FF;
	text-decoration: none;
}
#menu a:visited {
	color: #0000FF;
	text-decoration: none;
}
#menu a:hover {
	color: #0099FF;
	text-decoration: underline overline;
	cursor: auto;
}
#menu a:active {
	color: #0000FF;
	text-decoration: none;
}

h1 {
	font-size: 24px;
	text-align: center;
}
a:link {
	color: #0000FF;
	}
a:visited {
	color: #0000FF;
}
a:hover {
	color: #0099FF;
	text-decoration: underline overline;
}
a:active {
	color: #0000FF;
}
.clearfooter {
	height: 1px;
	clear: both;
}
#footer {
	color: #03213b;
	text-align: center;
	margin-top: 95px;
	width: 960px;
	position: static;
	margin-left: 25px;
}
.centeredImage
    {
    display:block;
	margin-left:auto;
	margin-right:auto;
}
.helpphoto {
	float: right;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
}

