body {
	margin: 0;
	padding: 0;
	background: #9b908a url(/images/map-background.jpg);
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 11px;
	line-height: 15px;
	color: #666;
}
h1 {
	background-color: black;
	height: 60px;
	padding: 0;
	margin: 0;
}
h1 img {
	position: absolute;
	left: 500px;
	top: 0px;
}
.h1-shadow {
  background: url(/images/shadowAlphaHoriz.png) repeat-x;
  padding: 0;
  margin: 0;
  height: 6px;
  width: 100%;
  z-index: 10;
  }

#top-nav {
	position: absolute;
	display: block;
	top: 60px;
	left: 20px;
	width: 150px;
	padding-bottom: 20px;
	background: url(/images/nav-bg.png) !important;
	background: url(/images/nav-bg.gif);
}
#top-nav a { text-decoration: none; font-style: bold; font-size: 13px; color: black; }
#top-nav a.active { font-style: bold; font-size: 13px; color: white; }
#top-nav a:hover { color: white; }
#top-nav ul.navigation { list-style-type: none; padding-left: 15px; margin-left:0px; }
#top-nav ul.navigation li { padding-top: 15px; }

#content { background-color: white; width: 255px; line-height: 17px; margin: 0px 15px 10px 25px;}
#visual { background-color: black; height: 400px; margin: 0px 10px 10px 20px; }
#footer {
	height: 182px;
	border-top: 1px solid #ddd;
	width: 504px;
	margin: 30px auto 0px auto;
	padding: 4px 30px 0px 30px;
	color: #999;
	font-size: 11px;
	text-align:center;
}
#footer a { text-decoration:  none; color: #999; }
#footer a:hover { text-decoration: underline; }
#footer ul.navigation {
	list-style-type: none;
	margin: 0 20px 0 0;
	padding: 0;
}
#footer ul.navigation li {
	display: inline;
	white-space: nowrap;
}
#footer .copyright { margin-top: 46px; float:left; width: 300px; height:100px; }
#footer .xangologo a { display:block; }
#footer .xangologo img { border:0; margin-top:10px; }

#main-shadow {
  width: 613px;
  background: url(/images/shadowAlpha.png) no-repeat bottom right;
  margin-top: -6px !important;
  margin-top: -16px;
  z-index: -10;
  margin-left: 150px;
  padding-bottom: 5px;
}

#main-shadow #main-shadow-inner {
  background: none;
  margin: 0 !important;
  margin: -6px -6px 0px 0px;
  }

#main {
  color: #777;
  padding: 20px 4px 4px 4px;
  background-color: white;
  width: 600px;
  }
p.question {
  font-weight:bold;
}
p.answer .label {
  font-weight:bold;
}
.trainer {
  font-weight:bold;
}
.publication {
  font-style:italic;
}