.body {
	font-family: "Gill Sans MT", "Tw Cen MT", "Trebuchet MS";
	font-size: 12px;
}
 #navcontainer ul
{
	padding-left: 0;
	margin-left: 0;
	background-color: #333366;
	color: White;
	float: left;
	width: 100%;
	font-family: "Lucida Sans Unicode", "Tw Cen MT", "Trebuchet MS";
	font-size: 12px;
}

#navcontainer ul li { display: inline; }

#navcontainer ul li a
{
padding: 0.2em 1em;
background-color: #333366;
color: White;
text-decoration: none;
float: left;
border-right: 1px solid #fff;
}

#navcontainer ul li a:hover
{
background-color: #666699;
color: #fff;
}
#navlist a:hover
{
color: #fff;
background-color: #669;
text-decoration: none;
}
#navcontainer a:active
{
background: #666699;
color: #fff;
}

#navcontainer li#active a
{
background: #666699;
color: #fff;
}
.sidelineleft {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #666699;
	margin-left: 10px;
	padding-left: 10px;
}
.subheader {
	font-family: "Lucida Sans Unicode", "Tw Cen MT", "Trebuchet MS";
	font-size: 14px;
	font-style: oblique;
	font-weight: 500;
	font-variant: small-caps;
}
.line {
	padding-bottom: 1px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #333366;
}
.orangeheader {
	font-family: "Gill Sans MT", "Tw Cen MT", "Trebuchet MS";
	color: #FFFFFF;
	background-color: #333366;
	font-size: 16px;
	font-weight: 500;
}
.pageheader {
	font-family: "Gill Sans MT", "Tw Cen MT", "Trebuchet MS";
	color: #FFFFFF;
	background-color: #333366;
	font-size: 16px;
	font-weight: 500;
}
.table {
	border: 1px solid #333366;
	padding: 3px;
}
.pageheader2 {
	font-family: "Gill Sans MT", "Tw Cen MT", "Trebuchet MS";
	color: #FFFFFF;
	background-color: #ff9900;
	font-size: 16px;
	font-weight: 500;
}
