body {
	margin: 0;
	padding: 30px 0px 0px 0px;
	font-family: Arial,Verdana,Helvetica,sans-serif;
	color: #1C1C1C;
	line-height: 1.6em;
	font-size: 0.75em;
	text-align: center;
}

td{
	font-size: 0.75em;
	line-height: 1.6em;
	color: #1C1C1C;
}

div,h1,h2,h3,h4,h5,h6 {
	margin: 0;
	padding: 0;
}

h1{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.6em;
	line-height: 1.8em;
	font-weight: normal;
	display: inline;
	color: #AA0000;
}

h2, h3, h4{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.0em;
	line-height: 1.2em;
	display: inline;
	color: #AA0000;	
}

h2 a:link, 
h3 a:link,
h4 a:link,
h2 a:active, 
h3 a:active,
h4 a:active,
h2 a:visited, 
h3 a:visited,
h4 a:visited{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.0em;
	line-height: 1.2em;
	display: inline;
	text-decoration: none;
	color: #AA0000;	
}

h2 a:hover, 
h3 a:hover,
h4 a:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.0em;
	line-height: 1.2em;
	display: inline;
	text-decoration: underline;
	color: #AA0000;	
}

a:link, 
a:active,
a:visited{
	color: #AA0000;
	text-decoration: underline;
}

a:hover {
	color: #1C1C1C;
	text-decoration: none;
}

img {
	border: 0px none;
}

#map{
	width: 790px;
	height: 395px;
	margin: auto auto auto auto;
}

#infoContainer{
	display: none;
}

#info{
	border: 5px solid #ccc;
	width: 240px;
	height: 240px;
	overflow: hidden;
	position: absolute;
	left: 50px;
	top: 50px;
	/* IE Box Model Hack */
   	voice-family: "\"}\"";
   	voice-family: inherit;
   	width: 250px;
	height: 250px;
}

html>body #info {
   	width: 240px;
	height: 240px;
}

#infoFrame{
	width: 240px;
	height: 240px;
}

#close{
	position: absolute;
	top: 50px;
	left: 305px;
	width: 14px;
	height: 14px;
}

#close a{
	text-decoration: none;
}

#close a:link,
#close a:active,
#close a:visited {
	background-image: url(../images/closeBubble.gif);
	background-repeat: no-repeat;
	background-position: 0% 0%;
	padding: 0px;
	margin: 0px;
	width: 14px;
	height: 14px;
	border: none;
	display: block;
	/* IE Box Model Hack */
   	voice-family: "\"}\"";
   	voice-family: inherit;
	background-position: 0% 1px;
}

html>body #close a:link,
html>body #close a:active,
html>body #close a:visited{
	background-position: 0% 0%;
}

#close a:hover{
	background-position: 0% -14px;
}