﻿/* CSS layout */
#masthead {
	width: 800px;
	margin: 0px;
}
#top_nav {
	width: 800px;
	font-family: Arial;
	color: #000080;
	background-color: #FFFFFF;
	margin: 0px;
}
#page_content {
	width: 800px;
	font-family: tahoma;
	background-color: #FFFFFF;
	color: #808080;
	text-align: left;
}
#footer {
	width: 800px;
	font-family: Arial;
	font-size: small;
	background-color: #FFFFFF;
}
.pagetitle {
	font-family: tahoma;
	font-size: medium;
	color: #0000FF;
	font-weight: bold;
	text-indent: 25px;
	text-align: left;
}

