body {
	margin: 50px 0px;
    padding:0px; /* Need to set body margin and padding to get consistency between browsers. */
	text-align: center; /* Hack for IE5/Win */
    background-color: #b8d2b7;
    font-size: 16pt;
    line-height: 24pt;
}

tr, th {
    font-size: 14pt;
}
	
#content {
	width: 640px;
	margin: 0px auto; /* Right and left margin widths set to "auto" */
	text-align: left; /* Counteract to IE5/Win Hack */
	padding: 35px;
	border: 1px solid #333;
    -moz-border-radius: 8px;
	background-color: #fff;
}
h1, h2, h3 {
    font-family: geneva, tahoma, arial, helvetica, sans-serif;
}
h1 {
    text-align: center;
    font-size: 30pt;
    line-height: 35pt;
    margin: 0 0;
    padding 0 0;
}
.cap {
    font-size: 48pt;
    float: left;
    line-height: 44pt;

}
thead {
    font-weight: bold;
}
table {
    border-top: 1px solid #777;
    border-bottom: 1px solid #777;
}
tbody {
  line-height: 20pt;
}
a>img {
    border: none;
}
div#map {
  width: 500px;
	height: 300px;
	border: 1px solid #777;
  margin: 0 auto 20px auto;
}
dl.maplist {
  font-size: 10pt;
  line-height: 12pt;
  margin: 0;
}
