body {
  color: #000;
  font-size: 9pt;
  font-family: verdana, " arial", " helvetica", " sans-serif";
  margin: 0;
}

.Header {
    margin-bottom: 10px;
}

a:hover {
  font-size: 9pt; 
  font-family: verdana, " arial", " helvetica", " sans-serif";
}

a {
  color: #fbb431; 
  font-style: normal; 
  font-size: 9pt; 
  font-family: verdana, " arial", " helvetica", " sans-serif"; 
  text-decoration: none;
}

span.Bold {
  font-weight: bold;
}

.Even {
  background: #eee;
}

.Odd, .Even {
  margin-bottom: 5px; 
  font-size: 11px;
}

.Odd a, .Even a {
  color: #000; font-size: 11px;
}

.Odd a:hover, .Even a:hover {
  background: #fbb431;
}

.MainContainer {
  width: 1000px; 
  margin-right: auto;
  margin-left: auto;
}

#LeftNav {
  width: 218px;
  float: left;
  clear: none;
  color: #FBB431;
}

#LeftNav #TopBG, #LeftNav #BottomBG {
  display: block;
}

#LeftNav #MiddleBG {
  background: url(images/table_mid.gif); 
  width: 218px; 
  text-align: center;
}

#MiddleContent {
  width: 780px;
  float: left;
  clear: none;
}

#ImageRotator {
  width: 590px; 
  margin: 10px 0 10px 0; 
  float: left; 
  clear: none;
}

.RotatingImage {
  margin-right: 5px;
  float: left;
  clear: none;
}

#MissionStatementContainer {
  margin-top: 10px;
  float: left;
  clear: none;
  width: 550px;
  color: #000;
  font-size: 11pt;
}

#ShowcaseContainer {
  width: 175px;
  font-size: 11px;
  float: left;
  clear: none;
  color: #000;
  border: 1px solid #000;
  padding: 0 5px 0 5px;
  text-align: center;
}

#ShowcaseTitle {
  font-size: 14px;
  font-weight: bold;
  margin: 5px 0 5px 0;
}

#tblFooter {
  color: #000;
  float: left;
  clear: both;
  margin-top: 10px;
  margin-bottom: 10px;
}

#ContactInfoCell {
  border: 1px solid #000;
  padding: 5px;
  font-family: verdana;
  font-size: 10pt;
}

/* Artist Box Styles for Pages with entertainers */
#ArtistsContainer {
  padding: 5px;
  margin: 0px 0 10px 0;
}

#ArtistsContainer .Title {
  color: #B24637;
  font-size: 16pt;
  font-weight: bold;
}

.ArtistBox {
  margin: 25px 10px 0px 0px;
  float: left;
  clear: none;
}

.ArtistBox .Portrait {
  float: left; clear: none;
}

.ArtistBox .Information {
  float: left;
  clear: none;
  width: 450px;
  margin-left: 10px;
}

.ArtistBox .Name {
  color: #B24637;
  font-size: 12pt;
  font-weight: bold;
}

.ArtistBox .Bio {
  margin-top: 5px;
}

#Bio a {
  color: #B24737;
}

.ArtistBox a.SonicBidLink {
  display: block;
  border: 0;
}
.ArtistBox a.PermaLink {
  color: #B24637;
}

.ArtistBox a.PermaLink:hover {
  text-decoration: underline;
}

.videothumb {
	display: block; cursor: pointer; float: left; clear: none; width: 50px; height: 35px; margin-top: 5px; margin-right: 5px;
}

        .BCNavContainer {
            width: 500px;
            clear: both;
            display: block;
            margin-right: auto;
            margin-left: auto;
            margin-top: 25px;
            margin-bottom: 50px;
        }
        .BCButton {
            width: 120px;
            height: 60px;
            float: left;
            clear: none;
            margin-right: 70px;
            text-align: center;
        }
        .BCButton a {
            width: 120px;
            height: 60px;
            padding-top: 15px;
            color: #fff;
            font-weight: bold;
            float: left;
            clear: both;
            background: url(http://diversityta.com/button.gif) no-repeat;
        }
        .BCButton a:hover {
          text-decoration: underline;
        }