body {

	font-family : "Trebuchet MS", sans-serif;

	background-color : White;

	color : Black;

	font-size : 14px;

	width : 800px;

	margin: 5px auto 5px auto;

}

h1 {

	font-size: 1.2em;

	color: #4082BC;

}

img {

	border: none;

}

.navigationMenu {

	text-align: right;

	font-size: .75em;

	font-family : Verdana, sans-serif;

	background-color: #515765;

	color: Silver;

	padding: .5em;

	clear: both;

}

.navigationMenu a {

	text-decoration: none;

	color: white;

}

.navigationMenu a:hover {

	text-decoration: underline;

}

.articleTitle {

	font-style : italic;

}

sup {

	font-size: .5em;

}

ul {

	list-style: square inside;

}

#map {

	float: left;

	margin: 0 1em 0 0;

}

#workSchedule {

	border-collapse : collapse;

	margin-bottom: 1em;

}

#workSchedule * {

	border: solid thin black;

}

#workSchedule tfoot, thead {

	text-align: center;

}

#workSchedule tbody {

	text-align: right;

}

#workSchedule td {

	/* width: 5em; */

	padding: .5em;

}

.closed {

	background : Silver;

}

#footer {

	margin: 1em 0 1em 0;

	text-align: center;

	font-size: .75em;

}