body		{ 
		font-family: arial, "Times New Roman", Times, serif;
		letter-spacing: .03em;
		}

.clear 		{
		clear: 		both;
		}

.directions 	{
		float:	left;
		width: 350px;
		padding:	10px;
		}


h2	{
	font-size: 16px;
	font-weight: bold;
	color: white;
	}

 h3	{
	font-size: 14px;
	font-weight: bold;
	color: white;
	}

#instructions 	{
		width: 400px;
		padding:	10px;
		text-align: left;
		color: white;
		}


p, li	{
	font-size: 12px;
	font-weight: bold;
	text-align: left;
	color: white;
	}

#map		{
		float: left;
		}
		
#pageBorder 	{
		background-color: #336699;
		border-style: solid;
		width: 		810px;
		padding:	10px;
		margin:		10px;
		height:		800px;
		}













		

