﻿/* CSS layout */
body {
	margin: 0;
	padding: 0;
	background-color:silver;
	color:#000066;
	}

#masthead {

	font-size: 36px;
	font-weight: bold;
	font-family: "Times New Roman", Times, serif;
}

#top_nav table
{
	table-layout: fixed;
}
#top_nav td
{
	color: silver;
	width: 187.5px;
	height: 100px;
	table-layout: fixed;
	border: thin outset;}

#top_nav td:hover
{
	color:#000066;
}


#container {

	width: 750px;
	height: 61px;
	margin: 0px auto;
}

#page_content {
	border: thin #000000 solid;
}

#footer {
	clear: both;
	font-size: 10px;
}

