<!--
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
}

a {
	color:#660000;
	text-decoration:none;
	border-bottom:1px dotted #660000;
}

a:hover {
	color:#0033FF;
	text-decoration:underline;
	border-bottom:none;
}


#outContainer {
	width:800px;
	margin:auto;
}

#title {
	width:82px;
	height:inherit;
	float:left;
	text-align:right;
}

#title a.image {
	width:82px;
	height:342px;
	display:block;
	background-image:url(images/title_01.gif);
	background-repeat:no-repeat;
	border:none;
}

#title a.image:hover {
	background-image:url(images/title_01_over.gif);
}


#title ul {
	list-style:none;
	padding:0;
	margin:0 7px 0 0;
}

.mapDiv {
	width:300px;
	max-height: 200px;
	overflow:auto;
	
}

#top {
	float:left;
	width:718px;
	font-size:130%;
}

#arrow {
	width:11px;
}

#top p {
	margin:20px 0 0 5px;
	padding:0;
	float:left;
}

#top img {
	float:left;
}

#top span.header {
	font-size:150%;
	font-weight:bold;
}

#top span.item {
	color:#0033FF;
}

#mapContainer {
	float:left;
}

#map {
	width:560px;
	height:420px;
	border:1px solid #000000;
}

#map a {
	border:none;
}

#listContainer {
	float: right;
	width: 150px;
}

.sidebar h3 {
	margin: 0px;
	padding: 0px;
}

.sidebar ul{
	list-style:none;
	padding:0;
	margin:0;
}

.miles {
	text-align: center;
	font-size:120%;
	margin:5px 0 0 0;
	max-width:560px;
}

.miles table {
	margin:auto;

}

.left{
	text-align:right;
	vertical-align:top;
}

.right{
	text-align:left;
}
-->