﻿body {
	background-position: top;
	background-color: #FFFFFF;
	background-repeat: repeat-x;
	background-image: url('images/background.jpg');
}
h1 {
	font-size: 27px;
	font-family: "Trebuchet MS", "Lucida Console";
	font-weight: bold;
	font-style: italic;
	color: #368551;
	margin-bottom: 0;
	margin-top: 0;
}
h2 {
	font-size: 23px;
	font-family: "Trebuchet MS", "Lucida Console";
	font-weight: normal;
	color: #4E4A53;
	margin: 0;
}
h3 {
	font-family: "Trebuchet MS", "Lucida Console";
	color: #943C74;
	font-size: medium;
	font-weight: bold;
	margin: 12px 0px 0px 0px;
}
td{
	vertical-align: top;
}
p {
	margin: 0;
	font-family: Verdana, Tahoma;
	font-size: 12px;
	color: #2A3366;
	text-align: left;
	line-height: 15px;
}
a:link, a:visited {
	color: #235735;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
img{
	border: 0;
}
hr {
	border-color: #214263;
	height: 1px;
	color: #214263;
	width: 90%;
}

/* = = = = = SHELL TABLE CLASSES = = = = = = */
.tblMain {
	margin-right: auto;
	border-collapse: collapse;
	width: 970px;
	vertical-align: top;
	margin-left: auto;
}
.cellNav {
	vertical-align: top;
	background-color: #F0F9F3;
	width: 170px;
}
.tdNav{
	padding: 1px 7px 3px 7px;
}
.pNav {
	margin: 3px 3px 3px 3px;
	font-size: 14px;
}
.cellHeader {
	margin: 0;
	padding: 0;
	height: 160px;
	text-align: center;
	line-height: 0;
}
.tblCenter {
	vertical-align: top;
	margin-right: auto;
	margin-left: auto;
	width: 97%;
}

/* = = = = = FOOTER CELL CLASSES = = = = = */
.cellFooter {
	text-decoration: none;
	vertical-align: middle;
	text-align: center;
	background-color: #CABF7C;
	border-top-style: solid;
	border-top-width: thin;
	border-top-color: #B1B1B1;
	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: #F8F7F7;
}
a:visited.aFooter {
	color: #B9CFE0;
	text-decoration: none;
}

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

/* = = = = = CONTENT TABLE CLASSES = = = = = */
.tblContent {
	padding: 7px;
	width: 100%;
	font-weight: normal;
	font-style: normal;
}
.cellContent {
	vertical-align: top;
	width: 800px;
	background-color: #FFFFFF;
}
.pLinks {
	text-align: center;
	color: #4E4A53;
}
.cellH2 {
	background-color: #DCF0FF;
	border-top-color: #4080C8;
	border-top-style: solid;
	border-top-width: 1px;
}
