body{
	background-color: #FFFFFF;
	background-image: url(images/background.jpg);
	background-repeat: repeat-y;
	color: #333399;
	font-family: georgia, arial, helvetica, sans-serif;
	font-size: medium;
	font-style: normal;
	font-weight: normal;
	margin-left: 0;
	margin-top: 0;
}
h1 {
	background: url(images/background.jpg) #FFFFFF;
	color: #59009D;
	font-family: "cataneo bt", "calligraph421 bt", georgia, "Times New Roman", serif;
	font-size: x-large;
	font-style: normal;
	font-weight: bold;
}
p {
	margin-right: 10pt;
}
#list-menu {
	width: 157px;
}
#list-menu a {
	background: #0080C0;
	border: 1px solid;
	display: block;
	padding: 3px 2px 4px 5px; /* top, right, bottom, left */
	text-decoration: none;
	width: 150px; /*side padding (right + left + width) should equal the width set for the container div (list-menu width) */
}
#list-menu a:link, #list-menu a:active {
	text-decoration: none; 
	color: #FFFFFF; 
	background: #660099;
}
#list-menu a:visited {
	text-decoration: none; 
	color: #FFFFFF; 
	background: #330099;
}
#list-menu a:hover {
	background: #FFFFFF;
	border: 1px solid #000000;
	color: #660099; 
}
#list-menu li {
	margin: 0; /*margin above each list item */
}
#list-menu ul {
	font: smaller arial, verdana, sans-serif;
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#popup {
	margin-left: 10pt;
}
/* Begin Styles for gmap page */
.centerbody {
	margin: 0 auto;
	text-align: center;
}
.tooltip {
	background-color:#F5F5F5;
	font-size: small;
	font-weight:normal;
	white-space: nowrap;
	padding: 3px;
}
.infowindow, .infowindowimg {
	margin: 0 auto;
	width: 200px;  /* Image width size of 124px is defined in javascript code */
	font-size: small;
}
.infowindowimg {
	text-align: center;
	padding: 2px;
	border: 2px solid;
	border-color: #F5F5F5 ;
}
.infolink {
	text-align: center;
	font-size: small;
	font-weight: bold;
}
.small {
	font-size: small; 
}
.xsmall {
	font-size: x-small;
}
#map{
	width: 500px; 
	height: 500px; 
	text-align: left;
}
#gmapfooter, #gmaplink a, #gmaplink a:visited, #gmaplink a:active {
	color: Silver;
}
#gmapfooter {
	background-color: Black;
	text-align: left;
	font-size: small;
}
/* End Styles for gmap page */