﻿body { background: none; }
div#Page { width: 95%; border-width: 0; }

div#PageHeader {
	background: none;
	color: #000;
	margin-bottom: 20px;
	border-width: 0;
	border-bottom: solid 2px #000;
}

div#PageNavigation,
div#Login,
div#Header_Arrow {
	display: none;
}

div#PageCenter {
	background: none;
	float: none;
	border-width: 0;
}

div#PageBody {
	float: none;
	width: 100%;
	border: 0px;
}

div#PageBody div.WhatIs {
	width: 100%;
	background: none;
	color: #000;
	min-height: 0;
	height: auto;
}

div#PageBody div.WhatIs div.More { display: none; }

div#PageBody div#PageContent {
	width: 100%;
	padding: 10px 0 0 5px;
	color: #000;
}

div#PageBody div#PageContent h2 { color: #000; }

div#PageAdditionalContent1 {
	float: none;
	width: 100%;
	border-width: 0;
	overflow: visible;
}

div#PageAdditionalContent1 div.AdditionalContent { background: none; }

div#PageAdditionalContent1 div.AdditionalContent h2 { color: #000; }

div#PageAdditionalContent1 div.AdditionalContent div.More { display: none; }

div#PageAdditionalContent2 {
	border-top-width: 0;
	width: 100%;
	float: none;
	background: none;
}

div#PageAdditionalContent2 div {
	float: none;
	width: 100%;
	padding: 10px;
}

div#PageAdditionalContent2 div.Last { float: none; width: 100%; }
div#PageAdditionalContent2 div h3 { color: #000; }
div#PageAdditionalContent2 div span { display: none; }

h1, h2 { margin-bottom: 5px; padding-bottom: 0; }

div#PageFooter {
	background: none;
	border-top-width: 2px;
	color: #000;
	height: 50px;
	width: 100%;
}

div#PageFooter ul { display: none; }