body{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #f0f1f5;
}
a {
	font-weight: bold;
	color: #172983;
}
a:visited {
	font-weight: bold;
	color: #172983;
}
a:active {
	font-weight: bold;
	color: #172983;
}
a:hover {
	font-weight: bold;
	color: grey;
	text-decoration: none;
}
p {
	padding-left: 10px;
}
h1 {
	padding-left: 10px;
	font-size: 24px;
	font-weight: bold;
	color: #172983;
	font-style: italic;
}
h2 {
	padding-left: 10px;
	font-size: 18px;
	font-weight: bold;
	color: #172983;
	font-style: italic;
}

#content {
	padding: 0px 0px 5px; 0px
	margin-top: 0px;
	margin-bottom: 0px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	width: 900px;
	background-color: white;	
	border-left: 0px dashed black;
	border-right: 0px dashed black;
	border-bottom: 0px dashed black;
}
#map {
	width: 440px;
	height: 390px; 
	float: right;
	margin-right: 10px;
}
ul#Navigation {
    margin: 0; padding: 0.1em;
    text-align: center;
    /*border: 0px solid black;*/
    background-color: #f0f1f5;
}
ul#Navigation li {
    list-style: none;
    display: inline;
    margin: 0.4em; padding: 0;
}
ul#Navigation a, ul#Navigation span {
    padding: 0.2em 1.0em;
    text-decoration: none; font-weight: bold;
    border: 0px solid black;
    color: #172983; 
}
ul#Navigation a:hover {
    color:  grey;
}
.pdf {
	float: left;
	margin: 0px 15px 20px 70px;
	border: none;
}
.flyer {
	float: right;
	margin: 0px 0px 0px 0px;
	border: none;
}
.imageright {
	float: right;
	margin: 0px 10px 0px 0px;
	border: none;
}