.arrowlistmenu{
width: 160px; /*width of accordion menu*/
}

.arrowlistmenu .menuheader{
	/*CSS class for menu headers in general (expanding or not!)*/
font: bold 12px Arial;
	color: #99FF33;
	background: black url(titlebar.png) repeat-x center left;
	margin-bottom: 10px; /*bottom spacing between header and rest of content*/;
	padding: 4px 0 4px 0px;
/*header text is indented 10px*/	cursor: hand;
	cursor: pointer;
}

.arrowlistmenu .openheader{ /*CSS class to apply to expandable header when it's expanded*/
background-image: url(titlebar-active.png);
}

.arrowlistmenu ul{ /*CSS for UL of each sub menu*/
list-style-type: none;
margin: 0;
padding: 0;
margin-bottom: 8px; /*bottom spacing between each UL and rest of content*/
}

.arrowlistmenu ul li{
padding-bottom: 2px; /*bottom spacing between menu items*/
}

.arrowlistmenu ul li a{
	color: #00CC99; /*custom bullet list image*/;
	display: block;
	padding: 0px 0;
	padding-left: 10px; /*link text is indented 19px*/;
	text-decoration: none;
	font-weight: bold;
	font-size: 12px;
	text-align: left;
}

.arrowlistmenu ul li a:visited{
color: #A70303;
}

.arrowlistmenu ul li a:hover{ /*hover state CSS*/
color: #A70303;
background-color: #F3F3F3;
}

a {text-decoration : none} 
a:link {
	color: #66FF99
}
a:visited {
	color: #C0C0C0
} 
a:active {color : #666666} 
a:hover {
	color: #66FFCC
}

ul { /* remove bullets and list indents */
list-style: none;
margin: 5px;
padding: 0;
}

.PageBackground {
	background-image: url('PageBackground.jpg');
	background-repeat: repeat;
}
.TextWindow {
	background-color: #101010;
	border-color: #000000;
	border-style: double;
	border-width: 7px;
	padding: 7px;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.lpxcenterpageinner {
	position: relative;
	margin: 0 auto;
	text-align: left;
	width: 693px;
}
.MiniNavBar {
	font-family: "Courier New", Courier, monospace;
	font-size: 10px;
	color: #FFFFFF;
	font-weight: bold;
}
.TextBox {
	border-style: none;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	scrollbar-3d-light-color: red;
	scrollbar-arrow-color: red;
	scrollbar-base-color: red;
	scrollbar-dark-shadow-color: red;
	scrollbar-face-color: black;
	scrollbar-highlight-color: black;
	scrollbar-shadow-color: red;
	width: 769px;
	font-size: 11px;
	font-weight: bold;
	height: 120px;
}
.ScrollBar {
	scrollbar-3d-light-color: red;
	scrollbar-arrow-color: red;
	scrollbar-base-color: red;
	scrollbar-dark-shadow-color: red;
	scrollbar-face-color: black;
	scrollbar-highlight-color: black;
	scrollbar-shadow-color: red;
}
.ArtistsBio {
	position: absolute;
	width: 568px;
	height: auto;
	z-index: 1;
	top: 65px;
	left: 316px;
	background: url('DarkPaper.gif');
	padding: 10px 10px 10px 10px;
}