﻿/* CSS layout */
#masthead {
	height: 56px;
	font-size: xx-large;
	font-family: Papyrus;
	color: #333367;
	width: 725px;
	font-weight: bold;
}
#top_nav {	height: 22px;
	width: 725px;
}
#page_content {
	border: 0px none #FFFFFF;
	padding: 0px;
	margin: 0 0 0 5px;
	height: 375px;
	width: 725px;
	overflow: auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: 700;
}

