HTML
{
}
BODY
{
}
P
{
}
TABLE
{
}
TD
{
}
UL
{
}
H1
{
}
H2
{
}
H3
{
}
H4
{
}
A
{
}
TH
{
}
CAPTION
{
	font-weight: bold;
	text-align: left;
}
.body
{
}

#main
{
	margin: 0 10px 0 10px;
}
#navcontainer ul
{
	padding-left: 0;
	padding-bottom: 10px;
	margin-left: 0;
	font-weight: bold;
	color: White;
	float: left;
	width: 100%;
	font-family: Verdana, arial, helvetica, sans-serif;
}
#navcontainer ul li
{
	display: inline;
}
#navcontainer ul li a
{
	font-size: 0.75em;
	padding: 4px 5px 4px 5px;
	background-color: #b54a00;
	color: White;
	text-decoration: none;
	float: left;
	border-right: 2px solid #733100;
	border-bottom: 2px solid #733100;
	border-left: 2px solid #bd6b29;
	border-top: 2px solid #ce8c5a
}
#navcontainer ul li a:hover
{
	
	color: #fff;

}
/*
#navcontainer ul
{
	text-align: center;
	padding-bottom: 5px;
	padding-top: 5px;
	padding-left: 0;
	margin-top: 5px; /* cancels gap caused by top padding in Opera 7.54 
	margin-left: 0;
	background-color: #cf6c03;
	color: white;
	width: 100%;
	font-family: Arial,Helvetica,sans-serif;
	line-height: 18px; /* fixes Firefox 0.9.3 
}

#navcontainer ul li
{
	display: inline;
	padding-left: 0;
	padding-right: 0;
	margin-bottom: 5px; /* matches link padding except for left and right 
	margin-top: 5px;
}

#navcontainer ul li a
{
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-top: 5px;
	color: white;
	font-size: 0.70em;
	text-decoration: none;
	border-right: 1px solid #fff;
}

#navcontainer ul li a:hover
{
	background-color: #b54a00;
	color: white;
}

#navcontainer #active
{
	border-left: 1px solid #fff;
}

