﻿html, body {
    font: 10pt Arial, sans-serif;
	margin: 0;
}
h1 {
    font-size: 18pt;
    margin-top: 0;
}
h2, h3 {
    background-color: inherit;
	color: #00008B;
	font-size: 12pt;
	margin-bottom: -0.95em;
}
hr {
    background-color: #999;
    border: 0;
    clear: both;
    color: inherit;
    height: 1px;
}
div#sidebar ul {
    list-style: none outside;
    padding: 0;
    margin: 0;
}
li.nav-heading {
    background-color: #336633;
    border: 1px solid #003300;
    border-left: 4px solid #003300;
    color: white;
    font-size: 10pt;
    font-weight: 700;
    margin-top: 0.5em;
    padding-left: 4px;
}
li.nav-article {
    font-size: 8pt;
    padding-left: 8px;
}
li a:hover {
    text-decoration: none;
}
li a {
    background-color: inherit;
    color: white;
}
#wrapper {
	background-color: #669966;
	color: inherit;
}
#sidebar {
	position: absolute;
	top: 7.5px;
	left: 7.5px;
	width: 135px;
}
#main-wrapper {
    background: white url("../../../news/stories/img/fade.gif") repeat-y top left;
	color: inherit;
	margin-left: 150px;
	padding: 0 20px 0 20px;
}
#main {
	background-color: white;
	color: inherit;
	height: 100%;
}
.author {
	font-style: italic;
}
.opening-paragraph:first-letter {
    background-color: inherit;
    color: #00008B;
	font-size: 20pt;
	font-weight: bold;
}
#feedback {
	margin-top: 1em;
    border-top: 1px solid #999;
    clear: both;
}
#copyright {
    font-size: 8pt;
    text-align: center;
}
.banner, #header {
    margin: auto;
    text-align: center;
}
.caption {
	font-style: italic;
	font-size: 9pt;
	padding:10px;
}
.rslead {
	font-weight: 700;
}

/* for reader feedback question and answers */
.question,
.answer { font-weight: bold; }
.question { color: blue; }
.answer { color: red; }
/* for reader feedback question and answers */

