/*Body and mapDiv*/
.instructions {	
	font-family: Helvetica, sans-serif;
	font-size: 100%;
	color: #000000;
}

body {	
	margin: 0;
	padding: 0;
	font-family: Helvetica, sans-serif;
	font-size: 100%;
	line-height: 1.2;
	background: #FFFFFF;
	color: #000000;
	margin: 0;
	padding: .5em 3%;
}

#mapDiv {
	height: 600px;
	width: 800px; 
	border: 4px solid #000000;
}
	


/*Headings*/
h1 {
	font-family: Helvetica, sans-serif;
	font-size: 140%;
	background: #1e73be;
	color: #ffffff;
	margin: 0;
	padding: .5em;
}

h1 a:link {
	color: #000000;
	text-decoration: none;
}

h1 a:visited {
	color: #000000;
	text-decoration: none;
}  

h1 a:hover {
	color: #000000;
	text-decoration: none;
} 

h1 a:active {
	color: #000000;
	text-decoration: none;
}

h2 { 
	font-family: Helvetica, sans-serif;
	font-size: 120%;
	color: #000000;
	margin-top: 20px;
	padding: 0;
}

h3 { 	
	font-family: Helvetica, sans-serif;
	font-size: 100%;
	color: #000000;
	margin-left: 0;
	margin-top: 20px;
	margin-bottom: 0;
	padding: 0;
}



/*Copyright text*/
p.copyrightText {
	margin-top: 0px;
	padding-top: 0px;
	margin-right: 0px;
	padding-right: 0px;
	margin-bottom: 3px;
	padding-top: 0px;
	margin-left: 0px;
	padding-left: 0px;
	font-family: Helvetica, sans-serif;
}

p.copyrightText a:link {
	color: #060e9f;
	text-decoration: none;
	border-bottom: 1px solid #060e9f;
}

p.copyrightText a:visited {
	color: #060e9f;
	text-decoration: none;
	border-bottom: 1px solid #060e9f;
}  

p.copyrightText a:hover {
	color: #e2231a;
	text-decoration: none;
	border-bottom: 1px solid #e2231a;
} 

p.copyrightText a:active {
	color: #e2231a;
	text-decoration: none;
	border-bottom: 1px solid #e2231a;
}



/*Map popup texts*/
p.popupText {
	margin-top: 0px;
	padding-top: 0px;
	margin-right: 0px;
	padding-right: 0px;
	margin-bottom: 5px;
	padding-top: 0px;
	margin-left: 0px;
	padding-left: 0px;
	font-family: Helvetica, sans-serif;
}	

.bold {
	font-weight: bold;
	color: #000000;
}

.URL {
  	font-size: small;
}

.URL a:link {
	color: #060e9f;
	text-decoration: none;
	border-bottom: 1px solid #060e9f;
}

.URL a:visited {
	color: #060e9f;
	text-decoration: none;
	border-bottom: 1px solid #060e9f;
}  

.URL a:hover {
	color: #e2231a;
	text-decoration: none;
	border-bottom: 1px solid #e2231a;
}

.URL a:active {
	color: #e2231a;
	text-decoration: none;
	border-bottom: 1px solid #e2231a;
}



/*buttons*/
#clearAll {
	background-color: #77bc1f; /* Green */
	border: none;
	color: white;
	padding: 15px 32px;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	font-size: 16px;
}
