.contactinfo {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: italic;
	text-align: center;
	clear: both;
	padding: 25px 5px 5px;
}
.content {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	width: 75%;
	margin-top: 5px;
	margin-left: 18%;
	padding-top: 15px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}
.sitenavigation {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #990000;
	width: 16%;
	padding: 5px;
	float: left;
	border: thin solid #990000;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	font-weight: normal;
}
a:link {
	color: #000066;
	text-decoration: underline;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}
a:visited {
	font-family: Arial, Helvetica, sans-serif;
	color: #3366FF;
	text-decoration: underline;
	font-weight: bold;
}
a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #3399FF;
	text-decoration: underline;
}
a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #330000;
}
.pagetitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 36px;
	font-weight: bold;
	color: #000099;
	width: 50%;
	float: left;
	padding-left: 10px;
}
.header {
	border-bottom-width: thick;
	border-bottom-style: solid;
	border-bottom-color: #990000;
	height: 50px;
}
.lastmodified {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
	text-align: right;
}

