.right {
	width: 300px;
	float: right;

}
.left {
	clear: left;
	float: left;
	width: 60%;

}
.toplevel {
	margin-right: auto;
	margin-left: auto;
	width: 880px;
}
.footer {
	font-size: 10px;
	text-align: center;
	margin-top: 20px;
	font-family: Verdana, Geneva, sans-serif;
	line-height: 1;
}
.cols {
	float: left;
}
.MainPicture {
	text-align: center;
	padding: 15px;
}
.hint {
	font-size: 9px;
	font-style: italic;
}

.fnote {
	font-size: 85%;
}

.gallery {
}
.gallery tr td {
	text-align: center;
	vertical-align: middle;
}
#TabbedPanelsGallery .TabbedPanelsContentGroup .TabbedPanelsContent.TabbedPanelsContentVisible {
	padding: 0px;
}
.persontable {
	background-color: #ffffcc;
	width: 700px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.Figure {
	font-size: 10px;
	font-style: normal;
}
#linkstable p {
	margin-bottom: 5px;
	margin-top: 5px;
}

/* avoid the link highlight around the image */
a img {
	border: none;
}


/*
 * lightbox display for links to images
 */
#lightbox {
    position:fixed; /* keeps the lightbox window in the current viewport */
    top:0;
    left:0;
    width:100%;
    height:100%;
    background:url(../lboverlay.png) repeat;
    text-align:center;
	display:none;
}

#lightbox #modal {
	position:absolute;
    top:0;
    bottom: 0;
    left: 0;
    right: 0;
}

#lightbox #content {
    box-shadow:0 0 25px #111;
    -webkit-box-shadow:0 0 25px #111;
    -moz-box-shadow:0 0 25px #111;
    position: absolute;
    top:0;
    bottom: 0;
    left: 0;
    right: 0;

    margin: auto;
}

#lightbox #close {
	position:absolute;
	top:12px;
	right:22px;
    cursor:pointer;
}


/* UI aide for Dreamweaver */
.lightboxlink {
}
