body {
	margin: 0;
	padding: 0;
	background: #003366;
	color: #ffffff;
	font-family: "Lucida Grande", "Verdana", sans-serif;
	font-size: 76%;
}
a:link,
a:visited {
	color: #6060f0;
	text-decoration: underline;
}
a:hover,
a:active {
	color: #9090ff;
	text-decoration: underline;
}

div#ss_wrap {
	margin: 0;
	padding: 0;
	width: 740px;
}

div#ss_wrap h1 {
	margin: 0;
	padding: 0.5em 0 0.5em 0;
	font-size: 1.2em;
	font-weight: bold;
	text-align: center;
}
div#ss_wrap p.ss_contentbox {
	margin: 0.7em 0 0.7em 0;
	padding: 0 0 0 140px;
	width: 600px;
}

div#ss_wrap div#ss_navibox {
	float: left;
	width: 130px;
}
div#ss_wrap div#ss_navibox ul {
	margin: 20px 0 0 0;
	padding: 0;
}
div#ss_wrap div#ss_navibox ul li {
	list-style: none;
}
div#ss_wrap div#ss_navibox ul li a {
	display: block;
	margin: 8px 0 0 0;
	padding: 2px 5px 2px 10px;
	border-width: 1px 1px 1px 0;
	border-style: solid;
	border-color: #001f49;
	background: url("../img/arrow.gif") no-repeat 96% 4px;
	color: #ffffff;
	text-decoration: none;
	font-size: 0.8em;
}
div#ss_wrap div#ss_navibox ul li a:hover {
	border-color: #6699cc;
}
div#ss_wrap div#ss_mapbox {
	float: left;
	width: 610px;
}

div#ss_navibox p#ss_info {
	margin: 0.5em 0 0 0;
	padding: 0;
	font-size: 0.9em;
	color: #c0c0c0;
	text-align: center;
}

div#ss_map {
	position: relative;
	left: 0px;
	top: 0px;
	width: 608px;
	height: 527px;
	background-repeat: no-repeat;
}
div#ss_map a {
	position: absolute;
	width: 10px;
	height: 10px;
	text-decoration: none;
	font-size: 1pt;
}

div#ss_highlight {
	display: none;
	position: absolute;
	left: 0px;
	top: 0px;
}
p#ss_infobox {
	margin: 8px 0 0 0;
	padding: 2px 5px 2px 10px;
	background: #094090;
	border-style: solid;
	border-color: #001e45;
	border-width: 1px 1px 1px 0;
	font-size: 0.8em;
}

/*
form.ss_form input,
form.ss_form select {
	border: 1px solid #6c8dd0;
	background: #f8f8ff;
	color: #000000;
}
form.ss_form input.ss_formsubmit {
	background: #6c8dd0;
	color: #ffffff;
}
*/

