body {
	background-color: #f1c073;
	background-image: url(../images/background.gif);
}
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.addspacing {letter-spacing: 1px;}
.clear { clear: both }
.heading h1 {font-size: 12px; margin: 0; padding: 1px 0;}

a:link {
	color: #00467c;
}
a:visited {
	color: #00467c;
}
a:hover {
	color: #333333;
}
a:active {
	color: #00467c;
}
 #navcontainer { width: 200px; }

#navcontainer ul
{
margin-left: 0;
padding-left: 0;
list-style-type: none;
font-family: Arial, Helvetica, sans-serif;
}

#navcontainer a
{
display: block;
padding: 3px;
width: 198px;
background-color: #036;
border-bottom: 1px solid #eee;
text-decoration: none;
}

#navcontainer a:link, #navlist a:visited
{
color: #EEE;
text-decoration: none;
}

#navcontainer a:hover, #navcontainer a#current
{
background-color: #369;
color: #fff;
}
#footer {
	padding-top:10px;
	border-top: thin solid #ccc;
	font-size:10px;
}
#footer a {
	text-decoration: none;	
}
.floatimg_left{
	float:left;
	padding-right:10px;
	padding-bottom:10px;
}
.floatimg_right {
	float: right;
	padding-left:10px;
	padding-bottom:10px;
}
dt {
font-size: 14px;
text-decoration:underline;
font-weight: bold;
}
dd {
padding: 2px 0 2px 5px;
margin-left: 0;
}
.continue-reading {
	padding-left: 2px;
}
.small-text {font-size: 11px;}

#maps {
	width: 268px;
	margin: 0 auto;	
}
#map-west {
	width: 168px;
	float: left;
}
#map-east {
	widt: 100px;
	float: left;
}
a#west {
	background: url('/images/map-west.gif') 0 0 no-repeat;
	width: 168px;
	height: 148px;
	display: block;
}
a#west:hover {
	background-position: 0 -148px;
}
a#northeast {
	background: url('/images/map-northeast.gif') 0 0 no-repeat;
	width: 88px;
	height: 75px;
	display: block;
}
a#northeast:hover {
	background-position: 0 -75px;
}
a#southeast {
	background: url('/images/map-southeast.gif') 0 0 no-repeat;
	width: 63px;
	height: 73px;
	display: block;
}
a#southeast:hover {
	background-position: 0 -73px;
}