.subtext
{
	font-size : small;
	font-style : italic;
}


div.place
{
	display: none;
	position: absolute;
	background-color: lightyellow;
	text-align: left;
	padding: 5px;
	width: 200px;
	z-index:3;
}


div.mapnav
{
	padding: 5px;
	position: fixed;
	background-color: lightyellow;
	left: 0px;
	top: 0px;
	z-index:2;
	opacity: 0.75;
}


div.maphelp
{
	padding: 5px;
	position: fixed;
	background-color: lightyellow;
	left: 100px;
	top: 0px;
	z-index:5;
	display: none;
}

table.mapnav
{
	font-size: small;
}

p.place
{
	font-weight: bolder;
	border-bottom: 3px solid;
}

p.blurb
{
	color: black;
}

p.bigname
{
	font-size: large;
	color: black;
}

img.attend
{
	float:right;
}

p.acknowledge
{
	margin-bottom: 5px;
}

p.logos
{
	word-spacing: 8px;
	line-height: 200%;
}

