html, body {
	font-family: Verdana;
	font-size: 14px;
	margin: 0;
	padding: 0;
	background-color: #222222;
	color: #7B7B7B;
	font-smooth: always;
	height:100%;
}

.centerdiv { 
	position: fixed; 
 	width: 1000px; 
 	height: 584px; 
 	margin-left: -500px; 
 	margin-top: -292px;  
 	top: 50%; 
 	left: 50%; 
 	background-color: #000000; 
}

.header {
	align: center;
	background: #000000;
	margin: auto;
	width: 1000px;
	height: 24px;
	padding: 0;
	background-image: url(head6.png);
	background-repeat: no-repeat;
}

.dock {
	align: left;
	background: #000000;
	margin: 0 auto;
	height: 560px;
	padding: 0;
	width: 1000px;
	position: relative;
}

.menu {
	position: absolute;
	top: 0;
	left:0;
	width: 218px;
	background: #000000;
	height: 560px;
	text-align: left;
}

.content {
	position: absolute;
	top: 0;
	left: 218px;
	width: 782px;
	background: #000000;
	height: 560px;
}

.mainmenu a, .body a, a {
	text-decoration: none;
	color: #7B7B7B;
}

.mainmenu a.sel {
	text-decoration: none;
	color: white;
}

.mainmenu {
	padding-top: 117px;
	list-style-type: none;
	color: #7B7B7B;
	background-color: #000000;
	padding-left:60px;
	/*font-weight: bold;*/
}

.mainmenu ul {
	list-style-type: none;
	padding:0px;
	margin:0px;
}

.mainmenu li:hover, .mainmenu a:hover {
	color: white;
	cursor: hand;
	cursor: pointer;
}

.mainmenu li {
	padding: 10px 0 0 0;
}

.selected {
	color: white;
	margin-top: 8px;
}

.nonsel {
	color: #7B7B7B;
	margin-top: 8px;
}

.subnonsel {
	color: #7B7B7B;
	margin-left: 15px;
}

.subsel {
	color: white;
	margin-left: 15px;
}

.submenu {
	margin-left: 15px;
	color: #7B7B7B;
	display: none;
}

.subvisible {
	margin-left: 15px;
	color: #7B7B7B;
}

#vidcaption {
	font-size: 12px;
	z-index: 2;
	margin-left: 25px;
}

.vidpic
{
 	margin-bottom: 12px;
 	margin-right: 12px;
 	border: 2px solid #7B7B7B;
 	width: 61px;
}

.vidpicsel
{
 	margin-bottom: 8px;
 	margin-right: 8px;
 	border: 4px solid #7B7B7B;
 	width: 61px;
}

.vidpic:hover
{
 	border: 4px solid #7B7B7B;
 	margin-bottom: 8px;
 	margin-right: 8px;
}

.videotxt
{
	font-size: 12px;
	margin-left:5px;
	margin-top:15px;
	display: none;
}

.intro
{
	font-size: 12px;
	color: #FFFFFF;
	margin-bottom: 10px;
}

.ihead
{
	font-size: 12px;
	color: #FFFFFF;
	margin-bottom: 10px;
	font-weight: bold;
}

.itext
{
	font-size: 9px;
	color: #7B7B7B;
	margin-bottom: 10px;
}

.dtext
{
	font-size: 9px;
	color: #7B7B7B;
	margin-bottom: 30px;
	margin-top: 3px;
}

.dhead
{
	font-size: 12px;
	color: #FFFFFF;
	margin-bottom: 0px;
	font-weight: bold;
}

.scroll {
height: 430px;
overflow: auto;
border: 1px solid #000000;
background-color: #000000;
padding: 8px;
margin-top:-370px;
margin-left: 335px;
margin-right:85px;
scrollbar-base-color: #000000;
scrollbar-arrow-color: #333333;
scrollbar-DarkShadow-Color: #000000; 
}

.scroll2 {
height: 430px;
width: 330px;
overflow: auto;
border: 1px solid #000000;
background-color: #000000;
padding: 8px;
margin-top:60px;
margin-left: 0px;
margin-right:85px;
scrollbar-base-color: #000000;
scrollbar-arrow-color: #333333;
scrollbar-DarkShadow-Color: #000000; 
}
