﻿body {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 13px;
	margin: 0px;
	background-color: white;
}
p {
	font-size: 13px;
	margin-top: 0;
}
table {
	Font-Size: 13px;
}
a {
	text-decoration: none;
}
img {
	border-width: 0px;
}
h1 {
	Color: blue;
	Font-Family: Arial Black, Arial, Helvetica, Sans-Serif;
	Font-Size: 30px;
	Font-Weight: bold;
}
h2 {
	Color: blue;
	Font-Family: Arial Black, Arial, Helvetica, Sans-Serif;
	Font-Size: 20px;
	Font-Weight: bold;
}
h5 {
	Font-Family: Arial, Helvetica, Sans-Serif;
	Font-Size: 17px;
	Font-Weight: bold;
	Text-Align: Center;
}
#Header {
	padding: 10px 15px 0px 15px;
	width: 800px;
}
#HeaderTitle {
	font-size: 23px;
	font-weight: bold;
	width: 100%;
	text-align: center;
}
#Nav {
	position: absolute;
	padding: 15px;
	width: 120px;
	height: 350px;
	float: left;
}
#NavMenu {
	font-size: 15px;
	font-weight: bold;
}
#NavMenu a { color: white; }
#NavMenu a:hover { color: #FF9933; }
th {
	Font-Family: Arial Black, Arial, Helvetica, Sans-Serif;
	Font-Size: 23px;
	Font-Weight: bold;
	Font-Style: italic;
	Color: white;
}
.NavTab {
	Background-Color: #5080B5;
	Border-Style: solid;
	Border-Width: 2px;
	Border-Color: #000000;
	Font-Size: 14px;
	Font-Weight: bold;
	Color: White;
}
.NavTab a {
	Color: White;
}
.NavTab a:hover {
	text-decoration: underline overline;
}
#NavSpacer {
	position: relative;
	float: right;
	left: -5px;
	width: 0px;
	height: 390px;
}
#Content {
	position: relative;
	left: 150px;
	padding: 15px 15px 15px 0px;
	width: 660px;
}
#Content a:hover { text-decoration: underline; }
#Footer {
	clear: both;
	width: 850px;
	height: 60px;
	margin-top: 10px;
	background: url("footer.png") no-repeat top left;
	font-size: 12px;
	color: #808080;
	text-align: center;
}

.popLink { font-size: 11px; }
.popLink a { Color: #808080; }
.popLink a:hover { text-decoration: underline; }

.Tab {
	border-style: solid;
	border-Width: 1px;
	border-color: #5482B4;
}
.Tab TD {
	border-style: solid;
	border-Width: 1px;
	border-color: #5482B4;
}

.Top {
	background-color: #5482B4;
	font-size: 15px;
	font-weight: bold;
	color: white;
}
.Top TABLE {
	border-style: solid;
	border-Width: 1px;
	border-color: white;
}
.Top TD {
	border-style: solid;
	border-Width: 1px;
	background-color: #5482B4;
}
.Top A { color: white; }
.Top A:hover { color: #FF9933; }
