﻿body {
	background-position: top;
	background-color: #301802;
	background-repeat: repeat-x;
	background-image: url('images/background.jpg');
	background-attachment: fixed;
}
td {
	vertical-align: top;
}
h1 {
	font-size: 21pt;
	font-family: "Trebuchet MS", "Lucida Console";
	font-weight: bold;
	font-style: italic;
	color: #A7ABAC;
	margin-bottom: 0;
	margin-top: 0;
}
h2 {
	padding: 0;
	font-size: 17pt;
	font-family: "Trebuchet MS", "Lucida Console";
	font-weight: normal;
	color: #C0BB9B;
	margin: 0;
	font-style: italic;
}
h3 {
	padding: 0;
	font-family: "Palatino Linotype", Garamond, "Times New Roman", serif;
	color: #8B7C5B;
	font-size: small;
	margin: 0;
}

p {
	font-family: Trebuchet MS;
	font-size: 10pt;
	color: #F6F3ED;
	text-align: left;
}
a:link {
	color: teal;
	text-decoration: none;
}
a:visited {
	color: light blue;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
hr {
	height: 1px;
	color: #4E4A53;
	width: 90%;
	background: #4E4A53;
}

/* = = = = = SHELL TABLE CLASSES = = = = = = */
.tblMain {
	margin-right: auto;
	border-collapse: collapse;
	width: 900px;
	vertical-align: top;
	margin-left: auto;
}
.cellNav {
	vertical-align: top;
	background-color: #B7BABB;
	width: 200px;
}
.cellHeader {
	margin: 0;
	padding: 0;
	height: 135px;
	text-align: center;
	line-height: 0;
}
.tblCenter {
	vertical-align: top;
	margin-right: auto;
	margin-left: auto;
	width: 100%;
}

/* = = = = = FOOTER CELL CLASSES = = = = = */
.cellFooter {
	text-decoration: none;
	vertical-align: bottom;
	text-align: center;
	border-top-style: solid;
	border-top-width: thin;
	border-top-color: #5F522C;
	height: 60px;
}
.pFooter {
	text-align: center;
	font-size: 8pt;
	font-family: Verdana, Tahoma, Arial, sans-serif;
	color: #F8F7F7;
}
a:link.aFooter{
	color: #B9CFE0;
}
a:visited.aFooter {
	color: #B9CFE0;
	text-decoration: none;
}

a:hover.aFooter {
	text-decoration: underline;
	color: #B9CFE0;
}

/* = = = = = CONTENT TABLE CLASSES = = = = = */
.tblContent {
	background-position: top;
	padding: 7px;
	width: 860px;
	font-weight: normal;
	font-style: normal;
	background-color: #2B2014;
	margin-left: auto;
	margin-right: auto;
	background-image: url('images/bkgndContent.jpg');
	background-repeat: repeat-x;
}
.cellContent {
	vertical-align: top;
}
.pLinks {
	text-align: center;
	color: #4E4A53;
}
.cellH2 {
	background-color: #DCF0FF;
	border-top-color: #4080C8;
	border-top-style: solid;
	border-top-width: 1px;
}
