.body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #222222;
	line-height: 18px;
}
.header {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #A84610;
	line-height: 26px;
}
.body a {
	color: 006579;
}
.smaller11 {
	font-size: 11px;
	line-height: 15px;
}
.smaller10 {
	font-size: 10px;
	line-height: 12px;
}
.nav {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #222222;
	line-height: 15px;
}
.nav a {
	color: 222222;
}
.nav a:hover {
	color: 006579;
}
#nav, #nav ul {
	padding: 0;
	margin: 0;
	list-style: none;
	font-size: 12px;
}
#nav a {
	display: block;
	padding: 0.7em 0.9em 0.7em 0.9em;
	border-right: 1px solid #EEE;
}
#nav li { /* all list items */
	float: left;
}
#nav li a {
	color: #33333;
	text-decoration: none;
}
#nav li ul {
	position: absolute;
  	width: 15em;
	left: -999em;
}
#nav li ul a {
	padding: 0.5em;
	width: 14em;
	line-height: 1.2em;
	color: #333333;
	background-image: url(images/lgrey_bg.gif);
	text-decoration: none;
	border-top: 1px solid #EEE;
	border-right: none;
}
#nav li ul a:hover {
	color: #666666;
	text-decoration: underline;
}
#nav li:hover ul, #nav li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
  	width: 15em;
}
#content {
	clear: left;
	color: #ccc;
}
.subheader {
	font-weight: bold;
	color: #305c70;
	line-height: 16px;
}
.list {
	list-style-position: inherit;
	list-style-type: disc;
	margin-left: 1em;
	padding-left: 0.5em;
}.weefooter {
	font-size: 10px;
	color: #FFFFFF;
}
.header_redder {
	font-size: 18px;
	color: #990000;
	line-height: 26px;
}
