﻿#SEOheader {
	text-align: center;
	font-size: 0.825em;
	font-weight: bold;
	font-style: italic;
	padding: 10px;
}

#header {
	background: #B3D1EB url('../images/header.jpg') no-repeat top right;
	height: 125px;
	text-align: right;
	vertical-align: bottom;
}

#headerContent {
	padding: 0px 10px 5px 0px;
	font-weight: bold;
	color: #00164F;
}

#headerContent a:active {
	color: #00164F;
	text-decoration: none;
}

#headerContent a:visited {
	color: #00164F;
	text-decoration: none;
}

#headerContent a:link {
	color: #00164F;
	text-decoration: none;
}

#headerContent a:hover {
	color: white;
}

#container {
	width: 950px;
    margin: auto;
    border: 2px solid #00164F;
}

.leftImage {
	margin: 0px 4px 0px 4px;
	border: 0px;
	float: left;
}

#contentBody {
    padding: 5px;
    text-align:left;
    vertical-align:top;
    background-color: #B3D1EB;
    border-top: 1px solid #00164F;
    border-bottom: 1px solid #00164F;
}

#contentBody img {
	border: 1px solid black;
}

.photos {
	vertical-align: top;
	padding: 0px 10px 5px 5px;
}

#announcement {
	width: 500px;
	margin: auto;
	padding: 10px;
	text-align: center;
	border: 2px solid #800000;
	background-color: #D8D8D8;
}

.content {
	vertical-align: top;
	padding: 0px 5px 5px 10px;
	border-left: 1px solid #00164F;
}

#homeImages {
	margin: auto;
	width: 80%;
}

#homeImages td {
	vertical-align: top;
	padding: 10px;
}

#footer {
	font-size: 0.825em;
	text-align: center;
}