/* CSS Document */

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	font-style: normal;
	background-color: #000000;
}

h1, h2, h3 {
	color: #9C0000;
	font-style: normal;
	font-weight: normal;
}

h1 {
	font-size: 150%;	
}

h2 {
	font-size: 120%;
	font-style: normal;
	font-weight: normal;
	font-variant: small-caps;
}
h3 {
	border: thin none #FFFFFF;
	background-color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: larger;
	color: #000000;
	padding-top: 5px;
	padding-right: 7px;
	padding-bottom: 5px;
	padding-left: 7px;
	margin: 0px;
}

#main {
	background-color: #FFFFFF;
	padding: 10px;
	margin-right: 1px;
	margin-left: 180px;
	margin-top: 1px;
	margin-bottom: 10px;
	background-image: none;
	background-repeat: no-repeat;
	border: thin ridge #666666;
	}

#leftbanner {
	float: left;
	width: 150px;
	margin-top: 1px;
	margin-right: 1px;
	margin-bottom: 10px;
	margin-left: 1px;
	background-image: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
	background-color: #000000;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
}

#header {
	background-color: #000000;
	background-image: none;
	background-repeat: no-repeat;
	margin: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#navlist
{
	margin: 0;
	padding: 0 0 20px 10px;
	background-color: #000000;
}

#navlist ul, #navlist li
{
	margin: 0;
	padding: 0;
	display: inline;
	list-style-type: none;
	background-color: #000000;
	color: #FFFFFF;
}
#content {
	background-color: #000000;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
}

#navlist a:link, #navlist a:visited
{
float: left;
line-height: 14px;
font-weight: bold;
margin: 0 10px 4px 10px;
text-decoration: none;
color: #FFFFFF;
}

#navlist a:link#current, #navlist a:visited#current, #navlist a:hover
{
border-bottom: 4px solid #000;
padding-bottom: 2px;
background: transparent;
color: #000;
}

#navlist a:hover {
	color: #C63A1C;
	text-decoration: none;
}

#navcontainer {
	height: 15px;
	clip: rect(auto,auto,auto,auto);
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: 200px;
	background-color: #FFFFFF;
	border-bottom-style: none;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
}

#navcontainer2 {
	height: 15px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: 500px;
	background-color: #FFFFFF;
	float: none;
	clear: none;
}


#footer {
	clear: both;
	background-color: #000000;
	height: 37px;
	margin-top: 5px;
	margin-right: 10px;
	margin-bottom: 5px;
	margin-left: 10px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	color: #FFFFFF;
	}
	
/* CSS Document */

