body 
{
	color: black;
	background: #C1CDC1;
}

div#content
{
	position: absolute;
	top: 85px; 
	left: 170px;
	width: 600px;
	z-index: 5;
}

div#content a.jump
{
	text-decoration: none;
	color: blue;
}

div#content a.jump:hover
{
	text-decoration: underline;
}

div#content a.label
{
	color: black;
}

div#content a.label:hover
{
	text-decoration: none;
}

ul#navbar a:hover
{	
	border-right: 10px solid blue;
	border-left: 10px solid blue;
}


div#subtitle
{

	font-style: italic;
	font-size: 50%;
	font-weight: normal;
}

div#mugshot 
{
	z-index: 6;
	position: absolute;
	top: 85px;
	left: 170px;
	width: 600px;
}

div#disclaimer
{
	margin: 30px 0px 150px 0px;
	padding: 0px 6px 0px 6px;
	background: #27408B;
	color: white;
	font-size: 60%;
	z-index: 5;
}

div#browsers
{
	color: white;
	font-size: 60%;
	padding: 0px 6px 0px 6px;	
}

#disclaimer a
{
	color: white;
}

#browsers a
{
	color: white;
}

div#map
{
	font-family: sans-serif;
	font-size: 80%;
	z-index: 7;
}

div#map name
{
	font-size: 120%;
	font-weight: bold;
}


div.top
{
	font-size: 175%;
	font-weight: bold;
}

div.subhead
{
	font-size: 120%;
	font-weight: bold;
}

dl dt
{
	font-weight: bold;
	font-size: 120%;
	border-bottom: 2px solid black;
}

dl dd
{
	margin-bottom: 1em;
}


div.note
{
	border-bottom: 2px solid black;
	margin-bottom: 10px;
	font-size: 120%;
	font-weight: bold;
}


div.intro
{
	padding: 2px 8px 2px 8px;
	background: #A2B5CD;
}