/*CSS RESET*/
html, body, div, h1, h2, h3, h4, h5, h6, ul, ol, dl, li, dt, dd, p, blockquote,
pre, form, fieldset, table, th, td { margin: 0; padding: 0; }

body {
	background: #649B19;
}

.corpheader p {
	height: 0;
	overflow: hidden;
}

#maincontent {
	min-width: 1000px;
	width: auto !important;
	width: 1000px;
}
	#flashcontent p {
		text-align: center
	}
		#flashcontent p a {
			color: #000000;
		}

#mainfooter {
	clear: both;
	color: #000000;
	margin: 0 auto;
	overflow: auto;
	padding-bottom: 25px;
	width: 80em;
}
	#mainfooter a {
		color: #000000;
	}

#ratings {
	padding-top: 50px;
}

#copy {
	text-align: center;
	padding: 0 0 25px;
}

#policy {
	list-style: none;
}

#policy li {
	border-left: 1px solid #000;
	float: left;
	padding: 0 5px;
}

#policy li.first {
	border: 0;
}

.copy {
	float: right;
	text-align: right;
	width: 42em;
}
