body {
	background:white;
	font-family:Times,serif;
	font-size: 11pt;
	width:99%;
}

ul,li {
	font-size: 11pt;
}

#header, #header-left, #header-right {
	float:none;
	display:none;
}

#tabnav, #sidebar, #sidebar2 {
	display:none;
}

#wrapper, #main, #content {
	width:auto;
	margin: 0 2%;
	padding: 0;
	border: 0;
	float: none;
	color: black;
	background: transparent;
	clear: both;
}

div#content {
	margin-left:2%;
	padding-top:1em;
	border-top:1px solid #930;

}

a:link, a:visited {
	color:#520;
	background: transparent;
	text-decoration:underline;
}

#content a:link:after, #content a:visited:after {
	content: " (" attr(href) ") ";
	font-size:80%;
}
