a.nav
{
	text-decoration: none;
}
a.nav:link    { color: #ff6600; }
a.nav:visited { color: #ff6600; }
a.nav:hover   { color: #ff6600; text-decoration: underline;}

.hdrtagline
{
	border-top: solid 1px #000000;
	border-bottom: solid 1px #000000;
	width: 100%;
	background-color: #DE7008;
	text-align: right;
	font-size: 12px;
	vertical-align: baseline;
	padding-top: 3px;
	padding-left: 30;
	padding-bottom: 3px;
}
td.vertbar
{
	width: 1px;
	background-color: #000000;
}
.navActive
{
	font-size: 12px;
	height: 20px;
	width: 90px;
	text-align: left;
	padding-left: 10px;
	background-color: #cccccc;
	font-weight: bold;
}
.navInactive
{
	font-size: 12px;
	height: 20px;
	width: 90px;
	text-align: left;
	padding-left: 10px;
	background-color: #ffffff;
	font-weight: bold;
}
p.footer
{
	font-size: 12px;
	padding: 20px 0px 20px 0px;
	width: 100%;
	text-align: center;
}
.footContactInfo
{
	
}
.footLinks
{
	text-align: center;
	font-size: 12px;
	color: #ff6600;	
}
a.footLink
{
	text-decoration: none;	
}
a.footLink:link {color: #ff6600;}
a.footLink:visited { color: #ff6600; }
a.footLink:hover { text-decoration: underline; }

div#content
{
	position: static;
	margin-left: 30px;
}

