a {
	background-color: transparent;
	color: #000000;
}

body {
	background-color: #99cccc;
	color: #000000;
	font-family: Verdana, sans-serif;
	font-size: 11pt;
}

h1, h3, p.links {
	text-align: center;
}

img {
	border: solid #000000 1px;
}

li {
	background-color: #6699cc;
	border: solid #669999 2px;
	color: #000000;
	display: block;
	list-style-type: none;
	margin: 10px auto;
	padding: 2px;
	width: 700px;
}

table {
	margin-left: auto;
	margin-right: auto;
}

td {
	text-align: center;
}

ul {
	margin-left: 0px;
}

/* POPUP */

a.map_popup {
	font-size: 10pt;
}

#map {
	border: solid 1px #000000;
	height: 300px;
	margin-top: -150px;
	margin-left: -250px;
	position: absolute;
	top: 50%;
	left: 50%;
	visibility: hidden;
	width: 500px;
	z-index: 2;
}

#popup {
	background-color: #006699;
	border: solid 1px #000000; 
	color: #000000;
	display: none;
	margin-top: -210px;
	margin-left: -265px;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 530px;
	z-index: 2;
}

#popup h4, p {
	margin-top: 1px;
	margin-bottom: 1px;
	text-align: center;
}

#popup p, span {
	font-size: 10pt;
	font-weight: bold;
}

#popup span a {
	background-color: #006699;
	color: #000000;
	text-decoration: none;
}

#screen, #screen2 {
    background-color: #6699cc;
	color: #000000;
	display: none;
    filter: alpha(opacity=80);
    height: 100%;
    width: 100%;
    opacity: 0.8;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1;
}