body 	{
	background:url(img/bg.gif) repeat black;
	font-family: "Lucida Sans Unicode", "Lucida Grande", Trebuchet, Sans-serif;
	}
p, table{
	color:rgb(200,200,200);
	font-size:12px;
	}
#wrapper{
	position:absolute;
	top:0px;
	left:50%;
	height:100%;
	width:800px;
	margin:0px 0px 0px -400px;
	background:url(img/logo.gif) no-repeat rgb(40,40,40);
	border-left:3px solid black;
	border-right:3px solid black;
	}
#top 	{
	margin-top:140px;
	margin-right:100px;
	font-size:16px;
	font-weight:bold;
	text-align:right;
	}
#top a:link, #top a:visited, #top a:active {border-right:2px solid rgb(40,40,40);}
#top a:hover {
	color:white; 
	border-right:2px solid white;
	border-left:2px solid white;
	}
#content{
	margin-top:20px;
	padding:16px;
	text-align:left;
	}
a:link, a:visited, a:active {
	text-decoration:none;
	color:rgb(102,152,255);
	}
a:hover {color:rgb(172,243,0);}
h2, h3  {color:rgb(172,243,0);}
h2 	{
	font-size:16px;
	text-align:center;
	}
h3 	{
	font-size:13px;
	font-weight:normal;
	margin-bottom:0px;
	}
div.hr 	{
	height:50px;
  	background:rgb(40,40,40) url(img/break.gif) no-repeat scroll center;
	}
div.hr hr {display:none;}
div.video {
	border:1px solid rgb(100,100,100);
	width:700px;
	height:418px;
	}
#imagehover {position:relative;}
#imagehover a .showimage {display:none;}
#imagehover a:hover .showimage {
	display:block;
	position:absolute;
	top:90px;
	left:-20px;
	border:1px solid black;
	padding-left:38px;
	padding-right:38px;
	background:black;
	}
#continuumtable td {
	border:1px solid black;
	padding:8px;
	text-align:center;
	}
.footnote {
	color:rgb(140,140,140);
	font-size:11px;
	}