body {
	background-color: #D2FAFF;
	color: black;
	font-family: "Tahoma", "Arial";
	font-size: 10px;
	min-width: 900px;
	text-align: center;
}
p {
	font-size: 16px;
	margin: 10px 20px 10px 20px;
}
h1 {
	font-size: 24px;
}
h2 {
	font-size: 18px;
	margin: 20px 20px 10px 20px;
}
h3 {
	font-size: 16px;
	margin: 20px 20px 10px 20px;
}
li {
	font-size: 16px;
	list-style-type: decimal;
}
dl {
	font-size: 16px;
	margin: 0px 20px 20px 20px;
}
dt {
	font-weight:bold;
	margin: 20px 20px 0px 10px;
}
dd {
	font-size: 16px;
	margin: 10px 20px 0px 30px;
}
img { 
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	float:none;
	border: none;
}
#container {
	background-color: #FDFFFF;
	display: table;
	width: 900px; 
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	border: 1px solid #000000;
	border-color: #00CCFF;
}
.topborder {
  border-bottom: 3px solid white;
}

#mainMenu a {
	margin: 10px 10px 0px 10px;
	font-size: 14px;
	font-weight: 600;
}
#mainMenu a:link {
	color: black;
	text-decoration: none;
}
#mainMenu a:visited {
	color: black;
	text-decoration: none;
}
#mainMenu a:hover	{ 
	color: #911827;
	text-decoration: none; 
}
#centerArea {
	margin: 20px 40px 20px 40px;
	font-size: 20px;
	text-align:justify;
}
#centerArea h1 {
	font-size: 28px;
	text-align:center;
	color: #911827;
}
#centerArea ul {
	margin: 10px 40px 10px 40px;
}
#centerArea li {
	font-size: 20px;
	list-style-type: decimal;
}
#centerArea img { 
	margin: 5px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	float:none;
}
#centerArea p.pictureTitle {
	font-size: 16px;
	color: #911827;
	clear:both;
	text-align:center;
}
#centerArea table {
	border-collapse: collapse;
	width: 100%;
} 
#centerArea form {
	margin: 0 0 0 0;
} 
#centerArea td { 
	vertical-align: top;
}
#centerArea td p {
	margin: 1px 10px 1px 10px;
	font-size: 20px;
}
#markerInfor h3 {
	font-size:12px;
	font-weight:bold;
	margin: 0px 0px 0px 0px;
}
#markerInfor p {
	font-size: 12px;
	font-weight:normal;
	margin: 0px 0px 0px 10px;
}
#markerInfor a {
	font-size: 12px;
	color: blue;
	text-decoration:underline;
	margin: 0px 0px 0px 0px;
}
#map { 
	border-top: 1px solid #00CCFF;
	height: 600px;
	margin: 0 auto;
	padding: 0;
} 
#footer { 
	width:900px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	background-color: #96D2DC;
	color: black;
	text-decoration: none;
	padding: 0 0 10px 0;  
	text-align: center;
}
#footer p	{
	margin: 10px 0px 0px 0px;
	font-size: 10pt;
}
#footer a:link {
	color: black;
	font-weight: bold;
}
#footer a:visited {
	color: black;
	font-weight: bold;
}
#footer a:hover	{ 
	color: #911827;
	font-weight: bold;
}
