﻿body {
	background-color: #12351D;
	overflow:scroll;
}
p, td {
	font-family:Garamond, "Times New Roman", serif;
	font-size: 12pt;
}
sup {
	font-size: 12px;
}
table#MainTable {
	border: solid #000 3px;
	background-color: #fffadd;
	width: 800px;
	background: url(Website_Background.jpg) repeat-y;
}
table#MainTable td#MainContent {
	padding: 12px;
	padding-left: 45px;
	padding-right: 35px;
}
td#FooterContent {
	text-align:center;
	color: #FFFFFF;
	font-family:Tahoma, Geneva, sans-serif;
	font-size: 12px;
}
td#FooterContent a {
	text-align:center;
	color: #FFFFFF;
}
div#SiteNav {
	margin-top: -15px;
	margin-left: 320px;
	height: 24px;
}
div#SiteNav td {
	padding-left: 20px;
	padding-right: 20px;
	text-align: center;
}
div#SiteNav td a {
	color:#000000;
	text-decoration: none;
}
div#SiteNav td a div {
	height: 20px;
	font-family:Garamond, "Times New Roman", serif;
	border-bottom: solid #fffadd 2px;
	font-size: 18px;
}
div#SiteNav td a div.Active {
	font-weight: bold;
	border-bottom: solid #12351D 2px;
	font-size: 18px;
}
div#SiteNav td a:hover div {
	border-bottom: solid #12351D 2px;
	cursor: pointer;
}

