﻿@charset "utf-8";
#container {
	width:100%;
}
#header {
	margin: 0 0 0 40px;
	width: 800px;
	color: #FFFFFF;
	padding: 15px 30px 0 0;
	height: auto;
	font: 1em "Courier New";
}
#header2 {
	margin: 0 0 0 40px;
	width: 800px;
	color: #FFFFFF;
	padding: 15px 30px 0 0;
	height: auto;
	font: 1em "Courier New";
	background: #000000;
}
#container #sidebar {
	float: left;
	width: 20%;
	margin-top: 15px;
	color: #EEEEEE;
	font-family: "Courier New", Courier, monospace;
}
ul {
	list-style: none inside;
	display: block;
	border: 1pt solid #D2FFD2;
}
#container #sidebar li {
	list-style: none outside;
	padding: 5px;
	background: #000000;
	border-top: 1pt solid #D2FFD2;
	border-right: 1pt solid #D2FFD2;
	border-bottom: 1pt none #D2FFD2;
	border-left: 1pt solid #D2FFD2;
}
#maincontent {
	margin: 15px 0 0 20px;
	width: 70%;
	float: left;
	font-family: "Courier New", Courier, monospace;
}
h1 {
	color: #000000;
	text-align: left;
	font-size: 1.2em;
	font:"Courier New", Courier, monospace;
}
h2 {
	font-family:"Courier New", Courier, monospace;
	color:#000000;
	text-align:left;
	font-size:1.1em;
}
h3 {
	font-size:1em;
	text-align: right;
	}
li a {
	font-style: normal;
	color: #00FF00;
	text-decoration: none;
	background: #000000;
}
li a:link {
	font-style: normal;
	color: #00FF00;
	text-decoration: none;
	background: #000000;
	display: block;
}
li a:hover {
	font-style: normal;
	color: #000000;
	text-decoration: none;
	background: #00FF00;
	display: block;
}
li a:visited {
	font-style: normal;
	color: #FF99FF;
	text-decoration: none;
	background: #000000;
}
.leftalign {
	position:relative;
	left: 0px;
	}
