﻿/* CSS layout */
#masthead {
	height: 63px;
}
/* Styles for Navigation */
#top_nav {
	background-color: #FF0000;
	width: 100%;
	height: 20px;
}
#top_nav ul {
	list-style-type: none;
	width: 100%;
	margin: 0;
	padding: 0;
	background-color: #FF0000;
}
#top_nav li {
	float: left;
}
#top_nav a {
	color: #000000;
	text-decoration: none;
	display: block;
	background-color: #FF0000;
	font-weight: bold;
	width: 100%;
	margin-left: 5px;
	margin-right: 5px;
}
#top_nav a:hover {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #FF0000;
	font-weight: bold;
}

#page_content {
}
#footer {
}