﻿/* CSS layout */
#masthead {	text-align: center;
	color: #008000;
	font-size: large;
	font-weight: 700;
	font-family: Verdana, Verdana;
}
#top_nav {
}
#page_content {
}
#footer {	text-decoration: underline;
	color: #FF0000;
	font-size: medium;
	font-weight: 700;
	font-style: italic;
}
