body {
	font: 12pt helvetica,arial,sans-serif;
	background: none;
}

#stubs,
#topnav,
#banner,
#toolswrapper,
#sidebar,
#bottomnav,
#bottom {
	display: none;
}

#top,
#middle,
#content  {
	width: auto;
	height: auto;
	min-height: 0;
	margin: 0;
	padding: 0;
	float: none;
	border: none;
	background: none;
}

h1 {
	font-size: 18pt;
}
h2 {
	font-size: 14pt;
}
h3 {
	font-size: 12pt;
}
h1, h2, h3, h4 {
    margin: 1em 0;
    color: #369;
    font-weight: bold;
}

#top {
    border: 1px solid #000;
}
#top h2 {
    text-indent: 0;
    font-size: 24pt;
    margin: 0;
    float: none;
}
#top h2 a {
    display: inline;
    height: auto;
}

