div{
	display:block;
}
body{
	margin: 10em 10em;
}

.credit {
	clear: both;
	position: relative;
	text-align: right;
	border-top-style: solid;
	border-top-width: 1px;
	border-top-color: #c00;
}


h1, .Title, .crumbs {
	color: #3C3B80; 
	font: bold 17px/20px Arial, Helvetica, Tahoma, sans-serif; 
	letter-spacing: 0.3em;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #c00;
}

h2 {
	color: #3C3B80; 
	letter-spacing: 0.3em;
	border-top-style: solid;
	border-top-width: 1px;
	border-top-color: #c00;
}

li {
	margin-bottom : 1em;
}

.menu{
	position:fixed;
	top:auto;
	bottom:auto;
	left:10px;
	font: bold 10pt Arial, Helvetica, Tahoma, sans-serif; 
}

.menu li{
	margin-bottom:0;
	font-variant:small-caps;
}

.menu ul{
	list-style: none;
	padding: 0 0 0 1em;
	width:auto;
}
a{
	color:#3c3b80;
	text-decoration:none;
}

a:hover{
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #c00;
}

.hide{
	display:none;
}

.crumbs{
	border:none;
	top:4em;
	position:absolute;
	font-size:10pt;
}

.footer{
	position:absolute;
	margin:5em 0;
	color: #3C3B80; 
	font:8pt Arial, Helvetica, Tahoma, sans-serif;
}

.Image{
	float:right;
	width:152px;
	border:1px solid #c00;
	color: #3C3B80; 
	font: 8pt Arial, Helvetica, Tahoma, sans-serif;
	margin:1em 0 1em 1em;
	clear:right;
	background:#fff;
}

.Caption{
	margin:0 3px;
	text-align:center;
	background:#fff;
}

#masthead{
	display:block;
	position:absolute;
	top:1em;
	text-align:center;
}

#GMap .Image{
	width:auto;
	border:0;
}

#GMapSidebar *{
 border:none;
 font-size:8pt;
 margin:0;
 padding:0;
 list-style:none;
}
#GMapSidebar img{
 display:none;
}
#GMapSidebar{
 margin-top:1em;
 display:block;
 height:200px;
 overflow:auto;
 width:200px;
 border:1px solid silver;
}
#GMapSidebar a{
 display:block;
 border:none;
 margin:0;
 padding:0;
}

#GMapSidebar a:hover{
 background:silver;
}

#GMapSidebar a:focus{
 background:silver;
 width:184px;
}
#GMapSidebar{
// display:none;
}
a img{
 border:0;
}


