#terms {
	width: 400px;
	margin-left: -200px;
	position: relative;
	left: 50%;
	background: #FFF;
	padding-left: 8px;
	padding-right: 8px;
}
#logo {
	background: url(../images/logo.gif) no-repeat;
	text-align:center;
	height: 80px;
	width: 400px;
	margin-bottom: 10px;
	margin-top: 15px;
}

h3 {
	padding: 0px;
	margin: 0px;
	font-size: 14px;
}

.termsHeader {
	width: 400px;
	margin-left: -200px;
	position: relative;
	left: 50%;
}body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	margin-top: 0px;
}
.footerLinks {
	font-size: x-small;
	color: #999999;
	text-align: center;
	text-decoration: none;
	margin-bottom: 8px;
}
a {
	color: #1c3615;
	text-decoration: none;
	border-bottom: 1px dotted #001E0C;
}
a:hover {
	text-decoration: none;
	border-bottom: 1px solid #001E0C;
}
