﻿/* CSS Document */
@charset "utf-8";
@font-face {
font-family:'whitehall-webfont';
src: url('../fonts/whitehall-webfont.eot');
src: local('☺'),
url('../fonts/whitehall-webfont.woff') format('woff'), 
url('../fonts/whitehall-webfont.ttf') format('truetype'), 
url('../fonts/whitehall-webfont.svg#whitehall') format('svg');
}
@font-face {
font-family:'braxton_black-webfont';
src: url('../fonts/braxton_black-webfont.eot');
src: local('☺'),
url('../fonts/braxton_black-webfont.woff') format('woff'), 
url('../fonts/braxton_black-webfont.ttf') format('truetype'), 
url('../fonts/braxton_black-webfont-webfont.svg#!braxton_black-webfont') format('svg');
}
html {
	background:url('../images/old_map.png') no-repeat center center;
	min-height:100%;
	background-size:cover;
}
#container {
	/* [disabled]font-family:"whitehall-webfont"; */
	width: 80%;
	border: medium groove;
	border-color: #EF920B;
	border-width: 2px;
	padding: 1%;
	background-color: #FFF;
	margin: 2% auto;
}
header{
	width:100%;
	text-align:center;
}
nav {
	width:100%;
	text-align:center;
}
section {
	text-align:center;
	padding-top:0;
}
h1 {
	font-family:'braxton_black-webfont';
	font-size:300%;
	text-align:center;
        color: #FE642E;
}
h2 {
	font-family:'braxton_black-webfont';
	font-size:200%;
	text-align:center;
     color:#B07929;
}

img {
	max-width:100%;
	max-height:100%;
}
.centerme {
	text-align:centerme;
}
.left {
	text-align:left;
}
ul li {
	list-style:none;
	display:inline;
	font-family:"whitehall-webfont";
	margin:auto;
     font-size:140%;
}
a:link {
	text-decoration:none;
	color:#67481C;
	font-family:"whitehall-webfont";
	font-size:115%;
	font-weight:bold;
}
a:visited {
	text-decoration:none;
	color:#67481C;
	font-family:"whitehall-webfont";
	font-size:115%;
	font-weight:bold;
}
a:active {
	text-decoration:none;
	color:#67481C;
	font-family:"whitehall-webfont";
	font-size:115%;
	font-weight:bold;
}
a:hover {
	text-decoration:underline;
	color:#B07929;
	font-family:"whitehall-webfont";
	font-size:115%;
	font-weight:bold;
}
table
{

bordr-collapse: collapse;
border:0.5px solid black;
 background-color: #F6E3CE; }
td
 {
 border:1px solid black;
 font-family:'braxton_black-webfont'
color:#67481C;
font-size:90%;

}
 th
 {
 border:1px solid black;
}
footer
{
color: #FE642E;
}
ul
{
    list-style-type: circle;
}
ol li {
    font-size:120%;
    padding: 5px;
margin-left: 35px;
    color:#FF8000;
    font-weight:bold;
}
p
{
    font-style: oblique;
}
section img {
	border:inset thick #FE642E;;
}