body {
	background: white;
	font-size: 12pt;
	color: black;
}
#header {
	margin: 0px;
}
#header-right {
	display: none;
}
#nav {
	display: none;
}
#container {
	margin: 0;
	width: auto;
	padding: 0px;
}
#left {
	float: none;
	width: 80%;
	display: block;
}
#right {
	float: none;
	width: 80%;
	display: block;
	border: 1px solid gray;
}
#footer {
	color:black;
	font-size: 8pt;
}
#footer ul {
	clear:both;
}
#footer li {
	display: list-item;
	text-align: left;
}
#footer li.divider {
	display: none;
}
a:link, a:visited {
	color: #520;
	background: transparent;
	font-weight: bold;
	text-decoration: underline;
}
h5.printOnly {
	display: block;
	text-align: left;
}
span.printOnly {
	display: inline;
	color: #520;
	font-size: 90%;
}
