body {
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px
}

td {
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px
}

th {
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px
}

#navcontainer
{
margin: 0;
padding: 0 0 0 12px;
}

#navcontainer UL
{
list-style: none;
margin: 0;
padding: 0;
border: none;
}

#navcontainer LI
{
display: block;
margin: 0;
padding: 2px;
float: left;
width: AUTO;
}

#navcontainer A
{
color: #ccccff;
font-weight:bold;
display: block;
width: auto;
text-decoration: none;
background: #003366;
margin: 0;
padding: 2px 10px;
/*border-left: 1px solid #fff;
border-top: 1px solid #fff;
border-right: 1px solid #aaa;*/
}

#navcontainer A.active:link, #navcontainer A.active:visited, #navcontainer A.active:hover, #navcontainer A.active:active { background: #000033; color: #FFF;}
#navcontainer A:hover, #navcontainer A:active /*#navcontainer A.active:link, #navcontainer A.active:visited*/  { background: #000033; color: #FFF;}

/*#navcontainer A.active:link, #navcontainer A.active:visited  changed by mbrewer
{
position: relative;
z-index: 102;
background: #BBBBBB; 
background: #000033;
font-weight: bold;
}*/

#subnav
{
position: relative;
top: -1px;
z-index: 101;
margin: 0;
padding: 0px 0 3px 0;
background: #BBBBBB;
border-top: 1px solid #fff;
border-bottom: 1px solid #aaa;
}

#subnav UL
{
list-style: none;
margin: 1px 0 0px 13px;
padding: 0px;
border-right: 1px solid #fff;
border-left: 1px solid #aaa;
}

#subnav LI
{
position: relative;
z-index: 102;
display: block;
margin: 0;
padding: 0;
float: left;
width: auto;
}

#subnav A
{
color: #fff;
display: block;
width: auto;
text-decoration: none;
margin: 0;
padding: 2px 12px 2px 10px;
}

#subnav A:hover, .subnav A:active { color: #444; }
#subnav A.active:link, .subnav A.active:visited { color: #444; }
#subnav BR, .navcontainer BR { clear: both; }

.hash {
	background-image: url(/images/prim_nav_hash.jpg);
	background-repeat: no-repeat;
	background-position:left center;
}

.selected {
	background-image: url(/images/prim_nav_hash.jpg);
	background-repeat: no-repeat;
	background-position:left center;
	background: #000033; 
	color: #FFF;
	color: #ccccff;
	font-weight:bold;
	display: block;
	width: auto;
	text-decoration: none;
	background: #000033;
	margin: 0;
	padding: 2px 10px;
	}
.tablepad{
	padding-left:45px;
	}
