
/* Layout Stylesheet */ 

body {
 margin:10px;
 background:#660000;
 color: #333333;
 text-decoration:none;
 font-size:14px;
 line-height:16px;
 font-family: Georgia, arial, tahoma, verdana, sans-serif;
 text-align:center;
 padding:0;
  font:x-small/1.5em Georgia,Serif;
  voice-family: "\"}\""; voice-family:inherit;
  font-size:small;
  } html>body {font-size:small;
 }

#header {
  float:left;
  width:100%;
  background:#DAE0D2 url(images/bg.gif) repeat-x bottom;
  font-size:93%;
  line-height:normal;
  }

#header ul {
  margin:0;
  padding:10px 10px 0;
  list-style:none;
  }

#header li {
  float:left;
  background:url("images/left.gif") no-repeat left top;
  margin:0;
  padding:0 0 0 9px;
  }

#header a {
  float:left;
  display:block;
  background:url("images/right.gif") no-repeat right top;
  padding:5px 15px 4px 6px;
  text-decoration:none;
  font-weight:bold;
  color:#765;
  }

/* Commented Backslash Hack
   hides rule from IE5-Mac \*/
#header a {float:none;}
/* End IE5-Mac hack */

#header a:hover {
  color:#993333;
  }

#header #current {
  background-image:url("images/left_on.gif");
  }

#header #current a {
  background-image:url("images/right_on.gif");
  color:#333;
  padding-bottom:5px;
  }

#outer {
 text-align:left;
 border:1px solid #660000;
 background:#FFFFFF;
 width:80%;
 margin:auto;
 }

#hdr {
 width:100%; 
 height:115px;
 background: url(images/hdrbg.gif) repeat; 
 color: #660000;
 }

#bar {
 height:25px;
 background:#ffffff;
 color: #333333;
 border:solid #000000;	
 border-width:0px 0 0px 0;
 }

#bodyblock {
 position:relative;
 background:#FFFFFF;
 color: #FFFFFF;
 width:100%;
 padding:0;
 }

#l-col {
 float:left;
 background:#660000;
 color: #333333;
 }

#cont {
background:#ffffff;
 }

div#cont h3
	{
		font-size: 1.8em;
		margin-left: 0px;
		color: #999966;
		margin: 0;
		padding-top: 1em;
		font-weight: normal;
	}

#ftr {
 width:100%;
 height:25px;
 background:#cccc99;
 color: #333333;
 border:solid black;
 border-width:0px 0 0 0;
 margin:0;
 padding:0px;
 }

 .floatright
{
float: right;
width: 310px;
margin: 0 10px 10px 5px;
}

 .floatleft
{
float: left;
width: 300px;
margin: 0 20px 0 0;
}

#playlist tbody tr.even td {
      background-color: #eee;
    }

#playlist tbody tr.odd  td {
      background-color: #fff;
    }

.menusubheaders
{
FONT-SIZE: 18px;
FONT-WEIGHT: bold;
font-style: italic;
COLOR: #82734A;
FONT-FAMILY: Baker Signet BT, Verdana, Arial, Helvetica, sans-serif;
}
.mainbody
{
    FONT-SIZE: 12px;
    COLOR: #000000;
    FONT-FAMILY: Baker Signet BT, Verdana, Arial, Helvetica, sans-serif;
}

.textindent
{
text-indent: 20px
}

div.row span.left {
  float: left;
  text-align: left;
  width: 49%;
  }

div.row span.right {
  float: right;
  font-family: Baker Signet BT, Verdana, Arial, Helvetica, sans-serif;
 text-align: right;
  font-weight: bold;
  color: #66000;
  width: 49%;
  }

/* Presentation Stylesheet */ 

h4 {
 margin:0;
 padding: 5px 0;
 }
 
p:first-letter {
 font-size: 100%; 
 font-weight: bold;
 color:#660000;
 }
