body {
	margin: 0;
	padding: 0;
	background-color: #274A5E;
	color: white;
	background-image: url(../images/bg.right.gif);
	background-repeat: repeat-x;
	font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
}

div.shell {
}

h1 {
  margin: 0;
}

img {
  border: 0;
}

div.sidebar {
	position: absolute;
  top: 0;
	right: 65%;
	width: 35%;
	height: 125%;
	background-image: url(../images/bg.left.gif);
	background-repeat: repeat-y;
	background-position: right top;
	text-align: right;
}

div.logo {
  position: absolute;
  top: 147px;
  right: -77px;
  z-index: 10;
}

div.menu {
	position: absolute;
	top: 0;
	right: 0;
	background-image: url(../images/bg.topleft.gif);
	background-repeat: no-repeat;
	background-position: right top;
	padding-top: 221px;
	height: 300px;
	width: 100%;
/*	overflow: hidden;*/
	text-align: right;
	z-index: 5;
}

div.menu img {
  position: absolute;
  top: 0;
  margin-top: 221px;
  right: 1px;
  z-index: 10;
}

div.menu #menuMapOver, div.menu #menuMapDown {
  visibility: hidden;
}

div.header {
	position: absolute;
	top: 0;
	left: 35%;
	background-image: url(../images/bg.topright.gif);
	background-repeat: no-repeat;
	padding: 169px 0 200px 95px;
}

div.content {
  position: relative;
  z-index: 5;
  margin-left: 35%;
  padding: 272px 0 0 95px;
  font-size: 14px;
  width: 25em;
}

div.content p {
  margin: 0 0 1em 0;
  line-height: 140%;
}

div.content dl {
  margin: 0 0 1em 0;
  line-height: 135%;
}

div.content dt {
	clear: left;
	float: left;
	width: 6em;
	margin-bottom: 1em;
	color: #93A5AF;
}

div.content dd {
  margin: 0 0 1em 6em;
  padding: 0;
  font-weight: bold;
}

dl.credits dt {
  width: 11em;
  margin-right: 1em;
}

dl.credits dd {
	float: left;
	margin: 0 0 1em 0;
  width: 13em;
}

div.content .photo {
	float: right;
	width: 175px;
	margin: 12px -35px 25px 0;
}

.content .badge {
	float: right;
	margin: 5px 0 10px 15px;
}

a {
  text-decoration: none;
}

a:link, a:visited {
	color: white;
	border-color: #6F8A9B;
	border-width: 0 0 1px 0;
	border-style: none none solid none;
}

a:hover {
	color: #ADC4D5;
	border-width: 0 0 3px 0;
	border-style: double;
	border-color: #8CA2B2;
}

hr {
	clear: both;
	width: 100%;
	border: 0;
	background-color: #5E7887;
	color: #5E7887;
	height: 1px;
	margin-bottom: 1em;
}