/*	REDEFINES	*/
			
BODY
{	background-color: #FFFFFF;
	margin: 0px 20px 20px 20px;
}

BODY, TD, INPUT, TEXTAREA, SELECT
{	font-family: Arial, Verdana, Helvetica;
	font-size: 12px;
}

INPUT
{	margin: 5px 5px 5px 0px;
}

HR
{	height: 1px;
	color: #CCCCCC;
	background-color: #CCCCCC;
	border: none;
}

A
{	text-decoration: none;
	color: #009900;
}

A:hover
{	text-decoration: underline;
}

DIV.page_container
{	position: relative;
	width: 800px;
	height: auto;
	text-align: left;
}

DIV.top_container
{	position: absolute;
	z-index: 1;
	top: 0px;
	left: 0px;
}

DIV.logo_container
{	position: absolute;
	z-index: 1100;
	top: 30px;
	left: 20px;
	width: 150px;
	height: 30px;
	cursor: pointer;
}

/*		NAVIGATION		*/

DIV.page_container DIV.navigation_container
{	position: absolute;
	z-index: 2;
	top: 70px;
	left: 0px;
	width: 800px;
	max-width: 800px;
	height: 210px;
	padding-left: 20px;
	background-position: left top;
	background-repeat: no-repeat;
	font-size: 11px;
}

DIV.page_container DIV.navigation_container DIV.instance
{	position: relative;
	width: auto;
	float: left;
	font-weight: bold;
	color: #000000;
	text-transform: uppercase;
	margin: 11px 30px 0px 0px;
	white-space: nowrap;
}

DIV.page_container DIV.navigation_container DIV.sub_instance_container
{	position: absolute;
	z-index: 1000;
	top: 15px;
	left: 0px;
	width: auto;
	height: auto;
}

DIV.page_container DIV.navigation_container DIV.sub_instance
{	position: relative;
	width: auto;
	font-weight: bold;
	color: #666666;
	text-transform: uppercase;
	margin: 6px 0px 0px 0px;
}

DIV.page_container DIV.navigation_container DIV.sub_instance DIV.sub_instance
{	text-transform: capitalize;
	margin: 6px 0px 0px 10px;
}

DIV.page_container DIV.navigation_container DIV.instance A
{	color: #000000;
	background-color: #FFFFFF;

}

DIV.page_container DIV.navigation_container DIV.sub_instance A
{	color: #666666;
	background-color: #FFFFFF;
}

/*		/ NAVIGATION		*/

/*		TEXT FORMATS		*/

H1
{	font-family: Arial, Helvetica, Verdana;
	font-size: 25px;
	font-weight: normal;
	color: #009900;
	padding: 0px 0px 5px 0px;
}

P
{	line-height: 14pt;
}

/*	/	TEXT FORMATS		*/

DIV.page_container DIV.player_container
{	position: absolute;
	z-index: 3;
	top: 0px;
	left: -60px;
	width: 920px;
	height: 300px;
}

DIV.page_container DIV.content_container
{	position: absolute;
	z-index: 0;
	top: 290px;
	left: 0px;
	width: 800px;
	height: 30px;
	background-image: url(../images/siteMainGraphics/textTop.gif);
	background-position: 0px 0px;
	background-repeat: no-repeat;
}

DIV.page_container DIV.content_container DIV.shark
{	position: absolute;
	z-index: 1000;
	top: -70px;
	left: 0px;
	width: 84px;
	height: 71px;
	background-image: url(../images/siteMainGraphics/shark.gif);
	background-position: 0px 0px;
	background-repeat: no-repeat;
}

DIV.page_container DIV.content_container DIV.text_content
{	position: absolute;
	z-index: 0;
	top: 30px;
	left: 0px;
	width: 533px;
	height: auto;
	background-color: #333333;
	color: #FFFFFF;
	font-size: 10pt;
	line-height: 14pt;
}

DIV.page_container DIV.content_container DIV.text_content H1
{	color: #FFFFFF;
}

DIV.page_container DIV.content_container DIV.text_content FONT
{	line-height: normal;
}

DIV.page_container DIV.content_container DIV.text_content TD
{	color: #FFFFFF;
}

/*		ARCHIVE LIST		*/

DIV.page_container DIV.text_content DIV.playlist_title
{	font-size: 22pt;
	color: #FFFFFF;
	margin: 0px 0px 20px 0px;
}

DIV.page_container DIV.text_content DIV.playlist_item A
{	font-weight: bold;
	color: #999999;
}

DIV.page_container DIV.text_content DIV.text_item
{	margin: 20px 0px 0px 0px;
}

DIV.page_container DIV.text_content DIV.text_item A
{	font-weight: bold;
	line-height: 15pt;
	color: #999999;
}

/*		/ ARCHIVE LIST		*/

DIV.page_container DIV.content_container DIV.text_content A
{	color: #33CC33;
}

DIV.page_container DIV.content_container DIV.file_content
{	position: absolute;
	z-index: 0;
	top: 30px;
	left: 575px;
	width: 225px;
	height: auto;
}

DIV.page_container DIV.file_content DIV.playlist_title
{	font-size: 22pt;
	color: #009900;
	margin: 0px 0px 20px 0px;
}

DIV.page_container DIV.file_content DIV.playlist_item A
{	font-weight: bold;
	color: #999999;
}

DIV.page_container DIV.file_content DIV.text_item
{	margin: 20px 0px 0px 0px;
}

DIV.page_container DIV.file_content DIV.text_item A
{	font-weight: bold;
	line-height: 15pt;
	color: #999999;
}

