body {font-family: arial, verdana, 'sans serif'; font-size: 12px; background-color: #C9C1C1;}
h1   {font-size: 20px; color: #FB071E; font-weight: 700; }	
h2   {font-size: 16px; color: #3805F8; font-weight: 600; }
h3   {font-size: 14px; color: #13F3AC; font-weight: 600; }
th   {text-align: center;}


.sidebar {
	vertical-align: top;
	text-align: left;
	background-color: #006633;
	width: 160px;
}

#navcontainer { width: 154px; }

#navcontainer ul
{
	margin-left: 0px;
	padding-left: 0;
	list-style-type: none;
	font-family: Arial, Helvetica, sans-serif;
}

#navcontainer a
{
	display: block;
	padding: 3px;
	width: 154px;
	background-color: #006633;
	border-bottom: 1px solid #FFFFFF;
}

#navcontainer a:link, #navlist a:visited
{
	color: #EEE;
	text-decoration: none;
}

#navcontainer a:hover
{
	background-color: #369;
	color: #fff;
}