﻿/* CSS layout */
html {
	height: 101%;
}
body {
	margin: 0;
	padding: 0;
	border: 0;
	background-color: #001696;
	color: #001696;
}
#container {
	width: 780px;
	background-color: #FFFFFF;
	margin-right: auto;
	margin-left: auto;
}
#masthead {
	text-align: center;
}
#mast_table {
	width: 95%;
	margin: 10px auto -5px auto;
}
#rnr {
	font-family: Impact;
	font-size: 28px;
	color: #001696;
}
#top_nav {
	margin-top: 10px;
}
.nav_table {
	text-align: center;
	width: 90%;
	margin-right: auto;
	margin-left: auto;
}
.nav_table td {
	border: 4px none #001696;
	border-collapse: separate;
	border-spacing: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	font-weight: bold;
	font-style: italic;
}
.nav_table a {
	text-decoration: none;
	color: #001696;
	font-weight: bold;
}
.nav_table a:hover {
	color: #DD6600;
}
#footer {
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding-bottom: 5px;
	padding-top: 10px;
	margin-bottom: 10px;
}
#footer a {
	text-decoration: underline;
	color: #008000;
}
#footer a:hover {
	color: #FF9900;
}
#meter {
	display: inline;
	visibility: hidden;
}
