@charset "UTF-8";
/* CSS Document */

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6,
pre, form, fieldset, input, p, blockquote, th, td, iframe {
    margin: 0;
    padding: 0;
}
/*h1, h2, h3, h4, h5, h6 {
    font-size: 100%;
}*/
ol, ul {
    list-style: none;
}
address, caption, cite, code, dfn, em, strong, th, var {
    font-style: normal;
    font-weight: normal;
}
fieldset, img {
    border: 0;
}
body  {
	font-family: Helvetica, sans-serif;
	line-height: 1.5;
	background: #000000;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #191919;
}
#header { 
}
#container { 
	width: 960px;
	background: #000000;
	margin: 0 auto;
	text-align: left;
} 
#sidebar1 {
	float: left;
	width: 380px;
	background: #000000;
	padding: 10px 10px 10px 10px;
	color: #CCCCCC; 
}
#sidebar1 h1{
	color: #FFFFFF;
	font-variant: small-caps; 
}
#sidebar1 h2{
	color: #CCCCCC;
	font-size: 90%;
	font-style: italic;
	margin: 0;
}
#sidebar1 p{
	color: #CCCCCC;
	margin: 10px 0;
}
#video {
	margin-bottom: 10px;
}
#questions {
	font: Verdana, sans-serif;
	float: left;
	font-size: 70%;
}
#questions ul {
	list-style-type: disc;
	margin: 0 0 0 8px;
}
#tom_box {
	float: left;
	font-size: 85%;
}
#mainContent { 
	margin: 10px 10px 10px 400px;
	color: #CCCCCC;
	background: #333;
	font-size: 90%;
} 
#bio_box {
	width: 550px;
	height: 280px;
	background: #000;
	overflow: hidden;
}
#bio_box img {
	float: right;
	margin: 0 0 0 6px;
}
#bio_box p {
	font-size: 88%;
	margin: 0 8px;
}
#bio_box h1 {
	font-size: 120%;
	margin: 0 8px;
}
#bio_box h3 {
	margin: 0 8px;
	color: #C00;
}
#player_boxes {
	clear: right;
	width: 550px;
	text-align: center;
	background: #000;
}
#footer {
	width: 960px;
	height: 100px;
	clear: both;
	color: #000;
	text-align: center;
	font-size: small;
	background: #000000;
	border-top: 4px #CC0000 solid;
}
#footer p {
	margin: 20px auto;
	color: #FFFFFF;
}
#footer a:link, a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
#footer a:hover {
	text-decoration: none;
	color: #cc0000;
}
.fltrt { 
	float: right;
	margin-left: 8px;
}
.fltlft { 
	float: left;
	margin-right: 8px;
}
.clearfloat { 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
/*!!!!!!!!!!!!!!!!!!!!! Start Nav Bar !!!!!!!!!!!!!!!!!!!!!
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!*/
#topnav {
	width: 960px;
	margin: 1px 0 0 0;
	font-size: 95%;
	font-weight: bold;
	font-variant: small-caps;
}
#nav, #nav ul {
	list-style: none;
	margin: 0 auto;
	z-index: 1;
}
#nav a:link, #nav a:visited {
	display: block;
	width: 105px;
	text-decoration: none;
	color: #FFFFFF;
	background: #CC0000;
}
#nav a:hover {
	display: block;
	width: 105px;
	text-decoration: none;
	color: #000000;
	background: #CC0000;
}
#nav li {
	float: left;
	width: 105px;
	text-align: center;
	border-right: 1px solid black;
}
#nav li ul { /* second-level lists */
	font-size: 85%;
	position: absolute;
	background: #000000;
	width: 105px;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
}
#nav li:hover ul, #nav li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}
/*!!!!!!!!!!!!!!!!!!!!! End Nav Bar !!!!!!!!!!!!!!!!!!!!!
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!*/
#formContent { 
	margin: 10px 10px 10px 400px;
	padding: 4px 8px;
	color: #000000;
	background: #FFFFFF;
	
}