body
{
	background-color: gray;
}

a:link, a:visited
{
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
	font-size: 12px;
	color: white;
	text-decoration: none;
}

div#container
{
	width: 900px;
	border: 1px solid white;
	margin: 0 auto 0 auto;
	text-align: center;
	background-color: black;
	position: relative;
	background-image: url(/_resources/interface/background.jpg);
	background-repeat: repeat-x;
}

div#globallogo
{
	width: 900px;
	height: 96px;
	background-image: url(/_resources/interface/logo.jpg);
	background-color: black;
	background-repeat: no-repeat;
	background-position: center;
}

div#globalheader
{
	width: 900px;
	height: 96px;
}

div#globalheader ul
{
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
	color: white;
	background-image: url(/_resources/interface/logo.jpg);
	background-repeat: no-repeat;
	font-size: 10pt;
	text-align: right;
	list-style-type: none;
	padding-bottom: 96px;
	padding-right: 10px;
}

div#globalheader ul li
{
	display: inline;
	color: white;
}

div#globalfooter
{
	width: 890px;
	text-align: right;
	color: white;
	padding-bottom: 5px;
	clear: both;
}

div#mainimages
{
	width: 900px;
}

div#leftimages
{
	width: 250px;
	float: left;
}

div#leftimages p
{
	font-size: 10px;
	color: white;
}


h1
{
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
	color: white;
	font-size: 14px;
	text-align: center;
}

h2
{
	color: white;
	text-align: center;
	font: italic 14px "Lucida Grande", Lucida, Verdana, sans-serif;
}

div#maintext
{
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
	color: white;
	font-size: 10pt;
	text-align: center;
	padding: 0 20px 0 20px;
}

div#righttext
{
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
	color: white;
	font-size: 10pt;
	text-align: left;
	padding: 0 20px 0 20px;
	width: 600px;
	float: right;
}

div#map
{
	text-align: center;
}

span.name
{
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
	font-size: 12pt;
	color: black;
}

span.name a:link
{
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
	font-size: 12pt;
	color: black;
}

span.name visited
{
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
	font-size: 12pt;
	color: black;
}

span.smallprint
{
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
	font-size: 7pt;
	color: black;
}

span.smallprint a:link
{
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
	font-size: 7pt;
	color: black;
}

span.smallprint a:visited
{
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
	font-size: 7pt;
	color: black;
}

