﻿body {
	background: white;
}
#pageContents {
	background-color: #FFFFFF;
	width: 860px;
	margin-right: auto;
	margin-left: auto;
}
#nav {
	background-color: #FF9933;
	width: 860px;
	padding: 10px;
}
#navTable {
	background-color: #CBB224;
	table-layout: auto;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	font-family: Cambria, Cochin, Georgia, Times, "Times New Roman", serif;
	font-size: large;
}
td {
	width: 250px;
}
ul {
	display: inline;
	list-style-type: square;
	list-style-position: inside;
}
li {
	display: inline;
	margin: 30px;
	font-family: Cambria, Cochin, Georgia, Times, "Times New Roman", serif;
	font-size: medium;
	color: #FFFFFF;
	font-weight: bold;
}
#contents {
	background-color: #FFFFFF;
	width: 860px;
}
#footer {
	border-width: medium;
	border-color: #FF9933;
	border-top-style: hidden;
	background-color: #FFFFFF;
	width: 860px;
	text-align: center;
	font-family: Cambria, Cochin, Georgia, Times, "Times New Roman", serif;
	font-size: small;
	font-style: italic;
}
#counter {
	text-align: center;
}
a {
	text-decoration: none;
	font-family: Cambria, Cochin, Georgia, Times, "Times New Roman", serif;
	font-size: medium;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #FF9933;
}
a:hover {
	background-color:#FFFFFF;
	color:#FF9933;
}

