@charset "utf-8";
/* CSS Document */
body {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1em;
	background-color: #aeb9d7;
}

#all {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
}

#header {
	background-image: url(images/header.gif);
	background-repeat: no-repeat;
	height: 208px;
	width: 800px;
}
#nav {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: .9em;
	color: #FFFFFF;
	background-color: #000a73;
	text-align: right;
	padding: 0px 3px 5px;
	float: left;
	height: 30px;
	width: 794px;
}
#content {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1em;
	background-color: #FFFFFF;
	padding: 3px 10px 3px 15px;
	float: left;
	height: auto;
	width: 775px;
}
#footer {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 0.65em;
	font-style: normal;
	color: #FFFFFF;
	background-color: #000a73;
	text-align: right;
	padding: 3px;
	clear: both;
	height: 15px;
	width: 794px;
	background-image: url(images/pattern.gif);
	background-repeat: repeat-x;
	font-weight: bold;
}

ul li:first-child {
	border:none;
}
ul li {
	display:inline;
	padding: 3px 5px;
	border-left:1px solid #fff;
}		
a {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: .9em;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: underline;
	
}	
a:hover {	
	background: #FFFFFF;
	color: #000a73;
}		
.address {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1em;
	font-weight: bold;
	color: #000000;
	text-align: justify;
	padding-left: 30px;
	padding-top: 20px;
	padding-bottom: 20px;
	
}
.mission {
	margin-left: 30px;
}

#sideImage {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: .85em;
	text-align: center;
	padding: 5px;
	float: right;
	height: 150px;
	width: 300px;
	border: 1px solid #000a73;
}
#address {
	float: left;
	height: auto;
	width: 415px;
}
h2 {
	font-size: 1em;
}
.linkBody {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: .95em;
	font-weight: bold;
	color: #000a73;
	text-decoration: underline;
}
.ptable {
	padding: 3px 3px 10px;
	width: 75%;
	margin-right: auto;
	margin-left: auto;
}
.ptableBig {
	padding: 4px 4px 10px;
	width: 90%;
	margin-right: auto;
	margin-left: auto;
}
.tdBig {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1em;
	text-align: left;
	border: 1px solid #000a73;
}
.alink {
	color: #000000;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 0.95em;
	font-style: italic;
	text-decoration: none;
}
h4 {
	text-align: center;
}
td {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: .85em;
	text-align: center;
	border: 1px solid #000a73;
}
.remove{
border:0;
}
caption {
	text-align: center;
}
#subNav {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: .85em;
	font-style: italic;
	color: #000000;
	text-align: center;
	width: 90%;
	margin-right: auto;
	margin-left: auto;
}
p {
	padding-left: 4px;
}
#slideshow {
	margin-bottom:1em;
	text-align: center;
}
 .hidden
{
	display:none;
}
.centered {
	text-align: center;
}.list {
	display: list-item;
	list-style-type: square;
}
