
body, html {
    background: #fff repeat-x url();
    margin: 0;
    padding: 0px 0px 0px 0px;
    border: 0;
}

SPAN.head
{
	color: #666;
	font-family: verdana,arial,helvetica,sans serif;
	font-size: 15px;
	line-height: 1.5em;
	font-style: normal;
	font-variant: normal;
	font-weight: bold;
}

SPAN.subhead
{
	color: #666;
	font-family: verdana,arial,helvetica,sans serif;
	font-size: 12px;
	line-height: 1.8em;
	font-style: normal;
	font-variant: normal;
	font-weight: bold;
}

SPAN.subhead2
{
	color: #666;
	font-family: verdana,arial,helvetica,sans serif;
	font-size: 12px;
	line-height: 1.4em;
	font-style: normal;
	font-variant: normal;
	font-weight: bold;
}

SPAN.body
{
	color: #999;
	font-family: verdana,arial,helvetica,sans serif;
	font-size: 12px;
	line-height: 1.8em;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
}

SPAN.bodylist
{
	color: #999;
	font-family: verdana,arial,helvetica,sans serif;
	font-size: 12px;
	line-height: 1.4em;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
}

SPAN.bot_nav
{
	color: #333;
	font-family: verdana,arial,helvetica,sans serif;
	font-size: 11px;
	line-height: 1.5em;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
}

SPAN.nav_heads
{
	color: #333;
	font-family: verdana,arial,helvetica,sans serif;
	font-size: 12px;
	line-height: 1.0em;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
}

SPAN.left_nav
{
	color: #333;
	font-family: verdana,arial,helvetica,sans serif;
	font-size: 11px;
	line-height: 1.75em;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
}

SPAN.footer
{
	color: #999;
	font-family: verdana,arial,helvetica,sans serif;
	font-size: 10px;
	line-height: 1.2em;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
}


/******** Begin Navigation ********/

#navcontainer {
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-transform: uppercase;
	margin: 0px;
	padding: 0px;
}

#navcontainer ul {
	padding-left: 15px;
	margin-left: 0px;
	margin-top: 0px;
	padding-top: 0px;
	margin-bottom: 0px;
	background-color: #999999;
	color: White;
	float: left;
	width: 735px;
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	border-bottom: 1px none #333333;
	}

#navcontainer ul li { 
display: inline; 
	margin-top: 0px;
	padding-top: 0px;
}

#navcontainer ul li a {
	padding: 0.2em 1em;
	background-color: #999999;
	color: black;
	text-decoration: none;
	float: left;
	border-right: 1px solid #FFFFFF;
	}

#navcontainer ul li a:hover {
	background:#900;
	color: #fff;
	text-decoration: none;
	}

#navcontainer ul li a.selected {
	background:#900;
	color: #fff;
	}
