@charset "utf-8";
/* CSS Document */
* {margin:0; padding:0}
body  {
	font: 100% Arial, Arial, Helvetica, Verdana, sans-serif;
	background: #000;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
.twoColFixLtHdr #container { 
	width: 800px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #B6A8A5;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top:10px;
	margin-bottom:10px;
} 
.twoColFixLtHdr #header { 
	height:144px;
} 
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 190px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	padding: 15px 10px 15px 20px;
}
.twoColFixLtHdr #sidebar1 ul {
	margin-top:120px;
}
.twoColFixLtHdr #sidebar1 li {
	list-style-type:none;
	background: url(/images/greenbutton.gif) left center no-repeat;
	padding-left:34px;
	margin-bottom:20px;
	min-height:28px;
	height:28px;
}
.twoColFixLtHdr #sidebar1 li.current {
	background: url(/images/blackbutton.gif) left center no-repeat;
}
.twoColFixLtHdr #sidebar1 li a {
	text-decoration:none;
	color:#000;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:10pt;
}
.twoColFixLtHdr #sidebar1 li a:visited {
	text-decoration:none;
}
.twoColFixLtHdr #sidebar1 li a:hover {
	color:#fff;
}
.twoColFixLtHdr #sidebar1 li.oneline {
	margin-bottom:6px;
}
.twoColFixLtHdr #sidebar1 li a.current {
	color:#fff;
}
.twoColFixLtHdr #bContainer {
	background-image:url(/images/background.jpg);
	background-repeat:no-repeat;
}
.twoColFixLtHdr #mainContent { 
	margin: 0 0 0 210px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	border-left:1px solid #CDC4C1;
} 
.twoColFixLtHdr #mainContent h1 {
	color:#fff;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:11pt;
}
.twoColFixLtHdr #mainContent #notesContainer {
	background:#CDC4C1;
	filter:alpha(opacity=50);
	-moz-opacity:.5;
	opacity:.5;
	width:400px;
}
.twoColFixLtHdr #mainContent #notes {
	font-size:12px;
	font-weight:bold;
	font-style:italic;
	padding:8px;
	margin-left:1em;
	padding-left:1em;
}
.twoColFixLtHdr #mainContent #bottomNav {
	margin-top:20px;
	font-size:8pt;
	font-family:Arial, Helvetica, sans-serif;
	height:150px;
}
.twoColFixLtHdr #mainContent #bottomNav a {
	color:#fff;
}
.twoColFixLtHdr #mainContent #bottomNav p {
	margin-bottom:15px;
	text-align:center;
}
.twoColFixLtHdr #mainContentBG { 
	margin: 0 0 0 210px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 10px 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background-color:#fff;
	height:700px;
	min-height:700px;
	overflow:auto;
	width:540px;
} 
.twoColFixLtHdr #mainContentBG h1 {
	font-size:18px;
	color:#7DC242;
	font-weight:bold;
	margin-bottom:15px;
}
.twoColFixLtHdr #mainContentBG p {
	margin-bottom:10px;
	font-family:"Times New Roman", Times, serif;
	font-size:10pt;
}
.twoColFixLtHdr #mainContentBG #bottomNav {
	margin-top:20px;
	font-size:8pt;
	font-family:Arial, Helvetica, sans-serif;
	height:150px;
}
.twoColFixLtHdr #mainContentBG #bottomNav p {
	font-family:Arial, Helvetica, snas-serif;
	font-size:8pt;
}
.twoColFixLtHdr #mainContentBG #bottomNav a {
	color:#7DC242;
}
.twoColFixLtHdr #mainContentBG #bottomNav p {
	margin-bottom:15px;
	text-align:center;
}
.twoColFixLtHdr #mainContentBG #breadcrumb {
	font-size:8pt;
	margin-bottom:10px;
	margin-top:2px;
}
.twoColFixLtHdr #mainContentBG a {
	color:#7DC242;
}
.twoColFixLtHdr #mainContentBG a:visited {
	color:#7DC242;
}
.twoColFixLtHdr #mainContentBG .songTitle {
	color:#7E6A65;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10pt;
	font-weight:bold;
}
.twoColFixLtHdr #mainContentBG .prHeader {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11pt;
	font-weight:bold;
}
.twoColFixLtHdr #mainContentBG .cdHeader {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11pt;
	font-weight:bold;
}
.twoColFixLtHdr #mainContentBG .bioPic {
	float:left;
	margin-right:10px;
	margin-bottom:4px;
	border:none;
}
.twoColFixLtHdr #mainContentBG strong {
	color:#7E6A65;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10pt;
	font-weight:bold;	
}
.twoColFixLtHdr #mainContentBG .prPic {
	margin-right:6px;
	margin-bottom:10px;
	height:94px;
	border:none;
}
.twoColFixLtHdr #mainContentBG .ensemblePic {
	border:none;
	float:left;
	margin-right:2px;
	margin-bottom:2px;
	border:none;
}
.twoColFixLtHdr #mainContentBG ul {
	font-family:"Times New Roman", Times, serif;
	font-size:10pt;
	margin-left:14px;
}
.twoColFixLtHdr #mainContentBG ol li {
	font-family:"Times New Roman", Times, serif;
	font-size:10pt;
	margin-left:20px;
}
.twoColFixLtHdr #footer { 
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#DDDDDD; 
} 
.twoColFixLtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.twoColFixLtHdr #mainContentBG ul.events {
	margin-bottom:10px;
	margin-left:0;
}
.twoColFixLtHdr #mainContentBG ul.events li {
	list-style-type:none;
	margin-bottom:8px;
}
span.codedirection { 
	unicode-bidi:bidi-override; direction: rtl; 
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
--> 
