﻿/* CSS layout */
#masthead {
	background-color: #D0A414;
}
#top_nav {
	background-color: #D0A414;
}
#page_content {
	margin-right: 100px;
	margin-left: 100px;
	font-size: xx-large;
	font-weight: bold;
	font-style: normal;
	color: #000066;
	font-family: "Poor Richard";
}
.Text_align_center {
	text-align: center;
}
.smallfont {
	font-family: "Poor Richard";
	font-size: large;
	font-weight: bold;
	color: #000066;
}
#footer {
	margin-right: 200px;
	margin-left: 200px;
	font-family: "Poor Richard";
	font-size: x-large;
	font-weight: bold;
	color: #000066;
	text-align: center;
	margin-top: 15px;
}
