body
{
	padding: 0;
	margin: 0;
	color: #000;
	background-color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

h2
{
	color: #000;
	background-color: transparent;
	font-size: 125%;
	padding-top: 0;
	margin-top: 0;
	font-weight: normal;
}

.header
{
	color: #000;
	background-color: transparent;
	font-size: 118%;
	font-weight: bold;
	padding-top: 0;
	margin-top: 0;
}

h3
{
	color: #000;
	background-color: transparent;
	font-size: 95%;
}

.text
{
	font-size: 80%;
}

.text2
{
	font-size: 70%;
}

.text3
{
	font-size: 90%;
}


p, ul, dl, ol
{
	color: #000;
	background-color: transparent;
	font-size: 80%;
}

ol ul { font-size: 100%; }
dl p  { font-size: 100%; }
dl ul { font-size: 100%; }
dl ol { font-size: 100%; }
dt { font-weight: bold; }

dd
{
	margin-left: 0;
	padding-left: 0;
}

a:link
{
	color: #000;
	background-color: transparent;
	text-decoration: underline;
}

a:visited
{
	color: maroon;
	background-color: transparent;
	text-decoration: underline;
}

a:hover, a:active
{
	color: #fff;
	background-color: #000;
	text-decoration: underline;
}

hr
{
	color: #000000;
	background: #000000;
	border: 0;
	height: 1px;
	clear: both;
}

.copyright
{
	margin-top: 40px;
	color: #000;
	background-color: transparent;
	font-size: 70%;
	border-top: 1px solid #000000;
	line-height: normal;
	padding-top: 10px;
	clear: both;
}

#top
{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100px;
	color: #fff;
	background-color: #800000;
}

#middle
{
	position: absolute;
	top: 110px;
	left: 20px;
	width: 560px;
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
}

#middle2
{
	margin-left: 20px;
	margin-right: 20px;
}


#left
{
	position: absolute;
	top: 110px;
	left: 0px;
	width: 104px;
}

#nav
{
	position: absolute;
	top: 110px;
	left: 600px;
	width: 160px;
}

#navbox
{
	width: 200px;
	border-bottom: 1px solid #000000;
}

#navbox li
{
	border-top: 1px solid #000000;
	margin: 0;
}

#navbox li a
{
	display: block;
	padding: 7px 5px 7px 10px;
	background-color: transparent;
	color: #000;
	text-decoration: none;
	width: 100%;
	font-weight: bold;
	background-image: url(arrow.gif);
	background-repeat: no-repeat;
	background-position: 2px 12px;
}

html>body #navbox li a { width: auto; }

#navbox li a:hover
{
	background-color: #800000;
	color: #C19147;
	background-image: url(arrow2.gif);
	background-repeat: no-repeat;
	background-position: 2px 12px;
}