body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding:0;
	margin:0;
}
h1 {
	font-weight: bold;
	font-size: 65px;
}

.normal {
	font-size: 12px;
}


h3{
	font-size: 12px;
	color: #000;
	text-decoration: none;
    text-align:center;
}
a:link {

	color: #000;
	font-weight: normal;
	text-decoration: none;
}

a:visited {

	color: #000;
	font-weight: normal;
	text-decoration: none
}


a:hover {

	color: #000;
	font-weight: normal;
	text-decoration: underline;
}

div#mioip {
	clear: left;
    width: 60%;
    text-align: center;
    border: 1px black solid;
    padding: 1em;
    margin: 51px auto;
    background: #EBEBEB;
    font-size: 16px;
	z-index: 98;
}

div#sponsor {
  text-align: center;
  font-size: 10px;
  font-weight: bold;
}

ul#menu
{
	margin: 0 auto;
	list-style: none;
	z-index: 99;
	position: absolute;
	top: 106px; 
	left: 20%;
}

ul#menu li
{
	margin: 30px 3px 0px 3px;
	padding: 2px 7px;
	float:left;
	border: 1px solid #000;
	background: #ffffff;
}

ul#menu li:hover
{
	background: #daedff;
}

ul#menu li a
{
	text-decoration: none;
}

ul#menu li.current
{
	border-bottom-color: #EBEBEB;
	background: #EBEBEB;
}

ul#banner
{
	list-style: none;	
	height: 55px;
	margin: 0;

	overflow: hidden;
}
div#banner
{
	background: #EBEBEB;
	border: 1px solid #000;
	padding: 5px 7px;
	margin: 0 30%;
}

#map_canvas
{
	width: 100%;
	height: 350px;
}

#popup
{
	text-align: left;
	padding: 8px;
}
