body {
	text-align: center;
	background-color: #f2f2f2;
	margin: 0;
	padding: 0;
}
h2 {
	color: #002e56;
	margin-bottom: 5px;
}
a{
	color: #0057a2;
}
hr{
	width: 96%;
	text-align: center;
	height: 1px;
	border-color: #e4e4e4;
}
#container{
	text-align: left;
	margin: 0 auto;
	font-family: Helvetica, Arial, sans-serif;
	width: 976px;
	background-color: #fff;
}
#nav {
	background-color: #002e56;
	font-size: 1.08em;
}
#nav img{
	float: left;
	margin: 10px;
	behavior: url(iepngfix.htc);
}
#nav ul{
	margin: 93px 20px 0 0;
	float: right;
}
#nav li{
	float: left;
	display: block;
	margin-right: 10px;
	background-color: #0057a2;
	-moz-border-radius: 3px 3px 0 0;
	-webkit-border-radius: 1px;
}
#nav a{
	padding: 6px 16px;
	color: #fff;
	text-decoration: none;
	margin: 4px 0 0 0;
	display: block;
}
#nav .current{
	background-color: #fff;
}
#nav .current a{
	font-weight: bold;
	color: #002e56;
}
#content{
	padding: 15px 80px 15px 40px;
	line-height: 150%;
	font-size: .93em;
	min-height: 400px;
}
img.map{
	float: right;
	margin: 20px -10px 10px 15px;
}
#content ul{
	margin-top: 4px;
}
#content li{
margin-bottom: 3px;
}
ul.none{
	line-height: 130%;
	list-style-type: none;
	margin-left: -30px;
}
ul.board li{
	line-height: 110%;
	margin: 10px 0;
}
#footer{
	font-size: .85em;
	color: #666;
	text-align: center;
	padding: 10px 0;
}
#footer a{
	color: #666;
	line-height: 150%;
}