body
{
	border-collapse:collapse;
	border-spacing:0;
	padding:0;
	margin:0;
	background:url('images/background.gif');
	background-repeat:repeat-y;
	background-color:#222222;
	border:0;
}
div.titlebar
{
	position:absolute;
	top:0px;
	left:0px;
	height:150px;
	width:800px;
	background:url('images/titlebar-background.gif');
	background-repeat:no-repeat;
	background-position:right;
	background-color:black;
	z-index:1;
}
div.menubar
{
	position:absolute;
	top:150px;
	left:0px;
	height:24px;
	width:800px;
	z-index:20;
	font-family:Verdana, Arial, Helvetica;
	font-size:10px;
}
div.menubar-background
{
	position:absolute;
	top:150px;
	left:0px;
	height:24px;
	width:800px;
	background-color:#885580;
	z-index:1;
}
div.logosign
{
	position:absolute;
	top:8px;
	left:0px;
	width:800px;
	border:0;
	padding:0;
	margin:0;
	text-align:center;
	z-index:10;
	color:white;
	font-size:12px;
}
div.mainwindow
{
	position:absolute;
	top:174px;
	left:0px;
	width:800px;
	z-index:1;
	background-color:black;
	text-align:center;
	color:white;
}
div.helpboxes
{
	border:solid white 1px;
	margin:10px;
	padding:4px;
}
div#vignette
{
	float:left;
	width:302px;
	height:346px;
}
div#coordinates
{
	float:right;
	height:346px;
	width:156px;
	font-size:12px;
	font-family:Arial,Helvetica;
	font-weight:bold;
}
span.menubar
{
	font-family:Verdana, Arial, Helvetica;
	font-size:15px;
	font-weight:bold;
	text-decoration:underline;
}
span.logosign_a
{
	font-family:verdana;
	font-size:30px;
	font-weight:bold;
}
span.logosign_b
{
	font-family:verdana;
	font-size:17px;
	font-weight:bold;
}
span#copy
{
	font-size:11px;
	text-align:center;
	display:block;
	white-space:nowrap;
	float:none;
}
table
{
	margin:0px;
	padding:0px;
	border:0px;
}
td.menubar-spacer
{
	margin:0px;
	padding-top:0px;
	padding-bottom:2px;
	padding-left:0px;
	padding-right:0px;
	text-align:center;
	font-family:Verdana, Arial, Helvetica;
	font-size:13px;
	width:80px;
}
td.menubar
{
	margin:0px;
	padding-top:0px;
	padding-bottom:2px;
	padding-left:0px;
	padding-right:0px;
	text-align:center;
	font-family:Verdana, Arial, Helvetica;
	font-size:13px;
	border:solid;
	border-width:2px;
	border-color:#885580;
	cursor:pointer;
	width:120px;
}
td.menubar:hover
{
	border:inset;
	border-width:2px;
	border-color:#885580;
	background-color:gainsboro;
}
td.menubar-current
{
	margin:0px;
	padding-top:0px;
	padding-bottom:2px;
	padding-left:0px;
	padding-right:0px;
	text-align:center;
	font-family:Verdana, Arial, Helvetica;
	font-size:13px;
	border:inset;
	border-width:2px;
	border-color:#885580;
	background-color:gainsboro;
	cursor:pointer;
	width:120px;
}
td.menubar-current:hover
{
	border:solid;
	border-width:2px;
	border-color:#D66666;
	background-color:#B0B0B0;
}
p#loadmessage
{
	font-size:8pt;
	font-family:arial,helvetica;
	color:#888888;
}
a.footer
{
	color:#888888;
}
a.footer:hover
{
	color:white;
}
a#messagelink
{
	color:#DA70D6;
}
a#messagelink:hover
{
	color:white;
}