* {
	margin: 0;
	padding: 0;
	border: 0;
	}	

body	{
	font: 1em  Arial, Verdana, Helvetica, sans-serif;
	background: #fff;
	color: #000;
	line-height: 140%;
	}
	
h1 {
	padding: 0 0 10px 0;
	}

h2 {
	padding: 5px 0 0.5em 0;
	font-size:1.2em;
	font-weight: bold;
	}
	
	
a:link, a:visited {
	text-decoration : underline;
	color: #000;
	}

a:active {
	text-decoration : underline;
	color: #000; 
	}
#wrapper	{
	margin: 0;
	background: #fff;
	}

#content	{
	float:left;
	background:none;
	width:100%;
	padding-bottom:40px;
	}
#headImg {
	background: none;
	padding:0;
	}
#content ul{
	margin-left: 20px;
	}
#content li{
	list-style-type:square;
	padding: 0 20px 8px 12px;
	background:none;
	}
#footer	{
	width: 100%;
	color: #000;
	background: none;
	}
.copy{
	padding: 0;
	}
#map{
	height: 280px;
	width:475px;
	}
.ref{
	float:left;
	width:120px;
	background: none;
	padding:10px 10px 10px 10px;
	margin-bottom:20px;
	}
		
#head, #navigation, #footer a.print, #footer a {
	display: none;
	}


	
