@charset "utf-8";
html, body {
	height: 100%;
	overflow: inherit;
}
body, td, th {
	font-family: Arial, Helvetica, sans-serif;
	color: #69694B;
}
body {
	background-color: #69694B;
	margin: 0;
	padding: 0;
	text-align: center;
}
p {
	padding-bottom: 80px;
}
img {
	border: none;
}
a:link {
	color: #FF7800;
	text-decoration: none;
}
a:visited {
	color: #FF7800;
	text-decoration: none;
}
a:hover {
	color: #FF7800;
	text-decoration: none;
}
a:active {
	color: #FF7800;
	text-decoration: none;
}
.fill {
	width: 900px;
	background-color: #69694B;
	color: #AAAA8C;
	font-weight: bold;
}
.center {
	text-align: center;
	font-size: small;
	padding: 5px;
}
#container {
	position: relative;
	width: 910px;
	min-height:100%;
	background: #AAAA8C;
	margin: 0 auto 0 auto;
}
* html #container {
	height:100%;
}
#mainContent {
	margin: 0;
	padding: 25px 0 0 0;
}
#legal {
	width: 910px;
	background: #AAAA8C;
	margin-top: 0;
	margin-bottom: 0;
	text-align: center;
	font-size: xx-small;
}
#footer {
	width:910px;
	height:80px;
	margin: -80px auto 0 auto;
}

