﻿/* CSS layout */
#masthead {
	font-family: Verdana, Ariel, "sans serif";
	font-size: x-large;
	font-weight: bold;
	font-style: normal;
	font-variant: normal;
	text-transform: none;
	text-align: center;
	background-color: #4069B5;
	height: 375px;
	color: #FFCC00;
	width: 1000px;
}
#top_nav {
	font-family: "Times New Roman", Times, serif;
	font-size: medium;
	font-weight: bold;
	font-style: normal;
	font-variant: normal;
	text-transform: none;
	text-align: center;
	background-color: #4069B5;
	height: 65px;
	border-top-style: solid;
	border-top-width: 5px;
	border-top-color: #FFCC00;
	border-bottom-color: #FFCC00;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	margin-left: 0px;
	line-height: 18px;
	width: 1000px;
	padding-top: 10px;
}
#page_content {
	background-color: #4069B5;
	text-align: center;
}
#footer {
	background-color: #4069B5;
}
