body {
	text-align: center;
}
#mainBox {
	width: 682px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#header {
	background-attachment: scroll;
	background-color: #FFFFFF;
	background-image: url(../images/homeHeader.gif);
	background-repeat: no-repeat;
	background-position: top center;
	width: 682px;
	height: 98px;
	border-top: 1px solid white;
}
#searchBox {
	width: 580px;
	height: 20px;
	overflow: visible;
	margin: 70px auto -50px auto;
	text-align: right;
}

#nav {
	margin: 0px;
	clear: both;
}

#footer {
	color: #767678;
}
#footerLinks {
	margin-top: -200px;
	text-align: left;
	/*border: 1px solid black;
	background-color: #CCCCCC;*/
}
#footerLinks ul {
	margin: 0px auto 0px 440px;
	}
#footerLinks li {
	list-style: none;
	font-size: 12px;
	margin-bottom:12px;
}
#footerLinks li a {
	color: #767678;
	text-decoration: underline;
}
#footerLinks li a:hover {
	color: #767678;
	text-decoration: none;
}