body {
	color: #333333;
	font-family: tahoma, arial;
	font-size: 10px;
	margin: 0px;
	padding: 0px;
	text-align: center;
	background-color: EBEBEB;
	background-image: url(images/35original.gif);
	background-repeat: repeat;
}

* html body {
}

img {
}



a:link { 
	color: #9D9D9B;
	font-size: 11px;
	font-weight: bold;
	text-decoration: underline;
}
	
a:visited { 
	color: #9D9D9B;
	font-size: 11px;
	font-weight: bold;
	text-decoration: underline;	
}
	
a:hover, a:active { 
	color: #000000;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
}

#footer a:link { 
	color: #000000;
	font-size: 11px;
	font-weight: bold;
	margin-left: 10px;
	margin-right: 10px;
	text-decoration: none;
}
	
#footer a:visited { 
	color: #666666;
	font-size: 11px;
	font-weight: bold;
	margin-left: 10px;
	margin-right: 10px;
	text-decoration: none;	
}
	
#footer a:hover, #footer a:active { 
	color: #000000;
	font-size: 11px;
	font-weight: bold;
	margin-left: 10px;
	margin-right: 10px;
	text-decoration: underline;
}

#banner {
	clear: both;
	height: 200px;
	width: 764px;
	background-color: #FFFFFF;
	border-width: 6px;
	border-style: solid;
	border-color: #FFFFFF;
}

#container {
	margin: 0px auto;
	text-align: left;
	width: 776px;
}

#content {
	clear: both;
	width: 776px;
	background-color: #FFFFFF;
}

#footer {
	clear: both;
	color: #000000;
	display: block;
	font-size: 11px;
	height: 108px;
	padding-top: 20px;
	text-align: center;
	width: 776px;
	background: url(images/_header_footer/footer.gif) no-repeat;
}

#headlines {
	height: 199px;
	padding: 10px;
	width: 254px;
	padding-top: 60px;
}

#left {
	float: left;
	padding-bottom: 20px;
	padding-left: 40px;
	padding-right: 20px;
	padding-top: 30px;
	width: 422px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	border-right: dotted #CCCCCC 1px;
}

#left2 {
	float: left;
	padding-bottom: 20px;
	padding-left: 40px;
	padding-right: 20px;
	padding-top: 30px;
	width: 710px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}


#logo {
	height: 72px;
	width: 776px;
}



.nlink, .nlinkend {
	float:left;
	width:auto;
	list-style: none;
	display:inline;
	text-align:center;
	padding-top: 15px;
	padding-left: 17px;
	padding-right: 17px;
	height:28px;
}
.nlink{
	background-image: url(images/_new/nav-line2.gif);
	background-repeat: no-repeat;
	background-position: right top;
}
.nlinkend {
	background-image: none;
}
#right {
	float: left;
	width: 274px;
	background-color: #FFFFFF;
}

#right p {
	margin-top: 0px;
}

* html #right p {
	margin-top: -5px;
}

#stats {
	background: #494949;
	padding: 10px;
	width: 254px;
}

* html #stats {
	height: 170px;
}

.date {
	color: #827961;
	font-weight: bold;
}

.flt-lft {
	float: left;
	margin-right: 20px;
	font-family: "Lucida Sans Unicode", "Trebuchet MS", Helvetica, Sans-Serif;
	line-height: 18px;
}

.flt-lft2 {
	font-family: "Lucida Sans Unicode", "Trebuchet MS", Helvetica, Sans-Serif;
	line-height: 18px;
}

.flt-rgt {
	float: right;
}

.heading1 {
	background: url(images/_new/heading-bg-2.gif) no-repeat;
	color: #909090;
	display: block;
	font-family: arial, tahoma;
	font-size: 14px;
	font-weight: bold;
	height: 31px;
	margin-bottom: 12px;
	padding-left: 40px;
	padding-top: 4px;
	width: 181px;
}

* html .heading1 {
	margin-bottom: 5px;
}

.heading2 {
	background: url(images/_new/heading-bg-2.gif) no-repeat;
	color: #909090;
	display: block;
	font-family: arial, tahoma;
	font-size: 14px;
	font-weight: bold;
	height: 31px;
	margin-bottom: 5px;
	padding-left: 38px;
	padding-top: 4px;
	width: 161px;
}

.blue {
	color:#0A4E92;
	font-weight: bold;
}



/* CONTACT PAGE CSS
---------------------------------------------------------------------------------------------------------------------------------------------------*/

.ContactBoxAd {
	background : #f5f5f5;
	color : #333333;
	padding : 10px;
}
.lab {
	margin-left : 3px;
	display : block;
	float : left;
	width : 5em;
	font-family : Arial, Helvetica, sans-serif;
	color : #000000;
}




/* ^^^^^^^^ BELOW IS THE CODE FOR THE MENU ^^^^^^^^^^ */
#foxmenucontainer{height:24px;background:#000;display:block;}
#foxmenu{
	position:relative;
	display:block;
	height:24px;
	font-size:11px;
	font-weight:bold;
	font-family:Arial,Verdana,Helvitica,sans-serif;
}
#foxmenu ul{margin:0px;padding:0;list-style-type:none;width:auto;}
#foxmenu ul li{display:block;float:left;margin:0 1px 0 0;}

#foxmenu ul li a{
	display:block;
	float:left;
	color:#fff;
	text-decoration:none;
	padding:5px 20px 0 20px;
	height:19px;
	background-color: #000000;
}
#foxmenu ul li a:hover{color:#fff;background:transparent url(images/_navigation/foxmenu_bg-OVER.gif) no-repeat top right;}

#foxmenu ul li a.current,#foxmenu ul li a.current:hover{color:#000;background:#fff;}
/* ^^^^^^^^ ABOVE IS THE CODE FOR THE MENU ^^^^^^^^^^ */

/* ^^^^^^^^ Table ^^^^^^^^^^ */
	#playlist {
		border: 1px solid #ffffff;
	}

	#playlist tbody tr td {
		font-family: "lucida grande", verdana, sans-serif;
		font-size: 8pt;
		padding: 3px 8px;
		border-left: 1px solid #ffffff;
	}
	
	#playlist tbody tr.selected td {
		background-color: #eeeeee;
		color: #000000;
	}
