﻿body {
	text-align: center;
	background: #808080;
	color: #444;
}

#container {
	text-align: left;
	margin: 0 auto;
	width: 700px;
	background: url('images/header-base-special-2.gif') repeat-y;
	border: 5px solid #000000;
}

p {
	font-family: Arial;
	font-size: 10pt;
	color: #000000;
	margin-top: 5px;
	margin-bottom: 20px;
}

h1 {
	background: #006600;
	color: #FFF;
	padding: 20px;
	margin: 0;
	border-bottom: 5px solid #000000;
}

h2 {
	font-family: Arial;
	font-size: 12pt;
	font-weight: bold;
	color: #000000;
}

h3 {
	font-family: Arial;
	font-size: 10pt;
	font-weight: bold;
	color: #000000;
	margin-top: 20px;
	margin-bottom: 5px;
}

ul {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #000000;
	line-height: 150%;
}

ul#navigation
{
	margin-top: 0;
	margin-left: 0;
	padding-left: 0;
	list-style-type: none;
	text-decoration: none;
}

ul#navigation a
{
	display: block;
	text-decoration: none;
	background: #940F04;
	color: #fff;
	padding: .2em .5em;
	border: 2px solid #000;
	width: 9em;
	margin-top: 0px;
	margin-bottom: 5px;
}

ul#navigation a:hover

{
	background: #E9E9E9;
	color: #000;	
}

ul#navigation li
{
	diplay: inline;
}

#nav {
	float: left;
	width: 130px;
	display: inline;
	margin-left: 20px;
	padding: 15px 0;
}


#content {
	float: left;
	width: 475px;
	margin-left: 45px;
	padding: 15px 0;
}

#footer {
	clear: both;
	background: #000000;
	border-bottom: 5px solid #940F04;
	color: #fff;
	padding: 5px 10px;
	text-align: right;
	font-family: Arial;
	font-size: 8pt;
}

a:link {color: #000000}      /* unvisited link */
a:visited {color: #000000}  /* visited link */
a:hover {color: #fff; background: #000000}  /* mouse over link */
a:active {color: #000000}  /* selected link */
</style>
