body, html {
	margin: 0px;	padding: 0px;
	background-color: #d2d31f;
	height: 100%;
}


div#logo {
	background-color: #FFF;
	padding-top: 12px;
}

div#centralbody {
	width: 900px;
	border-style: none;
	background: #FFF center top;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	margin-bottom: 10px;
	height:100%;
	min-height: 100%; 
}
html>body #centralbody{height:auto}/* not ie6- */

h1 {
	font-size: 16px;
}
h2 {
	font-size: 14px;
}

p {
	font-size: 12px;
}

a {	text-decoration: none;	color: #989814;}
a:hover {    color: #77760f;
}


div#navbar2 {	height: 30px;	width: 100%;	background-color: #FFF;
	color: #d2d31f;
}
div#navbar2 ul {	margin: 0px;	padding: 0px;	font-family: 'Lucida Sans Unicode', 'Lucida Grande', sans-serif;	color: black;	line-height: 30px;	white-space: nowrap;
	margin-left: 20px;
	margin-right: 15px;}

div#navbar2 li {	list-style-type: none;	display: inline;
	margin-left: 20px;
	margin-right: 10px;}

div#navbar2 li a {	text-decoration: none;	padding: 7px 10px;	color: #989814;}div#navbar2 li a:link {    color: #989814;}div#navbar2 li a:hover {    color: #77760f;
	background-color: #dedede;
}

ul.nav {
	font-family: 'Lucida Sans Unicode', 'Lucida Grande', sans-serif;	color: black;	line-height: 30px;
}

div#content {
	background-color: #efefef;
	margin-top: 50px;
	text-align: left;
	margin-left: 100px;
	margin-right: 100px;
	margin-bottom: 10px;
	font-family: 'Lucida Sans Unicode', 'Lucida Grande', sans-serif;
	padding: 10px;
	border: 1px dotted #999;
	overflow: auto;
}

div#footer {
	font-family: 'Lucida Sans Unicode', 'Lucida Grande', sans-serif;
	margin-top: 10px;
	font-size: 10px;
	padding-bottom: 10px;
}

div#strap {
	font-family: 'Lucida Sans Unicode', 'Lucida Grande', 'Arial Black', sans-serif;
	margin: 10px 2px 20px;
}

div#marker {
	font-family: 'Lucida Sans Unicode', 'Lucida Grande', sans-serif;
}
div#map {
	width: 680px;
	height: 500px;
	display:block;
	background: center;
	text-align: center;
}

div#rsspara {
	font-size: 12px;
	padding-top: 30px;
	border-top: 1px dotted #989814;

}

div.title {
	font-size: 14px;
	font-weight: bold;
	padding-top: 5px;
	border-top: 1px dotted #989814;

	}
div#date {
	text-align: right;
	font-size: 10px;
}
div#description {
	text-align: left;
	font-size: 12px;
	padding-top: 5px;
}
.question{
	cursor:pointer;	
	text-align: right;
	font-size: 10px;
	text-decoration: none;
	color: #989814;
	margin-bottom: 20px;
	}

.answer{
	display:none;
	text-align: left;
	font-size: 12px;
	margin-bottom: 20px;
	}

span.menudate {
	font-style: italic;
	font-size: 11px;
}
