@charset "UTF-8";

body, html{	height: 100%; }

body{
	text-align:left;
	margin:0;
	padding:0;
	margin-top:0px;
	margin-bottom:35px;
	font-size:12px;
	color:black;
	background:white url(images/body_bg.gif) repeat-x scroll left top;
	font-family: Helvetica;
}

h3{
	margin-bottom:4px;
	margin-top:4px;
}

h3 a{
	color: #002961;
	text-decoration:none;
}

.songtitle{
	color:#02a0c6;
}

.team{
	color: #ff9905;
}

.indent{
	margin-left:15px;
	text-indent:8px;
}

#Header{
	color: #ff9905;
	text-transform:uppercase;
	letter-spacing:120%;

}

#bodytext{
	margin-left:15px;
	text-indent:8px;
}

#bodytext2{
	margin-left:15px;
}

#bodytext2 a{
	color:#ef047e;
	text-decoration:none;
}	

/* Start Accordian Navigation Styles */

.arrowlistmenu{
width: 250px; 
margin-left:80px;
}

.arrowlistmenu .menuheader{
font: bold 14px Helvetica;
color: #002961;
background: #ccecf4 url(images/arrow.gif) no-repeat center left;
background-position:25px;
margin-bottom: 0px; 
padding: 8px 0 8px 40px;
cursor: hand;
cursor: pointer;
}

.arrowlistmenu .openheader{ 
background: #ff9905 url(images/arrow-active.gif) no-repeat center left;
background-position:25px;
}

.arrowlistmenu ul{
list-style-type: none;
margin: 0;
padding: 0;
margin-bottom: 4px;
}

.arrowlistmenu ul li{
padding-bottom: 0px; 
margin-left: 37px;
cursor: hand;
cursor: pointer;
}

.arrowlistmenu ul li a{
color: #002961;
background: url(images/arrowsub.gif) no-repeat center left;
background-position:5px;
display: block;
background-color: #ccecf4;
padding: 8px 0;
padding-left: 15px;
text-decoration: none;
font-weight: bold;
cursor: hand;
cursor: pointer;
}

.arrowlistmenu ul li a:visited{
color: #002961;
cursor: hand;
cursor: pointer;
}

.arrowlistmenu ul li a:hover{
color: #002961;
background: #02a0c6 url(images/arrowsub-active.gif) no-repeat center left;
background-position:5px;
cursor: hand;
cursor: pointer;
}

/* End Accordian Navigation Styles */