ul#navlist
{
margin: 0 0 0 30px;
padding: 0;
width: 65%;
}

#navlist li
{
list-style-type: none;
background-color: #191970;
color: #daa520;
border: .2em solid #daa520;
font-weight: 600;
text-align: center;
padding: .3em;
margin-bottom: .1em;
}

#navlist li a
{
color: #daa520;
text-decoration: none;
display: block;
}

#navlist li a:hover
{
background-color: #faebd7;
color: #191970;
}

div.boxes
{
border-style: ridge;
border-width: 3px;
text-align:center;
position:absolute;
width: 156px;
padding: 10px;
}

div.rightbox
{
border-style: ridge;
border-width: 3px;
width: 175px;
padding: 10px;
}

a:link {color: #447700}
a:visited {color: #447700}
a:hover {color: #B22222}
a:active {color: #447700}

a.web:link {color: #3232CC}
a.web:visited {color: #3232CC}
a.web:hover {color: #B22222}
a.web:active {color: #AA6600}

table.popupbox
{
position:fixed;
top:25%;
border-color:Black;
border:2px;
width:auto;
height:auto;
cursor:pointer;
}

#googlemap
		{
			width:500px;
			height:300px;
		}