﻿body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	background-color: #f2f2f7;
	background-image: url('../images/Background.jpg');
	background-repeat: repeat;
	background-attachment: scroll;
}
#container {
	width: 700px;
	margin: 10px auto;
}
#masthead {
	text-align: center;
	width: 698px;
	height: 125px;
}
#navigation {
	border-width: 0px;
	position: relative;
	float: left;
	width: 148px;
	margin-top: 10px;
	margin-bottom: 250px;
}
#content {
	float: left;
	width: 518px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	padding: 10px;
}
#footer {
	text-align: center;
	clear: both;
	width: 698px;
	padding-top: 5px;
	padding-bottom: 5px;
	border-top: 1px solid #dcdcdc;
	border-right: 1px solid #a9a9a9;
	border-bottom: 1px solid #808080;
	border-left: 1px solid #a9a9a9;
	background-color: #fefeff;
}
/* Navigation Styles */
#navigation a {
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	padding: 7px;
	font-weight: bold;
	background-repeat: no-repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	background-image: url('../images/Button.png');
	text-indent: 20px;
}
#navigation a:hover {
	color: #fff;
	text-decoration: none;
	background-image: url('../images/Button%20Hover.png');
	background-repeat: no-repeat;
}
/* Content Styles */
#content img {
}
/* Footer Styles */
#footer p {
	color: #808080;
	margin-top: 5px;
}
#footer a {
	color: #0000CC;
	text-decoration: underline;
}
#footer a:hover {
	color: #0000CC;
	text-decoration: none;
}
a {
	color: #0000FF;
	text-decoration: underline;
}
a:hover {
	color: #33627d;
	text-decoration: underline;
}
h2 {
	color: #0000CC;
	font-size: 21px;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: justify;
}
h3 {
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: justify;
	font-size: medium;
}
.copyright {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #808080;
	text-align: center;
}
.centerImage {
	margin: 3px;
	border-style: solid;
	border-width: 1px;
}
.centerText {
	text-align: center;
}
.image_link {
	border-width: 0px;
	margin-left: 5px;
}
.listEntry {
	margin-left: 10px;
	margin-top: 5px;
	margin-bottom: 15px;
}
.listHeader {
	margin-bottom: 5px;
}
.text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: justify;
	padding-bottom: 10px;
}


