body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
	color: #000066;
}
.headlarge {
	font-size: 110%;
	font-weight: bold;
}
.headsmall {
	color: #7da8db;
	font-weight: bold;
}
#head a:link {
	font-size: 120%;
	font-weight: bold;
	color: #000066;
	text-decoration: underline;
}
#footer {
	font-size: 75%;
	text-align: center;
}
#footer a:link, #footer a:visited {
	color: #000066;
}
#footer a:hover, #footer a:active {
	color: #7da8db;
	font-style: italic;
}


#head a:hover {
	font-style: italic;
	font-weight: bold;
	color: #7da8db;
	text-decoration: underline;
}
#nav li {
	font-size: 100%;
	list-style-type: none;
	width: 100%;
}

#nav ul {
	margin: 0px;
	padding: 0px;
}
#nav a {
	text-align: center;
	display: block;
	margin-bottom: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
	text-decoration: none;
}
#nav a:link, #nav a:visited {
	color: #000066;
	background-color: #7da8db;
	font-weight: bold;
}
#nav a:hover, #nav a:active {
	font-style: italic;
	color: #7da8db;
	background-color: #000066;
	font-weight: bold;
}
#head a:visited {

	font-size: 120%;
	font-weight: bold;
	color: #000066;
	text-decoration: underline;
}
.contenthead {
	font-size: 110%;
	font-weight: bold;
}
.fltrgt {
	float: right;
	margin-left: 10px;
}
