﻿html, body {
	font: 10pt Arial, sans-serif;
	margin: 0;
	height: 100%;
}
h1 {
    font-size: 18pt;
    margin-top: 0;
}
h2, h3 {
    background-color: inherit;
	color: black;
	font-size: 12pt;
	margin-bottom: -0.95em;
}
hr {
    border: 0;
    clear: both;
    height: 1px;
}
div#sidebar ul {
    list-style: none outside;
    padding: 0;
    margin: 0;
    font-weight: bold;
}
#header {
    margin: auto;
    text-align: center;
}
#copyright {
    font-size: 8pt;
    text-align: center;
}
#wrapper {
	color: inherit;
	height: 100%;
}
#sidebar {
	position: absolute;
	top: 5px;
	left: 5px;
}
#main-wrapper {
	background-color: white;
	color: inherit;
}
#main {
	background-color: white;
	color: inherit;
	height: 100%;
}
.author {
	font-style: italic;
}
.opening-paragraph:first-letter {
	font-size: 20pt;
	font-weight: bold;
	color: black;
	background-color: inherit;
}
#sidebar, #feedback, .rslead, .banner, .noprint {
	display: none;
}
.caption {
	font-style: italic;
	font-size: 8pt;
	width: 250px;
}
