/*
General Formatting
*/
body, html {
	overflow: hidden;
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: white;
}
a:active, a:visited, a:link { 
	color: rgb(204,204,204); 
	text-decoration: none; 
	font-weight: bolder; 
}
A:hover { color: rgb(255,255,255); }
/*
Vertical Align of Front Page + Front Page Styling
*/
#center {
	position: absolute;
	left: 50%;
	top: 50%;
	width: 1024px;
	height: 230px;
/* Set to half of the size values */
	margin-left: -512px;
	margin-top: -115px;
	background-color: rgb(255,255,255);
}
.subtitle { font-size: medium; font-weight: bolder;	color: rgb(9,91,166); }
/* 
Vertical Align of Internal Page + Internal Page Styling 
*/
#intcenter {
	position: absolute;
	left: 50%;
	top: 50%;
	width: 700px;
	height: 300px;
	margin-left: -350px;
	margin-top: -200px;
}
.header {
	font-size: large;
	background-color: rgb(204,204,204);
	color: rgb(0,0,0);
	font-weight: bold;
	letter-spacing: 0.1em;
	text-indent: 0.5em;
	padding: 5px;
	height: 50px;
	vertical-align: middle;
}
#toptable {	border: 1px solid rgb(119,136,153); }
.ueberfooter { background-color: rgb(119,136,153); height: 5px; }
.footer {
	font-size: x-small;
	background-color: rgb(204,204,204);
	color: rgb(102,102,102);
	height: 10px;
	vertical-align: middle;
}
.footer a { text-decoration:none; color:rgb(102,102,102); }
.footer a:hover { text-decoration:none; color:rgb(255,255,255); }
.intsubtitle {
	font-size: small;
	background-color: rgb(102,102,102);
	color: rgb(204,204,204);
	font-weight:bolder;
	padding: 0 0 0 0;
}
.block { height: 230px;	background-color:rgb(0,0,0); color:rgb(204,204,204); }
.content {
	font-size: small;
	background-color: rgb(0,0,0);
	color:rgb(204,204,204);
	font-weight:normal;
	vertical-align: middle;
}
#uwd {
	font-size: xx-small;
	color: #999999;
	text-align: right;
}
#uwd a, a:visited, a:active { text-decoration:none; color:rgb(204,204,204); font-weight:normal; }
#uwd a:hover{ color:rgb(152,111,152); text-decoration:none; }
/* 
Map Page Layout
*/
.mapheader {
	font-size: x-small;
	background-color: rgb(204,204,204);
	color: rgb(102,102,102);
	font-weight: normal;
	padding: 5px;
	height: 50px;
	vertical-align: middle;
}
.mapfooter { 
	font-size: small; 
	background-color: rgb(204,204,204); 
	color: rgb(102,102,102); 
	height: 10px;	
	vertical-align: middle;	
	text-align: center; }
.mapfooter a, a:visited, a:active {
	text-decoration:none;
	color:rgb(102,102,102);
	font-weight: bolder;
}
.mapfooter a:hover{	color:rgb(255,255,255); text-decoration:none; font-weight: bolder; }
/*
Menu List formatting
*/
ul { list-style:none; }
ul { font-size:x-small; color:white; margin :0 10px 5px 20px; padding :0 10px 0px 20px; list-style-type: square; } 
ul ul { color:#333; margin :0; padding :0 0 0 15px; } 
/*
Menu Formatting
*/
#menu ul { list-style:none; }
#menu ul { color:#333; margin :0 10px 5px 20px; padding :0 10px 0px 20px; } 
#menu ul ul { color:#333; margin :0; padding :0 0 0 15px; } 
#menu {
	float:left;
	width:100%;
	background:rgb(102,102,102);
	font-size:93%;
	line-height:normal;
}
#menu li {
	float:left;
	margin:0;
	padding:0 0 0 9px;
	background:rgb(102,102,102);
}
#menu a {
	float:left;
	display:block;
	padding:5px 15px 4px 6px;
	text-decoration:none;
	font-weight:bold;
	color:rgb(204,204,204);
}
#menu a:hover {
	color:white;
	background:rgb(119,136,153);
	float:left;
}
#menu li:hover, #menu li:hover a {
	background:rgb(119,136,153);
	color:rgb(255,255,255);
	float:left;
}
#menu #current { background:rgb(119,136,153); }
#menu #current a { color:rgb(255,255,255); }
#footermenu {
	float:left;
	width:100%;
	line-height:normal;
	font-size: x-small;
	text-align: left;
	color:rgb(102,102,102);
}
#footermenu a {
	text-decoration:none;
	font-weight:normal;
	color:rgb(102,102,102);
}
#footermenu a:hover {
	color:black;
}
