html {
	margin: 0;
	padding: 0;
	}
body { 
	font: 75% georgia, sans-serif;		
	line-height:150%;
	margin: 0; 
	padding: 0;	
	color: #015965;
	background-color:#FFFFFF;
	}
	
h2{
line-height:115%;
}
p { 
	margin-top: 0; 
	text-align: justify;
	}
a:link { 	
	text-decoration: underline; 
	color: #36BBCE;
	}
a:visited { 	
	text-decoration: underline; 
	color: #36BBCE;
	}
a:hover, a:active { 
	text-decoration: underline; 
	color: #FF7A00;
	background-color:#A64F00;
	padding: 3px;
	}

img
{
	border-style: none;
	
	height: 90%;
}

table.directions 
{
	font-family: Verdana, Arial, sans serif;
	font-size: 11px;
	margin: 2px;
}

table.directions td
{
	font-family: Verdana, Arial, sans serif;
	font-size: 11px;
	margin: 2px;
}
table.directions th 
{
	background-color:#EEEEEE;
}


	
#pageBody{ 		
	padding:1em;	
	background-color:white;
	border-left:1px solid #E0E0E0;
	height: 100%;	
	text-align: center;
	}


	
#pictureCaption{ 
	
	}
	
#firstPic
{	
	display: inline;
	margin: 3px;		
}

#prevPic
{	
	display: inline;
	margin: 3px;		
}

#nextPic
{	
	display: inline;
	margin: 3px;		
}

#lastPic
{	
	display: inline;
	margin: 3px;		
}

#places
{		
	text-align: left;
	float:left;	
}

#instructions
{	
	text-align: left;	
}

#instructions h2
{	
	text-align: center;	
}

#directionsFrom
{	
	margin-top: 10px;
}

#getDirectionsButton
{
	width: 25%;
	margin-top: 60px;		
}

#directionsTable
{		
	margin-top: 10px;	
	width: 25%;
}

#directionsTable table
{		
	width: 100%;
}

#map
{	
	float:right;
	width: 75%;
	height: 100%;
}
