body, td, p, input, select, textarea  {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	background-color: #E9E9E9;
}
h1 {
	font-size: 200%;
	font-weight: bold;
}
h3 {
	font-size: 170%;
	font-weight: bold;
	color: #000;
}
h4 {
	font-size: 140%;
	font-weight: bold;
	color: #666;
}
h5 {
	font-size: 120%;
	font-weight: bold;
	color: #666;
}
.footer {
	padding-top: 10px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #666666;
	font-size: 0.75em;
}
a:link, a:visited {
	color: #990033;
	text-decoration: underline;
}
a:hover, a:active {
	color: #990033;
	text-decoration: underline overline;
}
.strong {
	font-weight: bold;
	text-align: right;
	vertical-align: text-top;

}
#navcontainer ul
{
padding-left: 0;
margin-left: 0;
background-color: #036;
color: White;
float: left;
width: 100%;
font-size: 0.9em;
}

#navcontainer ul li { display: inline; }

#navcontainer ul li a
{
padding: 0.2em 1em;
background-color: #036;
color: White;
text-decoration: none;
float: left;
border-right: 1px solid #fff;
}

#navcontainer ul li a:hover
{
background-color: #369;
color: #fff;
}
.smalltext {
	font-size: 0.833em;
}
.vsmalltext {
	font-size: 0.75em;
}
.smallerror {
	font-size: 0.833em;
	background-color: #990033;
	color: #FFF;
	font-weight: bold;
}
.boxed {
	border: 1px solid #333333;
}
.boxbanner {
	background-color: #990033;
	color: #FFF;
}
a.errorlink:link, a.errorlink:visited {
	color: #FF9900;
	text-decoration: underline;
}
a.errorlink:hover, a.errorlink:active {
	color: #FF9900;
	text-decoration: underline overline;
}
