html,body {
	margin: auto;
	background: #ffffff;
}
#container {
	position:relative; /* needed for footer positioning*/
	margin:0 5%; /* center, not in IE5 */
	width:auto;
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/
	text-align: left;
}
#header {
	width: 100%;
	bottom:0;
}
p.printlogo {
	padding: 0;
	margin: 0;
	float:left;
}
p.titleimg {
	display:none;
}
p.titletext {
	text-align: right;
	font-family: Verdana, Arial, sans serif;
	font-size: 16pt;
	color: #666666;
	margin-top: 1em;
}
p.intro { 
	font-family: Arial, Verdana, sans serif;
	font-size: 11pt;
	color: #000000;
	font-weight: bold;
	line-height: 150%;
	text-align:right;
}
.outer-table {
	width:100%;
}
#sidenav {
	display: none;
}
#content {
	padding:0em 0em 5em; /* bottom padding for footer */
}
td.body {
	width: auto;
	font-family: Verdana, Arial, sans serif;
	font-size: 9pt;
	color: #000000;
}
td.news {
	padding-left: 25px;
	width: 25%;
	font-family: Verdana, Arial, sans serif;
	font-size: 9pt;
	color: #000000;
}
li {
	padding-bottom: 10px;
}
.inner-table {
	width:100%;
}
#footer {
	position:absolute;
	width:100%;
	bottom:0; /* stick to bottom */
	padding:0;
	margin:0;
}
#footer p {
	font-family: Verdana, Arial, sans serif; 
	font-size: 8pt; 
	color: #666666; 
	text-align: center;
}
.printme {
	font-family: Verdana, Arial, sans serif; 
	font-size: 8pt;
	color: #000000; 
	text-align: center;
}
a:link {
	color:#666666;
	text-decoration: underline;
}
a:active {
	color:#000000;
	text-decoration: underline;
}
a:visited {
	color:#666666;
	text-decoration: underline;
}
a:hover {
	color:#000000;
	text-decoration: underline;
}
.subtitle {
	font-size: 125%;
}