/* CSS Document */

 body {
	font-family: Georgia, "Times New Roman", Times, serif;
	background-color: #999999;
	margin-top: 0px;
	font-size: 12px;
}
 
  ul#navlist
 {
	margin-left: 0;
	padding-left: 0;
	white-space: nowrap;
 }

 #navlist li
 {
	display: inline;
	list-style-type: none;
	padding: 0px;
	margin-top: 0px;
 }

 #navlist a { padding: 3px 10px; }

 #navlist a:link, #navlist a:visited
 {
 color: #fff;
 background-color: #005447;
 text-decoration: none;
 }

 #navlist a:hover
 {
 color: #fff;
 background-color: #FEDE58;
 text-decoration: none;
 }

h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: bold;
	color: #005447;
	text-align: left;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
	line-height: 14px;
	text-align: left;
}
.intro {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 18px;
	color: #999999;
	text-align: left;
}
h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: bold;
	color: #005447;
	text-align: left;
}
.subhead {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #005447;
}
#navcontainer {
	height: 18px;
}
