body
{
	background-color: #381B0C;
	color: #EBD4A4;
	font-family: Verdana, sans serif;
	font-size: 12pt;
	margin:0px;
}

h1
{
	font-size: 18pt;
	font-weight: normal;
}

h2
{
	font-size: 16pt;
	font-weight: normal;
}

h3
{
	font-size: 14pt;
	font-weight: bold;
}

a
{
	color: #EBD4A4;
}

li
{
	margin: 0px;
	margin-left:-25px;
	list-style-position: outside;
	padding-bottom: 7px;
	font-weight: bold;
	font-style: italic;
}


li a 
{
	font-style: normal;
}

li li
{
	list-style-type: square;
}

li li a
{
	font-weight: normal !important;
	font-style: normal !important;
}

.header
{
	background-image: url(../images/banner-2009.jpg);
	background-repeat: no-repeat;
	height: 204px;
}

.sidebar
{
	background-image: url(../images/sidebar.jpg);
	background-repeat: no-repeat;
	width: 200px;
	height: 835px;
	float: left;
	padding-left:15px;
}

.main
{
	padding:10px;
	margin-left: 200px;
}

.sidepanel
{
	border: 1px solid #B5AA82;
	border-top: 0px;
	padding: 6px;
	width: 140px;
	font-size: 10pt;
}

.sidepanel a
{
	text-decoration: none;
}

.sidepanel a:hover
{
	text-decoration: overline underline;
}

.copyright
{
	font-size: 10pt;
	text-align: center;
	width: 100%;
}