/* CSS Document */
body
{
	margin: 0;
	padding: 0;
	background-color: #FFFFFF;
	color: black;
	font: small Arial, Helvetica, Verdana, sans-serif;
}

#header
{
	margin: 14px;
	width: 100%;
	/*text-align: center;*/
	
}

#header a img
{
	border: none;
}

#content
{
	margin: 20px;
}

#printablemap
{
	float:left;
	margin-right: 20px;
}

#printablemap img
{
	display: block;
  	position: relative;
  	background-color: #fff;
  	border: 1px solid #999999;
}

#footer
{
	width: 100%;
	height: 55px;
	border-top: 1px solid #000000;
	/*border-bottom: 1px solid #000000;*/
	clear: both;
	background-image: url(images/footerLogo.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
}

#footer p
{
	text-align: center;
	font-size: 80%;
	color: #000000;
	margin: 0;
	padding: 0.2em 0 0.2em 0;
}

#footerLogo
{
	margin-left: auto;
	margin-right: auto;
}


