body {font-family: Helvetica, Arial, Sans-Serif; font-size:10pt; background-color: rgb(240,240,240)}
a:active {text-decoration: none; color:black;}
a:link {text-decoration: none ; color: black;}
a:visited {text-decoration: none; color: black;}
a:hover {color: rgb(0,0,255); background-color: white;}
a.home {
	-moz-outline:none;
	color: white;	
}

div.container {
	position:absolute;
	width:676px; height:676px;
	background-color: rgb(255,255,255)
}

div.titlebar {
	position:absolute;
	left:170px; top:0px;
	width:506px; height:166px;
	background-color: rgb(255,255,255)
}

div.content {
	position:absolute;
	left:170px; top:170px;
	width:506px; height:506px;
	overflow: hidden; 
}

div.video {
	display: block;
	position:absolute;
	left:170px; top:170px;
	width:506px; height:506px;
	overflow: hidden; 
	text-align:center;
	line-height:506px;
	background-color: rgb(255,255,255);
}

div.text {
	display: block;
	position:absolute;
	left:170px; top:170px;
	width:506px; height:506px;
	overflow: auto; 
	text-align:left;
	color: rgb(0,0,0);
	background-color: rgb(255,255,255);
}

object.video {
	vertical-align: middle;
}

embed.video {
	vertical-align: middle;
}

div.thumbnail {
	position:absolute;
	width:166px; height:166px;
	background-color: rgb(240,240,240);
}

div.menu {
	position:absolute;
	left:170px; top:134px;
	width:506px; height:30px;
	background-color: rgb(240,240,240);
	overflow: hidden;
	line-height: 30px;
}

a.menu {
	width:64px; height:20px;
	display: inline;
	padding-left:12px;
	padding-right:12px;
	padding-top:4px;
	padding-bottom:4px;
	vertical-align:middle;
	text-align:center;
	border-style: solid;
	border-width: 2px;
	border-color: rgb(240,240,240);
	text-decoration: none;
	color: black;
	background-color: rgb(240,240,240);
}

a.menu:hover {
	color: blue; 
	background-color: white;
}

span.title {
	position:absolute;
	left:0px; top:0px;
	font-family: courier new, courier;
	font-size:32px;
	font-weight:bold;
}
span.venue {
	position:absolute;
	left:0px; top:36px;
	font-family: gill sans light,arial,helvetica;
	font-size:12px;
}

img.grid {
	position:absolute;
	right:0px; top:0px;
}

img.thumbnail {
	position:absolute;
	width:166px; height:166px;
}

img.placeholder {
	position:absolute;
	left:0px; top:0px;
	width:502px; height:502px;
}

div.sdmenu {
	position:absolute;
	left:0px; top:0px;
	width:166px; height:676px;
	background-color: rgb(240,240,240);
	font-family: gill sans light,arial,helvetica;
	font-size: 12px;
}
div.sdmenu div {
	width:166px;
	background-color: rgb(240,240,240);
	overflow: hidden;
}
div.sdmenu div.collapsed {
	height:25px;
	width:166px;
}
div.sdmenu div.empty {
	height:25px;
	width:166px;
}
div.sdmenu div span {
	display: block;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 12px;
	color: black;
	background-color: rgb(255,255,255);
	cursor: default;
	border-bottom-style: solid;
	border-bottom-width:2px;
	border-bottom-color: rgb(240,240,240);
	border-right-style: solid;
	border-right-width:2px;
	border-right-color: rgb(240,240,240);
}
div.sdmenu div.collapsed span {
	background-color: rgb(255,255,255);
}
div.sdmenu div a.menuitem {
	display: block;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 12px;
	background-color: rgb(240,240,240);
}
div.sdmenu div a.current {
	display: block;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 12px;
	background-color: rgb(255,200,200);
}
