﻿/* CSS layout */
#masthead {
	height: 56px;
	font-size: xx-large;
	font-family: Papyrus;
	color: #333367;
	width: 900px;
	font-weight: bold;
}
#top_nav {	height: 22px;
	width: 852px;
}
#page_content {
	margin: 0 0 0 5px;
	height: 751px;
	width: 900px;
	overflow: auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: normal;
}
