BODY, TD, P, DIV	{font-family: verdana, geneva, sans-serif; font-size: 11px; }
body {background-color: black;}
INPUT, TEXTAREA, SELECT, OPTION	{font-size: 10px;}
TABLE#main	{ width: 800px; height: 513px;}
td {vertical-align: top;}
body {margin-top: 0px;}
div#wrapper {margin-top: 0px; margin-left: auto; margin-right: auto; width: 800px;}


IMG	{border-width: 0;}

A	{
	color: #AA504B;
	text-decoration: none; 
	}

A:hover	{
	color: #A62A21; 
	text-decoration: underline;
	}

P	{
	margin-top: 0px;
	line-height: 15px;
	}


DIV.ieWrapper	{
	width: 380px; 
	padding: 9px 5px 4px 16px;
	}
DIV.ieWrapper	img {
	padding: 0px 5px 0px 0px;
	}
	
DIV.boxContent	{
	width: 420px;
	height: 400px;
	position: relative;
	overflow: auto;
	margin: 120px 0 0 170px;
	color: black;
	background-color: /*#DAEEFC*/ transparent;
	}

DIV.hdSection	{
	margin: 12px 4px 4px 0;
	font-weight: bold;
	/*font-family: ScalaSans, helvetica, sans-serif;
	font-size: 12px;*/
	color: #AA504B; 
	}

	
.navActive	{
	font-weight: bold; 
	color: #A62A21;
	}	
		
DIV.navActive A:link, DIV.navActive A:visited, DIV.navActive A:hover	{
	color: #A62A21;
	text-decoration: none; 
	}
		



/**  navigation 1st level  **/

#nav {
	width: 800px; 
	margin-left: auto; 
	margin-right: auto; 
	color: #ffffff; 
	font-size: 9px; 
	/*padding-left: 0px; 
	padding-bottom: 2px; 
	padding-top: 10px;  */
	text-align: left; 
	margin-top: 30px; 
	}
	
#nav a:link {
	text-decoration: none; 
	/*padding: 0px 8px 0 7px; 
	color: #ffffff; 
	font-size: 10px; 
	background: transparent url(../img/bullet-white.gif) 0px 6px no-repeat; */
	text-transform: uppercase;
	}

#nav a:visited {
	text-decoration: none; 
	/*padding: 0px 8px 0 7px; 
	color: #ffffff; 
	font-size: 10px; 
	background: transparent url(../img/bullet-white.gif) 0px 6px no-repeat; */
	text-transform: uppercase;
	}
#nav a:hover {
	color: #AA504B; 
	text-decoration: none;
	}


/**  navigation 2nd level  **/

DIV.pressNav	{
	width: 404px; 
	height: 40px; 
	position: relative;
	margin: 120px 0 0 170px; 
	color: black;
	background-color: /*#DAEEFC*/ transparent;
	/*border-bottom: 1px solid #DAEEFC;*/
	padding-left: 16px;
	padding-top: 10px;
	}
	
DIV.pressNav a:link	{
	color: #542120;
	padding: 0px 10px 0 7px;
	background: transparent url(../img/bullet-brown.gif) 0px 6px no-repeat;
	}	

DIV.pressNav a:visited {
	color: #542120;
	padding: 0px 10px 0 7px;
	background: transparent url(../img/bullet-brown.gif) 0px 6px no-repeat;
	}	
	
DIV.pressNav a:hover {
	color: #A62A21;
	}

/** Headers **/


H3	{
	margin: 0;
	font-weight: bold;
	font-family: ScalaSans, helvetica, sans-serif;
	font-size: 130%;
	color: #F48737;
	}

H4	{
	margin-left: 6px;
	font-size: 110%;
	color: #333; 
	}

/** footer **/

#footer {
	margin: 0 auto; 
	font-size: 9px; 
	margin-top: 5px; 
	color: #999999; 
	}

/** MP3 listing **/
#mp3 {
	position: absolute;
	margin-top: 50px;
	text-align: right;
	/*float: right; 
	margin-top: 10px; */
	width: 150px; 
	margin-left: 620px;
	font-size: 12px; 
	color: #933131; 
	margin-right: 40px;
	}
	
#mp3 a {
	display: block;
	text-align: right;
	padding: 1px 0px 5px 0px;
	color: #ffffff;
	}
	
#mp3 h1 {
	text-align: right; 
	color: #ffffff; 
	font-weight: bold; 
	font-size: 13px;
	}
	
/** home link **/

#home {
	position: absolute; 
	width: 150px; 
	margin-top: 40px;  
	margin-left: 20px;
	}

/** class styles **/

.italic {font-style: italic;}
.bold {font-weight: bold;}
.bolduppercase {font-weight: bold; text-transform: uppercase;}
SPAN.normal	{font-weight: normal;}

SPAN.hilite	{color: #F48737;}
