﻿body {
	margin: 0;
	padding: 0;
	background: #FFF;
}
#PrintHeader { 
	display: block;
	border-bottom: 1px solid #8B695C;
}
#PrintPageTitle {
	float: right;
	margin-top: -22px;
}
.PageTitles {
	font-size: 18px;
	font-weight: bold;
	color: #8B695C;
	letter-spacing: -1px;
}
#Container {
	background: #FFF;
}
#Side, #DateArea, #PageTitle, #FooterLinks, #HomeImageBackground { display: none; }
#Footer {
	width: 100%;
}
#Content, ##HomePage {
	margin-left: 0;
	padding: 17px 0;
	background: #FFF;
}
* html #Content {
	margin-left: 0;
	background: #FFF;
}
#PageContent {
	background: #FFF;
}