﻿.footerStyle
{
	color: red;
}
.style1 {
	text-align: center;
}

.menuStyle
{
	font-family: Arial;
}
.menustyle ul {
	padding: 0px;
	margin: 0px;
}
.menustyle ul li {
	display: inline;
	float: left;
	width: 133px;
	list-style-type: none;
	font-size: 0.9em;
	color: #FFFFFF;
	height: 30px;
	text-align: center;
	position: relative;
}
.menustyle ul li a {
	text-decoration: none;
	background-color: #666666;
	color: #FFFFFF;
	line-height: 30px;
	display: block;
	z-index: 22;
	font-family: Arial, Helvetica, sans-serif;
}
.menustyle ul li a:hover {
	background-color: #009FE3;
}
.menustyle ul li ul li a {
	background-color: #333333;
	z-index: 24;
	width: 160px;
	text-align: left;
	text-indent: 10px;
	position: absolute;
}
.menustyle ul li ul {
	visibility: hidden;	
}
.menustyle ul li:hover ul {
	visibility: visible;
}





table {
	margin-right: auto;
	margin-left: auto;
	width: 800px;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	color: #003366;
	font-size: x-large;
	text-align: center;
	font-weight: bolder;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	color: #006699;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: smaller;
	color: #666666;
	font-weight: bolder;
}
.no_border {
	border-width: 0;
}
.footer_links {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #336699;
	text-decoration: none;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: smaller;
	color: #003366;
}
.bod {
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	color: #003366;
	font-weight: bold;
}
.ourMission {
	color: #003366;
	font-size: large;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
}
.bulletsNospace {
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
	font-size: small;
	font-weight: bold;
}
.bodCopy {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #3366CC;
	font-weight: bold;
}
.caption {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-style: italic;
	color: #006699;
	float: left;
}
