body,html{
	background-color:#333;
	margin:0;
	padding:0;
	
	FONT-FAMILY: "helvetica", arial, verdana, sans-serif;
	background-image:url(bgcd.gif);
}
#main{
	margin:0px auto;
	width:950px;
	height:100% auto;
	position:relative;
	overflow:auto;
	color:#aaa;
	padding:5px;
	border:1px solid #888;
	background-color:#000;
}
img { border:0px; vertical-align:bottom}
table { FONT-SIZE: 15px;COLOR: #424242; FONT-FAMILY: Arial, sans-serif; border-collapse:collapse; width:98%; }
table A:link, A:active { BACKGROUND: none transparent scroll repeat 0% 0%; COLOR: #FF99CC; TEXT-DECORATION: none }
table A:visited { BACKGROUND: none transparent scroll repeat 0% 0%; COLOR:#FF99CC; TEXT-DECORATION:none }
table A:hover { BACKGROUND: #FF99CC; COLOR: #fff; TEXT-DECORATION: none }
		/* this is the main UL element: border-bottom:1px solid #444;*/
.list3 { FONT-SIZE: 14px; TEXT-ALIGN: left; width:920px;}
.list3 td { padding:1px; BORDER:3px solid #E7DDCF; COLOR: #616161; text-align:center; BACKGROUND-COLOR: #f0fae9; }
.list3 td:hover,list3 a:over,list3 a:hovered {  }
.list3 td a,.list3 ta a:visited { BACKGROUND: none transparent scroll repeat 0% 0%; COLOR:#333333; TEXT-DECORATION:none; font-weight:bold; FONT-SIZE: 11px;}
.list3 td a:hover,.list3 td a:over { background: none;   TEXT-DECORATION: none }

.list2 { FONT-SIZE: 14px; WIDTH: 99%; MARGIN: 7px 0 0 0; PADDING: 0; TEXT-ALIGN: left;  border-collapse:collapse; width:500px;}
.list2 tr:hover { border:1px solid #aaa; }
.list2 td { padding-left:3px; padding-right:3px; COLOR: #616161;  }

.video  { FONT-SIZE: 14px; background-color:#111111; color:#CCBEAC; TEXT-ALIGN:left; width:950px; height:95%;}
.video td { padding:3px; }
/*.video td A:link, A:active { BACKGROUND: none transparent scroll repeat 0% 0%; COLOR: #FF99CC; TEXT-DECORATION: none }*/
.video td A:visited { BACKGROUND: none transparent scroll repeat 0% 0%; COLOR:#ecac3c; TEXT-DECORATION:none }
/*.video td A:hover { BACKGROUND: #ecac3c; COLOR: #fff; TEXT-DECORATION: none }*/
.linked-image{ 	max-width:636px; border: 0px;}

.video A:link, A:active { BACKGROUND: none transparent scroll repeat 0% 0%; COLOR: #FF99CC; TEXT-DECORATION: none }
.video A:visited { BACKGROUND: none transparent scroll repeat 0% 0%; COLOR:#FF99CC; TEXT-DECORATION:none }
.video A:hover { BACKGROUND: #FF99CC; COLOR: #fff; TEXT-DECORATION: none }
.dropdown{
	visibility:hidden;
	margin:0;
	padding:0;
	list-style:none;
	
}

/* these are the inner menus*/
.dropdown ul{
	margin:0;
	padding:0;
	border-top:1px solid #444;
	list-style:none;
}

/* these are all the LIs in the menu width:120px;*/
.dropdown li{
	margin:0;
	padding:5px;
	width:118px;
	background-color:#000;
	cursor:pointer;
}

/* these are anchor in the menu, if you want to style them differently from the rest of you website color:#FFB119;*/
.dropdown a{
	text-decoration:none;
	color:#3399FF;
	width:100%;
	font-weight:bold;
}

.dropdown a:hover{
	text-decoration:underline;
}

/* these are the LIs that only belong to submenu*/
.dropdown ul li{
	border:1px solid #444;
	border-top:0;
	margin-left:-1px;
	font-size:11px;
}
.dropdown ul li a{
	color:#CC9933;
}

/* these are the LIs that contains a submenu*/
.dropdown li.submenu{
	background-image:url('expand_down.gif');
	background-position:center left;
	background-repeat:no-repeat;
	padding-left:20px;
	width:105px;
}

/* these are the LIs that contains a submenu and which are in a sub-menu themselve*/
.dropdown ul li.submenu{
	background-image:url('expand_right.gif');
	background-position:center right;
	padding:5px;
	width:120px;
}