body {
  margin: 0px;
  padding: 0;
  font-family: Arial;
  font-size: 14px;
  background: #cadef6 url('bg_body.png') repeat-x;
  color: #1F436D;
}


#map {
  width: 80%;
  height: 650px;
  margin: auto;
}

#markerlist {
  height: 500px;
  margin: 0px 0px 0 10px;
  overflow: auto;
}

#panel {
  float: left;
  width: 220px;
  height: 650px;
}

#headerdiv
{
	font-size: 22px;
	font-weight: bold;
	text-align: center;
}

h1
{
	text-align: center;
}


.title {
  border-bottom: 1px solid #e0ecff;
  overflow: hidden;
  width: 100%;
  cursor: pointer;
  padding: 2px 0;
  display: block;
  color: #000;
  text-decoration: none;
}

.title:visited {
  color: #000;
}

.title:hover {
  background: #ADCBE7;
}


.info {
  width: 200px;
  text-align: center;
}

.info h3 {
  margin-bottom: 4px;
  color: #026CB1;
}

.info img {
  border: 0;
}

.info-body {
  width: 200px;
  margin: 0px 0;
  text-align: center;
  overflow: hidden;
  color: #026CB1;
}

.info a
{
	color: #026CB1;
	text-decoration:none;
}