﻿body {
	background-position: top;
	background-color: #637B3F;
	background-repeat: repeat-x;
	background-image: url('images/background.jpg');
	font-family: "Trebuchet MS", "Lucida Console", sans-serif;
	font-size: 14px;
	color: #779253;
}
h1 {
	font-size: 21pt;
	font-family: "Trebuchet MS", "Lucida Console";
	font-weight: normal;
	font-style: italic;
	color: #613335;
	margin-bottom: 0;
	margin-top: 0;
	font-variant: small-caps;
	text-align: left;
}
h2 {
	font-size: 14pt;
	font-family: "Trebuchet MS", "Lucida Console";
	font-weight: normal;
	color: #864749;
	margin: 7px 0 0 0;
	font-variant: small-caps;
	text-align: left;
}
h3 {
	font-family: "Trebuchet MS", "Lucida Console";
	color: #779253;
	font-size: 12pt;
	font-weight: normal;
	margin: 0px;
}

p {
	margin: 7px 0 0 0;
	font-family: Verdana, Tahoma;
	font-size: 12px;
	color: #535540;
	text-align: left;
	font-weight: normal;
	line-height: 19px;
}
a:link, a:visited {
	color: #613335;
	text-decoration: none;
	text-align: center;
}  
a:hover {
	text-decoration: underline;
}
hr {
	border-color: #FFFFFF;
	height: 1px;
	color: #FFFFFF;
	width: 90%;
	background-color: #FFFFFF;
	text-align: left;
}

/* = = = = = SHELL TABLE CLASSES = = = = = = */
.tblMain {
	margin-right: auto;
	border-collapse: collapse;
	width: 1000px;
	vertical-align: top;
	margin-left: auto;
}
.cellNav {
	background-position: center;
	vertical-align: top;
	width: 300px;
	background-image: url('images/navBackground.jpg');
	background-repeat: repeat-y;
}
.cellHeader {
	margin: 0;
	padding: 0;
	height: 100px;
	text-align: center;
	line-height: 0;
	background-color: #CAC772;
}
.tblCenter {
	vertical-align: top;
	margin-right: 0px;
	margin-left: auto;
	width: 1000px;
}

/* = = = = = FOOTER CELL CLASSES = = = = = */
.cellFooter {
	text-decoration: none;
	vertical-align: middle;
	text-align: center;
	background-color: #54663A;
	border-top-style: solid;
	border-top-width: thin;
	border-top-color: #777D51;
	height: 70px;
}
.pFooter {
	margin: 0;
	text-align: center;
	font-size: 8pt;
	font-family: Verdana, Tahoma, Arial, sans-serif;
	color: #F8F7F7;
	line-height: normal;
}
a:link.aFooter{
	color: #EDE8A4;
}
a:visited.aFooter {
	color: #B9CFE0;
	text-decoration: none;
}

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

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