/* @group Content */

html {
	background: #fff;
	overflow: visible;
	overflow-x: visible;
	overflow-y: visible;
}

#Page {
	position: relative;
}

#Main {
	width: 559px;
	overflow: visible;
	float: none;
}

#Header {
	width: 527px;
}

#Content {
	width: 527px;
	overflow: visible;
	float: none;
}

#MainContent {
	width: 527px;
	margin: 0;
	overflow: visible;
	float: none;
}

#LeftContent {
	display: none;
}

#RightContent {
	display: none;
}


/* @end */

#Footer {
	position: relative;
	float: none;
	background: none;
	width: 559px;
	margin: 0 auto 0 auto;
	padding: 20px 0 50px 0;
	border-top: 1px solid #000;
}

#FooterContent {
	width: 527px;
	margin: 0 16px 0 16px;
}

#FooterContent #FooterCopy p {
	line-height: 11px;
	font-size: 9px;
}

#FooterContent #FooterCopy table tr td {
	line-height: 11px;
	font-size: 8px;
}

.SocialBar {
	display: none;
}

#Header #ArchiveLinks {
	display: none;
}

.WebpageImages .WebpageImage p {
	padding: 5px 0;
	color: #000;
}