@charset "utf-8";
/* CSS Document */
body {
	background-color:#ccc;
}
a {
	color:#2d699e;
	text-decoration: underline;
}
.main {
	background-color:#fff;
}
.iframewrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}
.iframewrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.toggleopacity img {
		filter:alpha(opacity=90);
		-moz-opacity:0.9;
		opacity:0.9;
}
.toggleopacity:hover img {
		filter:alpha(opacity=100);
		-moz-opacity:1;
		opacity:1;
		background-color:none;
} 
#tblstaff {
	width:100%;
}
#tblstaff td,#tblstaff th {
	padding:4px;
	border:thin #666 solid;
}
#tblstaff th {
	text-align:center;
	background-color:#dedede;
}