body {
	position: relative;
	background-color: #ffffff;
	font-family: verdana, sans-serif;
	color: black;
	margin: 20px auto 20px 20px;
	padding: 0px;
	width: 790px;
	border: 0px solid purple;
}
a img {
	border: 0;
	vertical-align: middle;
	margin: 0;
}
img {
	margin: 20px auto;
}
h1 {
	text-align: center;
	font-size: 200%;
	font-weight: bold;
	padding: 2;
	margin: 0;
}
h2 {
	text-align: center;
	font-size: 20px;
	font-weight: normal;
	padding: 2px;
	margin: 5px auto;
}
h3 {
	text-align: center;
	font-size: 120%;
	font-weight: normal;
	padding-left: 0.5em;
	margin-top: 10px;
	margin-bottom: 10px;
}
p {
	text-align: center;
	font-size: 16px;
	font-weight: normal;
	padding-left: 0.5em;
	margin-top: 10px;
	margin-bottom: 10px;
}
#left {
	text-align: left;
	font-size: 100%;
}
#center {
	text-align: center;
}
#span1 {
	font-style: italic;
}
#span2 {
	font-size: 12px;
	padding: 0;
	margin: 0;
}
#span3 {
	font-size: 14px;
	font-weight: bold;
	color: blue;
	padding: 0;
	margin: 0;
}
#span4 {
	font-size: 16px;
	font-weight: bold;
	color: blue;
	padding: 0;
	margin: 0;
}
#span4 a:link {
	text-decoration: none;
}
#span4 a:visited {
	text-decoration: none;
}
#header1 {
	position: relative;
	text-align: center;
	margin: 20px 10px 20px auto;
	width: 600px;
	padding: 5px;
	font-weight: bold;
	font-size: 250%;
	border: 0px solid green;
}
#header1 a:link {
	text-decoration: none;
}
#header1 a:visited {
	text-decoration: none;
}
#header2 {
	position: relative;
	text-align: center;
	margin: 22px 25px 20px auto;
	width: 580px;
	padding: 5px;
	font-weight: bold;
	font-size: 250%;
	border: 2px ridge black;
}
#header2 a:link {
	text-decoration: none;
}
#header2 a:visited {
	text-decoration: none;
}
#map1 {
	float: left;
	width: 160px;
	font-size: 12px;
	text-align: center;
	border: 0px dotted green;
}
#wrapper {
	text-align: center;
	position: relative;
	width: 620px;
	padding: 0px;
	margin: 50px auto 10px 10.5em;
	border: 0px groove orange;
}
#toc {
	position: absolute;
	top: 200px;
	left: 0px;
	width: 160px;
	margin: 0.5em 0.5em 0 0;
	font-size: 12px;
	text-align: center;
	border: 0px solid green;
}
#toc_contents {
	width: 148px;
	padding: 3px;
	margin: 0px;
	border: 3px ridge green;
}
#toc_contents1 {
	width: 148px;
	padding: 3px;
	margin: 0px;
	border: 3px ridge green;
        background: url(/images/bkgrnd_darkgreen_flash.gif) repeat;
}
#toc_contents:hover {
	border: 3px outset green;
	color: white;
	background-color: darkgreen;
}
#toc_contents:hover a:link {
	color: white;
}
#toc_contents:hover a:visited {
	color: white;
}
#toc_contents:active {
	border: 3px inset green;
	background-color: lightgreen;
}
#toc_contents1:hover {
	border: 3px outset green;
	background-color: darkgreen;
}
#toc_contents1:active {
	border: 3px inset green;
	background-color: lightgreen;
}
#back {
	padding: 3px;
	text-size: 14px;
	width: 10em;
	margin: 5px auto;
	border: 3px ridge green;
}
#back:hover {
	border: 3px outset green;
	color: white;
	background-color: darkgreen;
}
#back:active {
	border: 3px inset green;
	background-color: lightgreen;
}
#footer {
	margin: auto;
	font-size: 12px;
	padding: 0.5em;
	text-align: center;
	border: 0px dotted blue;
}
div#wrapper2 {
	position: relative;
	text-align: left;
	Width: 550px;
	height: 11em;
	margin: 20px auto 0;
	font-size: 120%;
	border: 0px solid green;
}
div#wrapper2_text {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 300px;
	border: 0px solid blue;
}
div#locales_list {
	position: absolute;
	top: 0px;
	right: 0px;
	width: 220px;
	font-size: 100%;
	border: 0px dotted purple;
	margin: 0px;
}
#link {
	font-size: 16px;
	font-weight: bold;
	color: #00008b;
}
#thumb_wrap {
	position: relative;
	width: 600px;
	margin: auto;
	border: 0px dotted blue;
	font-size: 16px;
}
#thumb_wrap2 {
	position: relative;
	width: 600px;
	height: 250px;
	margin: auto;
	border: 0px dotted blue;
	font-size: 16px;
}
#thumb_left {
	position: absolute;
	width: 160px;
	top: 0;
	left: 0;
	border: 0px dotted green;
	font-size: 12px;
}
#thumb_center {
	width: 160px;
	top: 0;
	margin: auto;
	border: 0px dotted orange;
	font-size: 12px;
}
#thumb_right {
	position: absolute;
	width: 160px;
	top: 0;
	right: 0;
	border: 0px dotted purple;
	font-size: 12px;
}