﻿body {
	background-position: top;
	background-color: #33322D;
	background-repeat: repeat-x;
	background-image: url('images/background.jpg');
}
h1 {
	font-size: 25px;
	font-family: "Trebuchet MS", "Lucida Console";
	font-weight: normal;
	font-style: italic;
	color: #A79883;
	margin-bottom: 0;
	margin-top: 0;
	font-variant: small-caps;
	text-align: left;
}
h2 {
	font-size: 17px;
	font-family: "Trebuchet MS", "Lucida Console";
	font-weight: normal;
	color: #E5E4E1;
	margin: 0;
	font-variant: small-caps;
	text-align: left;
}
h3 {
	font-family: "Trebuchet MS", "Lucida Console";
	color: #E5E4E1;
	font-size: 17px;
	font-weight: normal;
	margin: 0px;
	text-align: left;
	font-style: italic;
	font-variant: small-caps;
}

p {
	font-family: Verdana, Tahoma;
	font-size: 12px;
	color: #F4F3F0;
	text-align: left;
	font-weight: normal;
	line-height: 17px;
	margin-top: 3px;
	margin-bottom: 1px;
}
a:link,a:visited {
	color: #F6E29F;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}
hr {
	border-color: #ECC232;
	height: 1px;
	color: #ECC232;
	width: 100%;
	background-color: #ECC232;
	text-align: left;
}

/* = = = = = SHELL TABLE CLASSES = = = = = = */
.tblMain {
	margin-right: auto;
	border-collapse: collapse;
	width: 980px;
	vertical-align: top;
	margin-left: auto;
	background-image: url('images/bkgndContent.jpg');
	background-repeat: repeat-y;
	background-position: center 112px;
}
.cellNav {
	vertical-align: top;
	width: 230px;
}
.cellHeader {
	margin: 0;
	padding: 0;
	height: 295px;
	text-align: center;
	line-height: 0;
	background-color: #33322D;
}
.tblCenter {
	vertical-align: top;
	margin-right: auto;
	margin-left: auto;
	width: 100%;
	text-align: center;
}

/* = = = = = FOOTER CELL CLASSES = = = = = */
.cellFooter {
	text-decoration: none;
	vertical-align: middle;
	text-align: center;
	background-color: #504C45;
	border-top-style: solid;
	border-top-width: thin;
	border-top-color: #F0D061;
	height: 50px;
}
.pFooter {
	text-align: center;
	font-size: 10px;
	font-family: Verdana, Tahoma, Arial, sans-serif;
	color: #F8F7F7;
	line-height: normal;
}
a:link.aFooter{
	color: #F0D061;
}
a:visited.aFooter {
	color: #B9CFE0;
	text-decoration: none;
}

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

/* = = = = = CONTENT TABLE CLASSES = = = = = */
.tblContent {
	background-position: top left;
	padding: 7px;
	width: 650px;
	font-weight: normal;
	font-style: normal;
	margin-left: auto;
	margin-right: auto;
	background-color: #5B5854;
}
.cellContent {
	vertical-align: top;
	background-color: #33322D;
}
.pLinks {
	text-align: center;
	color: #EBBD22;
}
.cellH2 {
	background-color: #DCF0FF;
	border-top-color: #4080C8;
	border-top-style: solid;
	border-top-width: 1px;
}

