@charset "utf-8";
html {
	height:			100%;
}
body {
	margin:			0;
	padding:		0;
	height:			100%;
	background-color:	#003661;
}
#customPermalink a {
	position:		absolute;
	z-index:		4;
	right:			15px;
	bottom:			15px;
	font-family:		Arial, Helvetica, sans-serif;
	font-size:		12px;
	color:			#666666;
	text-decoration:	none;
}
#map {
	width:			100%;
	height:			100%;
	top:			0;
	left:			0px;
	bottom:			0px;
	position:		absolute;
	z-index:		1;
}
.header {
	top:			0px;
	width:			100%;
	height:			55px;
	background-color:	#003661;
	color:			#ffffff;
	position:		absolute;
	z-index:		2;
	opacity:		0.9;
	-moz-opacity:		0.9;
	filter:			alpha(opacity=90);
	padding-left:		20px;
}
div.footer {
	top:			90%;
	z-index:		2;
	position:		absolute;
	font-family:		Verdana, Helvetica, Arial, sans-serif;
	font-size:		9px;
	color:			#ffffff;
	background-color:	#003661;
	padding-top:		5px;
	padding-bottom:		5px;
	padding-right:		5px;
	padding-left:		70px;
	z-index:		2;
	opacity:		0.9;
	-moz-opacity:		0.9;
	filter:			alpha(opacity=90);
	white-space:		nowrap;
}
.footer a {
	text-decoration:	none;
	color:			#4a8bc0;
	font-weight:		bold;
}
.footer img {
	vertical-align:		middle;
}
#flags {
	position:		absolute;
	right:			30px;
	top:			20px;
	padding:		3px;
	z-index:		3;
}
#flags img {
	margin-right:		6px;
	border:			0px;
}
