#navcontainer ul
{
padding: .2em 0;
margin: 0;
list-style-type: none;
background-color: #F3EBE2;
color: #FFF;
width: 100%;
font: normal 9pt Arial, Helvetica, sans-serif; 

text-align: center;
}

li { display: inline; }

li a
{
text-decoration: none;
background-color: #F3EBE2;
color: #000000;
padding: .2em 1em;
border-right: 1px solid #fff;

}

li a:hover
{
	background-color: #660000;
	color: #fff;
	font-weight: bold;
}

A:link {
	color:#660000;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
} 
A:visited {
	color:#660000;
	font-size: 12px;
	font-weight: bold;
} 
A:hover {
	color: #660000;
	font-size: 12px;
	font-weight: bold;
} 
A:active {
	text-decoration:underline;
	color: #660000;
	font-size: 12px;
	font-weight: bold;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #000066;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #000066;
}
.BodyText { font-family: Arial, Helvetica, sans-serif; font-weight: normal; font-size: 12px; color: #000000}
.BlueText { font-family: Arial, Helvetica, sans-serif; font-weight: bold; font-size: 11px; color: #000066}
.Tahoma12 { font-family: Tahoma, Eros, Verdana, Arial; font-size: 12px}
.CopyrightText {
	font-family: Tahoma, Eros, Verdana, Arial;
	font-size: 10px;
	line-height: 14px;
	color: #666666;
}

