@media print {
#allContent {
	width: auto;
	margin: 0px;
	background: none;
}
body {
	background-color: #FFFFFF;
}
#contentDivider {
	display: none;
}
#contentDividerPrint {
	display: block;
}
#copyright {
	background-color: #FFFFFF;
}
#footer {
	display: none;
}
#header {
	display: none;
}
#headerPrint {
	display: inline;
	font-size: 1.5em;
	font-weight: 700;
}
#topLinks {
	display: none;
}
}
@media screen {
#allContent {
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: auto;
	margin-right: auto;
	width: 760px;
	background: #FFFFFF url(images/building.jpg) no-repeat 0px 28px;
}
body {
	background-color: #E0E0E0;
}
#contentDivider {
	display: block;
}
#contentDividerPrint {
	display: none;
}
#copyright {
	background-color: #E0E0E0;
}
#footer {
	display: block;
}
#header {
	display: block;
}
#headerPrint {
	display: none;
}
#topLinks {
	display: block;
}
}
#allContent {
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
}
body {
	margin: 0px;
}
#centerContent {
	width: 100%;
	text-align: center;
}
#contactAddress {
	white-space: nowrap;
	float: right;
	padding: 10px 12px 16px 16px;
	text-align: center;
}
#contactInfo {
	clear: both;
	font-size: .8em;
}
#contactPhone {
	padding: 10px 16px 16px 12px;
	text-align: right;
}
#contentBody {
	padding: 0px 20px 20px 20px;
	font-size: .8em;
}
#contentDivider {
	clear: both;
	text-align: center;
}
#contentTitle {
	text-align: center;
	font-size: 1.2em;
	padding: 0px;
}
#copyright{
	width: auto;
	padding: 5px;
	text-align: center;
	font-size: .7em;
}
#footer {
	width: auto;
	background: #840000 url(images/footer_bg.gif) no-repeat center center;
	text-align: center;
	padding: 3px 0px 3px 0px;
	font-size: .8em;
	color: #CC9966;
}
#footer a {
	color: #CC9966;
	text-decoration: none;
	white-space: nowrap;
}
#footer a:hover {
	color: #CC9966;
	text-decoration: underline;
}
#footer a:active {
	color: #CC9966;
}
#header {
	clear: both;
	height: 68px;
	width: auto;
	text-align: right;
}
#headerImg {
	border: 0px;
}
#topLinks {
	clear: both;
	text-align: center;
	font-size: .8em;
	font-weight: 700;
}
#topLinks a {
	text-decoration: none;
	white-space: nowrap;
}
#topLinks a:hover {
	text-decoration: underline;
}
.sidebar {
	width: auto;
	padding: 5px;
	margin: 16px 0px 8px 8px;
	border: 1px solid #CC9966;
	float: right;
}