﻿html 
{
	height: 101%;
}
body 
{
	padding: 10px 10px 10px 10px; 
	font-family: 'Arial';
	font-size: 1.3em; 
	border-collapse: collapse; 
	background: none 0 0 repeat-x; 
	text-align: center;
	background-color: white;
	margin: 0;
}
table
{
	text-align: left;
}
td
{
	padding: 3px 3px 3px 3px;
	vertical-align: top;
}
#page
{
	text-align: left;
	margin: 0px auto;
	width: 800px;
}
#message
{
	background-color: #FFCC99;
	color: Red;
	font-weight: bold;
	width: 800px;
	padding-top: 3px;
	padding-bottom: 3px;
	text-align: left;
	clear: both;
}
#message ul
{
	padding: 0px 0px 0px 0px;
	margin: 1px 1px 1px 1px; 
	list-style-type: none; 
}
#message li
{
	text-align: center;
	font-weight: bold;
	vertical-align: middle;
}
#content
{
	text-align: left;
	width: 800px;
	padding: 25px 5px 50px 5px;
	border-bottom: solid 1px black;
	border-right: solid 1px black;
	border-left: solid 1px black;
	background-color: #FFCC99;
	margin-bottom: 5px;
	clear: both;
}
#contentSmall
{
	text-align: left;
	width: 700px;
	padding: 25px 5px 50px 5px;
	border-bottom: solid 1px black;
	border-right: solid 1px black;
	border-left: solid 1px black;
	background-color: #FFCC99;
	margin-bottom: 5px;
	clear: both;
}
#content p
{
	margin-left: 30px;
	margin-right: 30px;
}
#content h2
{
	margin-left: 30px;
	margin-right: 30px;
}
#content table
{
	margin-left: 30px;
	margin-right: 30px;
}
#credit
{
	width: 800px;
	height: 45px;
	margin-top: 10px; 
	font-size: .7em;
	text-align: center;
	clear: both;
	padding: 10px 10px 0px 10px;
}
#footer
{
	width: 800px;
	height: 45px;
	margin-top: 10px; 
	font-size: .5em;
	text-align: center;
	clear: both;
	padding: 10px 10px 10px 10px;
}
#nav
{
	text-align: center;
	width: 800px;
	padding-left: 5px;
	padding-right: 5px;
	border: solid 1px black;
	background-color: #CC9966;
	clear: both;
	height: 1.7em;
}
#nav ul
{
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px; 
	list-style-type: none; 
	background-color: white;
}
#nav li
{
	margin: 0px 5px 0px 5px;
	float: left;
	text-align: center;
	font-weight: bold;
}
#nav a 
{
	height: 1.7em;
	line-height: 1.7em;
	float: left;
	display: block;
	padding: 0px 10px 0px 10px;
	border-right: 0.1em solid White;
	border-left: 0.1em solid White;
	text-decoration: none;
	text-align: center;
	vertical-align: middle;
}
#nav a:link, #nav a:active, #nav a:visited 
{
	font-weight: bold;
}
#nav a:hover 
{
	background-color: #000066;
	color: white;
}
.menuSelected
{
	color: Black;
	background-color: white;
	border-right: 0.1em solid Black;
	border-left: 0.1em solid Black;
}
.menuUnselected
{
	color: White;
	background-color: #996633;
}
.footnote
{
	font-size: .7em;
	text-align: center;
}
