/* CSS Document */

#navholder {
	float: left;
	width: 868px;
	height: 26px;
	font-family: Arial;
	font-weight: bold;
	color: #0390c8;
	text-decoration: none;
	text-align: left;
	letter-spacing: 0;
	text-indent: 0px;
	line-height: 28px;
	font-size: 13px;
	font-stretch: expanded;
	padding-left: 2px;
}
.navdivider {
	font-family: Arial;
	color: #646d6c;
	text-decoration: none;
	text-align: left;
	letter-spacing: 0;
	text-indent: 0px;
	line-height: 22px;
	font-size: 14px;
}
#subnavholder {
	float: left;
	width: 860px;
	height: 20px;
	font-family: Arial;
	color: #0390c8;
	text-decoration: none;
	text-align: left;
	letter-spacing: 0;
	text-indent: 0px;
	line-height: 11px;
	font-size: 11px;
}

.subnav:link {
	color: #0390c8;
	text-decoration: none;
}
.subnav:hover {
	color: #feb729;
	text-decoration: none;
}
.subnav:active {
	text-decoration: none;
	color: #feb729;
}
.subnav:visited {
	color: #0390c8;
	text-decoration: none;
}
.subnav:visited:hover {
	color: #feb729;
	text-decoration: none;
}

.footnav:link {
	color: #999999;
	text-decoration: none;
	}
.footnav:hover {
	color: #333333;
	text-decoration: none;
	}
.footnav:visited {
	color: #999999;
	text-decoration: none;
}
.footnav:active {
	text-decoration: none;
	color: #999999;
}
.footnav:visited:hover {
	color: #333333;
	text-decoration: none;
}

.footnav1:link {
	color: #333333;
	text-decoration: none;
	}
.footnav1:hover {
	color: #999999;
	text-decoration: none;
	}
.footnav1:visited {
	color: #333333;
	text-decoration: none;
}
.footnav1:active {
	text-decoration: none;
	color: #333333;
}
.footnav1:visited:hover {
	color: #999999;
	text-decoration: none;
}
.current:link {
	color: #feb729;
}
.current:visited {
	color: #feb729;
	text-decoration: none;
}