body {
	font-family: tahoma, helvetica, arial, sans-serif;
	text-align: center;
	color: #ffffff;
}
  
html, body, #wrapper, h1, #nav, #nav ul, #nav li {
	margin: 0;
	padding: 0;
	list-style: none;
}

body, th, td {
	font-size: 13px;
}

img { border: 0; }

#wrapper {
	margin: 16px auto;
	text-align: left;
	position: relative;
}
body {
	padding-bottom: 12px;
}

#wrapper {
	width: 658px;
}


a {
	color:8A9734;
}
a:hover {
	text-decoration: none;
}

a.mapLink {
	color:377C94;
}


/* navigation */
#nav {
	position: absolute;
	top: 15px;
	right: 0;
	width: 26.1em;
}

#nav li {
	font-size: 10px;
	width: 7.75em;
	float: left;
	margin: 0 0.3em;
	padding: 0;
}

#nav a {
	font-size: 11px;
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
	padding: 4px 0;
	display: block;
	text-align: center;
}

#nav a:hover {
	text-decoration: underline;
}

