﻿body
{
	background-color: White;
	font-family: Verdana;
	font-size: 11px;
	margin: 0px 0px 0px 0px;
	color: #003468;
}
p, td, input, div, textarea
{
	font-family: Verdana;
	font-size: 11px;
}
h1
{
	color: #99AEC3;
	font-family: Verdana;
	font-weight: bold;
	font-size: 20px;
}
h6
{
	font-weight: normal;
	color: Silver;
	font-size: 11px;
	margin-bottom:6px; 
	margin-top:6px; 
}
hr
{
	height: 1px;
	color: #99AEC3;
}
.page
{
	width: 992px;
}
.editmode
{
	background-color: Yellow;
	cursor: pointer;
}
.subnavblock
{
	padding: 0px 15px 0px 10px;
	width: 155px;
	float: left;
}
.subnavheader
{
	padding: 0px 0px 6px 0px;
	border-bottom-style: solid;
	border-width: 1px;
	border-color: #003468;
	font-family: Verdana;
	font-size: 11px;
	color: #003468;
}
.subnavactive
{
	padding: 10px 0px 0px 18px;
	font-family: Verdana;
	font-weight: bold;
	font-size: 11px;
	color: #FF7500;
	background-image: url(arrow.gif);
	background-repeat: no-repeat;
	background-position: 0px 12px;
}
.subnavinactive
{
	padding: 10px 0px 0px 18px;
	font-family: Verdana;
	font-weight: bold;
	font-size: 11px;
	color: #003468;	
	background-image: url(arrow.gif);
	background-repeat: no-repeat;
	background-position: 0px 12px;}
.content
{
	width: 812px;
	float: left;
}
A:visited
{
	color: #0000FF;
}
A.nav
{
	color: #003468;
	text-decoration: none;
}
A.nav:visited
{
	color:  #003468;
}
A.scout
{
	color: #FF7500;
	text-decoration: none;
	font-size: 12px;
}
A.scout:visited
{
	color: #FF7500;
}
A.nav:hover
{
	color: #FF7500;
}
