﻿.tblMain {
	border-color: #808040;
	border-width: thin;
	margin-right: auto;
	border-collapse: collapse;
	width: 800px;
	vertical-align: top;
	margin-left: auto;
	position: relative;
}
body {
	font-family: Verdana, Tahoma;
	font-size: small;
	color: #000000;
	background-color: #3c3924;
	background-repeat: repeat-x;
	background-image: url('images/background.jpg');
}
.cellNav {
	padding: 0px;
	margin: 0px;
	vertical-align: top;
	background-repeat: repeat-x;
	width: 150px;
	background-color: #4B4C34;
	background-image: url('images/navBackground.jpg');
}
.cellHeader {
	height: 150px;
	text-align: left;
	width: 800px;
	background-color: #000000;
}
.cellFooter {
	font-family: Verdana, Tahoma;
	font-size: x-small;
	text-decoration: none;
	vertical-align: middle;
	text-align: center;
	color: #FFFFFF;
	border-top-style: solid;
	border-top-width: thin;
	border-top-color: #808040;
	height: 50px;
	width: 800px;
	background-color: #44443C;
}
a.aFooter {
	color: #EEDF43;
	text-decoration: none;
}
a:visited.aFooter {
	color: #EEDF43;
	text-decoration: none;
}

a:hover.aFooter {
	text-decoration: underline;
	color: #C8E1FF;
}
a:link.aFooter{
	color: #EEDF43;
}
.cellContent {
	padding: 10px;
	vertical-align: top;
	color: #F5F5DC;
	width: 650px;
}
h1 {
	font-size: x-large;
	font-family: "Trebuchet MS", "Lucida Console";
	font-weight: bold;
	color: #EEDF43;
	margin-bottom: 0;
}
h2 {
	font-size: large;
	font-family: "Trebuchet MS", "Lucida Console";
	font-weight: normal;
	color: #ACA33F;
	margin: 0;
}
p
{
	margin: 8px;
	font-family: Verdana, Tahoma;
	font-size: 10pt;
	text-align: left;
	color: #F8F0B1;
}
.pLinks {
	text-align: center;
	color: #F5F5DC;
}
a:link {
	color: #EEDF43;
	text-decoration: none;
}
a:visited {
	color: #EEDF43;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
hr {
	height: 1px;
	color: #808040;
	width: 90%;
	background-color: #808040;
}
h3 {
	font-family: "Trebuchet MS", "Lucida Console";
	color: #EEDF43;
	font-size: medium;
	font-weight: bold;
	margin: 0px;
}
.tblContent {
	margin-right: auto;
	margin-left: auto;
	background-position: top;
	margin: 0px;
	vertical-align: top;
	width: auto;
	padding: 0px;
	background-image: url('images/tblBack.jpg');
	background-repeat: repeat-x;
	background-color: #44443c;
}
.cellH2 {
	background-color: #DCF0FF;
	border-top-color: #4080C8;
	border-top-style: solid;
	border-top-width: 1px;
}
