﻿html, body {
	font: 10pt Arial, sans-serif;
	margin: 0;
	height: 100%;
}
h1 {
    font-size: 18pt;
    font-weight: normal;
    background-color: #ccc;
    margin-top: 0;
}
h2 {
	font-size: 12pt;
}
h3 {
	font-size: 10pt; 
}
hr {
    clear: right;
    border: 0;
    height: 1px;
    color: black;
    background-color: black;
}
div#sidebar-buttons ul {
    list-style: none outside;
    padding: 0;
    margin: 0;
}
/*
li.nav-heading {
    border-left: 4px solid #003300;
    border-bottom: 1px solid #003300;
    color: #003300;
    font-weight: 700;
    font-size: 11pt;
    margin-top: 0.5em;
    padding-left: 4px;
}
*/
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 {
    color: white;
}
table.banner, .banner, div.banner, div#header {
    margin: auto;
    text-align: center;
	font-family: Arial, Helvetica, sans-serif;
}
#copyright {
    font-size: 8pt;
    text-align: center;
}
.rslead {
	font-weight: 700;
}
.caption {
	font-style: italic;
	font-size: 8pt;
}
p.author {
	font-style: italic;
}








div#container {
    height: 100%;
}
div#sidebar {
	background-color: #669966;
	color: inherit;
	min-height: 100%;
}
div#sidebar-buttons {
	position: absolute;
	top: 7.5px;
	left: 7.5px;
	width: 135px;
}
div#main-wrapper {
	background: white url("../img/fade.gif") repeat-y top left;
	color: inherit;
	margin-left: 150px;
	padding-left: 20px;
}
div#main {
	background-color: white;
	color: inherit;
	height: 100%;
}





#lvl0 {
/*    border: 1px solid blue;*/
	background-color: #ccc;
	height: 100%;
}
#lvl1 {
	background-color: white;
	margin-right: 250px;
	padding-right: 10px;
	height: 100%;
}
#lvl2 {
	background-color: white;
	height: 100%;
	padding-right:5px;
}
#news-article {
	position: absolute;
	padding: 10px;
	right: 0;
	width: 230px;
	height: 100%;
}
* html #news-article {
    width: 250px;	
}	
#news-article h1 {
	border-bottom: 2px solid black;
	text-align: center;
}
#news-article h2, #news-article h3 {
	text-align: center; 
}
#news-article h3 {
	font-style: italic;
}
