﻿body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #FFF;
}
a:link, a:visited {
	color: #800000;
	font-style: italic;
	text-decoration: none;
}
a:hover, a:active {
	color: #940000;
	font-style: italic;
	text-decoration: underline;	
}
a.navbarLink:link, a.navbarLink:visited {
	color: #FFF;
	font-style: normal;
	text-decoration: none;
}
a.navbarLink:hover, a.navbarLink:active {
	color: #FFF;
	font-style: normal;
	text-decoration: underline overline;	
}
a.footerLink:link, a.footerLink:visited {
	color: #940000;
	font-style: normal;
	text-decoration: none;
}
a.footerLink:hover, a.footerLink:active {
	color: #940000;
	font-style: normal;
	text-decoration: underline;	
}
hr {
	margin: 0px 0px 10px 0px;
	color: #940000;
	width: 80%;
	background: #FFF; 
	noshade: noshade; 
}
h1 {
	color: #940000;
	margin: 0px;
	line-height: 100%;
	font-size: 20px;
}
h2 {
	font-size: 18px;
	font-weight: bolder;
	margin-top: 0px;
}
h3 {
	margin: 0px;
	font-size: 16px;
	font-weight: bold;
	font-style: italic;
	color: #E38815;
}
h4 {
	font-size: 13px;
	margin: 0px;
	font-weight: bold;
	line-height: 120%;
}
#pageTitle {
	margin: 20px auto 10px auto;
	font-size: 20px;
	font-weight: bold;
	background-color: #e38815;
	color: #FFF;
	text-align: left;
	height: 30px;
	vertical-align: middle;
	width: 600px;
	text-indent: 20px;
}
#introParagraph {
	font-size: 10px;
	width: 600px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 10px;
}
.navbar {
	background-image: url('images/redgridtile.gif');
	background-color: #940000;
	background-repeat: repeat;
	height: 100%;
	color: #FFF;
	font-weight: bold;
	font-size: 14px;
	list-style-type: disc;
	padding: 15px 15px 30px 0px;
	text-align: left;
	width: 160px;
	line-height: 150%;
	vertical-align: top;
}
.bodyTable {
	margin-right: auto;
	margin-left: auto;
	width: 800px;
	border: 2px solid #940000;
}
.bodyTableRight {
	width: 640px;
	vertical-align: top;
}
.contentCell {
	vertical-align: top;
	padding: 15px;
}
#navbarBottom {
	font-size: 8px;
	text-align: center;
	color: #000;
	font-weight: bold;
	margin-top: 10px;
	margin-bottom: 10px;
}
#creditsFooter {
	font-size: 10px;
	text-align: center;
}
.sponsorCell {
	width: 33%;
	text-align: center;
	vertical-align: top;
	font-size: 10px;
}
.imgFloatLeft {
	float: left;
	clip: rect(auto, auto, auto, auto);
	margin-right: 18px;
	margin-bottom: 6px;
}
.greentext {
	color: #008B21;
}
