@charset "utf-8";
body {
	background-color: #605e4b;
	margin: 0px;
}
.bottom-link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
}
.bottom-link A {
	color: #FFFFFF;
	text-decoration: none;
}
.bottom-link a:hover {
	color: #F93F30;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #F93F30;
}
.copyright {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
}
#nav {
	background-image: url(../images/nav.jpg);
	float: left;
	height: 340px;
	width: 197px;
	font-size: 14px;
	color: #003366;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-repeat: no-repeat;
	font-weight: bold;
}
#nav ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;	
}
#nav li {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #003366;
}
#nav a {
	color: #003366;
	text-decoration: none;
	display: block;
	width: 185px;
	padding: 5px;
}
#nav a:hover {
	background-color: #F93F30;
	color: #FFFFFF;
}
.page-title {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14pt;
	font-style: italic;
	color: #000033;
	padding: 0px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #000033;
}
.main {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #000033;
}
.date {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000066;
}
.date a {
	text-decoration: none;
	border-bottom-width: 0px;
	border-bottom-style: none;
	border-top-width: 0px;
	border-right-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	color: #003366;
}
.date a:hover {
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: 003366;
}
#staff {
	padding: 2px;
	width: 650px;
	margin-right: auto;
	margin-left: auto;
	border: 1px dashed #003366;
}
#space {
	margin: 2px;
	padding: 2px;
	height: 15px;
	width: auto;
}
.special-title {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #FA4033;
	padding: 2px;
}
