/*
 general font color is black, 15px
 links
    maroon #6E0046    R110, G00, B70
    visited links #6E0046
    active links #6E0046
    hover links underlined #6E0046
 four larger heading sizes,
    h1 24px dark blue font #81003D
		use for overall site name
	h2 20px dark blue font #81003D
		use for section header
	h3 18px dark blue font #81003D
		use for other headers within section text
	h4 16px dark blue font #81003D
		use for overall site footer
*/
body {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #000000;
	background: #ffffff;
	margin: 0px;
	padding: 0px;
	vertical-align: top;
}
td {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #000000;
	background: #ffffff;
	margin: 0px;
	padding: 0px;
	vertical-align: top;
}
p {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #000000;
	background: #ffffff;
	margin: 0px;
	padding: 5px;
	vertical-align: top;
}
a, a:link {
	color: #6E0046;
	text-decoration: none;
}
a, a:visited {
	color: #6E0046;
	text-decoration: none;
}
a, a:active {
	color: #6E0046;
	text-decoration: none;
}
a, a:hover {
	color: #6E0046;
	text-decoration: underline;
}
h1, .h1 {
	font-size: 26px;
	font-weight: bold;
	color: #81003D;
}
h2, .h2 {
	font-size: 24px;
	font-weight: bold;
	color: #81003D;
}
h3, .h3 {
	font-size: 20px;
	font-weight: bold;
	color: #81003D;
	text-align: center;
}
h4, .h4 {
	font-size: 16px;
	font-weight: bold;
	color: #81003D;
	text-align: center;
}
.spacerColor {
	background: #81003D;
}
 td.maroonnavheader {
  color: #CEAD38;
  background-color: #81003D;
  font-size: 18px;
  font-weight: bold;
}
 td.leftnav {
  color: #6E0046;
  font-size: 22px;
  font-weight: bold;
  padding: 5px;

}
.smallbody {
	font-size: 13px;
	vertical-align: top;
}
.smallerbody {
	font-size: 10px;
	vertical-align: top;
}
.smallheader {
	font-size: 13px;
	color: #81003D;
	font-weight: bold;
}
.maroonbody {
	font-size: 15px;
	vertical-align: top;
	color: #81003D;
}
.maroonheader {
	font-size: 15px;
	vertical-align: top;
	color: #81003D;
	font-weight: bold;
	padding: 5px;
}
