body {
	font: 12px verdana, arial, san-serif;
	margin: 0px;
}

.address {
	padding-top: 5px;
	padding-right: 10px;
	text-align: right;
	background: white;
}

#container {
	margin: 0 0 0 100px;
	padding: 0 0 10px 0;
	width: 759px;
	border-bottom: solid 1px #045;
	border-left: solid 1px #045;
	border-right: solid 1px #045;
	background: #F0F8FF;
	
}

#navlist
{
padding: 3px 0;
margin: 0;
padding-top: 20px;
border-bottom: 1px solid #778;
font: bold 16px Verdana, sans-serif;
background: white;
}

#navlist li
{
list-style: none;
margin: 3px;
display: inline;
}

#navlist li a
{
padding: 3px 0.5em;
margin-left: 3px;
border: 1px solid #778;
border-bottom: none;
background: #DDE;
text-decoration: none;
}

#navlist li a:link { color: #448; }
#navlist li a:visited { color: #667; }

#navlist li a:hover
{
color: #000;
background: #AAE;
border-color: #227;
}

#navlist li a#current
{
background: #F0F8FF;
border-bottom: 1px solid #F0F8FF;
}

#content {
padding: 10px 10px 0 20px;
margin-top: 0px;
background: #F0F8FF;
line-height: 150%;

}

.thumbnail{
position: relative;
z-index: 0;
}

.thumbnail:hover{
background-color: transparent;
z-index: 50;
}

.thumbnail div{ /*CSS for enlarged image*/
position: absolute;
background-color: lightyellow;
padding: 15px;
left: -1000px;
border: 1px dashed gray;
display: none;
color: black;
text-decoration: none;
border-width: 0;
padding: 2px;
}

.thumbnail:hover div{ /*CSS for enlarged image on hover*/
display: block;
top: -100px;
left: -100px; /*position where enlarged image should offset horizontally */

}
