﻿.tblMain {
	margin-right: auto;
	border-collapse: collapse;
	width: 915px;
	vertical-align: top;
	margin-left: auto;
	position: relative;
}
body {
	background-position: top;
	background-color: #1C2224;
	background-repeat: repeat-x;
	background-image: url('images/background.jpg');
}
.cellNav {
	vertical-align: top;
	width: 250px;
}
.cellHeader {
	height: 170px;
	text-align: left;
	line-height: 0;
	width: 700px;
}
.cellFooter {
	font-family: Verdana, Tahoma;
	font-size: xx-small;
	text-decoration: none;
	vertical-align: middle;
	text-align: center;
	color: #ABB59D;
	border-top-style: solid;
	border-top-width: thin;
	border-top-color: #828781;
	height: 50px;
}
a.aFooter {
	color: #C0CBC5;
	text-decoration: none;
}
a:visited.aFooter {
	color: green;
	text-decoration: none;
}

a:hover.aFooter {
	text-decoration: underline;
	color: #828781;
}
a:link.aFooter{
	color: white;
}
.cellContent {
	vertical-align: top;
	padding-left: 10px;
	background-color: #364145;
}
h1 {
	font-size: 17pt;
	font-family: "Trebuchet MS", "Lucida Console";
	color: #354144;
	margin-bottom: 0;
	margin-top: 0;
}
h2 {
	font-size: x-large;
	font-family: "Trebuchet MS", "Lucida Console";
	font-weight: normal;
	color: #760000;
	margin: 0;
}
h3 {
	font-family: "Trebuchet MS", "Lucida Console";
	color: #760000;
	font-size: medium;
	font-weight: bold;
	margin: 0px;
}

p {
	margin: 8px;
	font-family: Verdana, Tahoma;
		font-size: 10pt;
		color: dark grey;
		text-align: center;
		font-weight: normal;
	}
.pLinks {
	text-align: center;
	color: #red;
	height: 34px;
}
a:link {
	color: #800000;
	text-decoration: none;
}
a:visited {
	color: #008000;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
hr {
	color: #ABB59D;
	width: 60%;
	background: #4080C8;
	text-align: left;
}
.tblContent {
	vertical-align: top;
	margin-right: auto;
	margin-left: auto;
	width: 700px;
	height: 575px;
}
.cellH2 {
	background-color: #DCF0FF;
	border-top-color: #4080C8;
	border-top-style: solid;
	border-top-width: 1px;
}
