﻿body {
	background-position: top;
	background-color: #524E4D;
	background-repeat: repeat-x;
	background-image: url('images/background.jpg');
	font-weight: normal;
}
h1 {
	font-size: 27px;
	font-family: "Trebuchet MS", "Lucida Console";
	font-weight: normal;
	font-style: italic;
	color: #FAB801;
	margin-bottom: 0;
	margin-top: 0;
}
h2 {
	font-size: 23px;
	font-family: "Trebuchet MS", "Lucida Console";
	font-weight: normal;
	color: #D47B4E;
	margin: 0;
}
h3 {
	font-family: "Trebuchet MS", "Lucida Console";
	color: #DAA98D;
	font-size: 17px;
	font-weight: bold;
	margin: 0px;
}
h4 {
	font-family: "Palatino Linotype", Garamond, "Times New Roman", serif;
	color: #FFFFFF;
	font-size: 14px;
	margin: 0px;
}


p,li {
	font-family: Verdana, Tahoma;
	font-size: 12px;
	color: #EAE8E8;
	text-align: left;
	line-height: 17px;
	font-weight: normal;
}
a:link, a:visited {
	color: #DF8920;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
hr {
	border-color: #A46446;
	height: 1px;
	color: #D47B4E;
	width: 90%;
}

/* = = = = = SHELL TABLE CLASSES = = = = = = */
.tblMain {
	margin-right: auto;
	border-collapse: collapse;
	width: 970px;
	vertical-align: top;
	margin-left: auto;
}
.cellNav {
	vertical-align: top;
	width: 200px;
	text-align: center;
}
.cellHeader {
	margin: 0;
	padding: 0;
	height: 200px;
	text-align: center;
	line-height: 0;
}
.tblCenter {
	vertical-align: top;
	margin-right: auto;
	margin-left: auto;
	width: 100%;
	background-color: #2F2E2C;
	background-image: url('images/bkgndContent.jpg');
	background-repeat: repeat-x;
}
.liHeader {
	font-size: 17px;
	font-family: "Trebuchet MS", "Lucida Console";
	font-variant: small-caps;
	font-weight: bold;
}
/* = = = = = FOOTER CELL CLASSES = = = = = */
.cellFooter {
	text-decoration: none;
	vertical-align: middle;
	text-align: center;
	border-top-style: solid;
	border-top-width: thin;
	border-top-color: #A46446;
	height: 50px;
}
.pFooter {
	text-align: center;
	font-size: 10px;
	font-family: Verdana, Tahoma, Arial, sans-serif;
	color: #F0C896;
}
a:link.aFooter,a :visited.aFooter{
	color: #FED152;	
	text-decoration: none;
}
 a:hover.aFooter {
	text-decoration: underline;
	color: #979191;
}

/* = = = = = CONTENT TABLE CLASSES = = = = = */
.tblContent {
	background-position: top;
	border-left: 1px #A46446 solid;
	padding: 7px;
	width: 100%;
	font-weight: normal;
	font-style: normal;
	background-color: #2F2E2C;
	background-image: url('images/contentGrade.jpg');
	background-repeat: repeat-x;
}
.cellContent {
	vertical-align: top;
	width: 770px;
}
.pLinks {
	text-align: center;
	color: #FAB801;
	font-size: 10px;
}
.cellH2 {
	background-color: #DCF0FF;
	border-top-color: #4080C8;
	border-top-style: solid;
	border-top-width: 1px;
}
