* {
	background: white;
	}

body, table {
	background: white;
	background-image: none;
	font-family: Georgia, serif;
	font-size: 12pt;
	}
	
a, a:link, a:visited, a:active {
	color: #000;
	text-decoration: none;
	}
	
ul, li {
	list-style: disc;
	background: white;
	}
	
.print {
	display: block;
	}
	
#header {
	position: static;
	text-align: left;
	font-size: 12pt;
	width: auto;
	padding: 2pt 0;
	}	
	
#header h1 a, #content h1 a {
	background: white;
	padding: 2pt;
	height: auto;
	}
	
#container, #content {
	width: auto;
	margin: 0;
	padding: 0;
	border: 0;
	float: none !important;
	color: black;
	background: transparent;	
	}
	
#container {
	margin: 0 5%;
	}
	
#content {
	border-top: 2pt solid #3C5B70;
	border-bottom: 1pt solid #3C5B70;
	padding: 2pt 0;
	min-height: 40px;
	_height: 40px;
	}
	
#sidebar {
	display: none;
	}
	
#footer {
	height: 4pt;
	}	