
#navcontainer {
	background-color: #82836e;
	padding-bottom: 2px;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
	border-bottom-style: solid;
	border-bottom-color: #E2E2E2;
	border-bottom-width: 5px;
	margin: 0px;
	width: 100%;
	float: left;
	clear: both;
}
#navcontainer ul
{
	background-color: #82836e;
	color: #82836e;
	float: left;
	width: 100%;
	margin: 0;
	padding: 0;
	clear: both;
}

#navcontainer ul li { display: inline; }

#navcontainer ul li a
{
	padding: 0.1em 1em;
	background-color: #82836e;
	color: #ffffff;
	text-decoration: none;
	float: left;
	border-left: 1px solid #82836e;
	font-size: 1.0em;
	font-weight: normal;
}

#navcontainer ul li a:hover
{
background-color: #999999;
color: #fff;
}
body  {
	background-image: url();
	background-color: #CCCCCC;
	margin-top: 0px;
}
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
a:link {
	color: #666666;
	text-decoration: underline;
}
a:visited {
	color: #666666;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: underline;
}
h1 {
	font-size: 1.6em;
	font-weight: bolder;
	text-transform: uppercase;
	padding-top: 10px;
	margin: 0px;
	padding-bottom: 0px;
	color: #999999;
}
h2 {
	color: #999999;
	border-top-width: 2px;
	border-top-style: dotted;
	border-top-color: #CCCCCC;
	font-size: 1.1em;
	font-weight: bold;
	margin: 45px 0px 0px;
	padding: 0px;
	text-transform: uppercase;
}
h3 {
	font-size: 1em;
	color: #999999;
	font-weight: bold;
	padding: 0px;
	margin: 2.5em 0px 5px;
	clear: both;
}
p {
	line-height: 115%;
	font-size: 1.1em;
	color: #999999;
}
.foot {
	color: #666666;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	font-size: .72em;
	margin: 45px 0px 0px;
	padding: 0px;
