.stdflow {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #0B3F62;
	text-align: justify;
	margin-top: 10px;
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 5px;
}
.pic {
	border: 1px solid #333333;
}
#pic {
	background-color: #ECF4FE;
	left: 0px;
	position: relative;
	top: 0px;
	width: 90px;
}

#pic a .large {
	border: 0px;
	display: block;
	height: 1px;
	left: -1px;
	position: absolute;
	top: -1px;
	width: 1px;
}

#pic a img {
	border: 0;
}

#pic a.p1, #pic a.p1:visited {
	background: #ECF4FE;
	border: 1px solid #0B3F62;
	display: block;
	height: 68px;
	left: 0;
	text-decoration: none;
	top: 0;
	width: 90px;
}

#pic a.p1:hover {
	background-color: #8C97A3;
	color: #000000;
	text-decoration: none;
}

#pic a.p1:hover .large {
	border: 1px solid #0B3F62;
	display: block;
	height: 263px;
	left: -360px;
	position: absolute;
	top: -30px;
	width: 350px;
}
#lightbox{
	background-color:#eee;
	padding: 10px;
	border-bottom: 2px solid #666;
	border-right: 2px solid #666;
	}
#lightboxDetails{
	font-size: 0.8em;
	padding-top: 0.4em;
	}	
#lightboxCaption{ float: left; }
#keyboardMsg{ float: right; }
#closeButton{ top: 5px; right: 5px; }

#lightbox img{ border: none; clear: both;} 
#overlay img{ border: none; }

#overlay{ background-image: url(overlay.png); }

* html #overlay{
	background-color: #333;
	back\ground-color: transparent;
	background-image: url(blank.gif);
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="overlay.png", sizingMethod="scale");
	}
	.picframe {
	border: 1px solid #0B3F62;
}

