.ajaxPlayerContentArea  {
   position: relative;
   width: 330px;
}

.contentContainer {
   background: #FCFCDD;
   height: 80%;
   padding: 15px 15px 15px 15px;
}
                        
.logo {
   color: #FFFFCC;
   font: 15px "times new roman";
   font-weight: bold;
   letter-spacing: .3em;
   line-height: 18px;
   padding-left: 15px;
   position: relative;
   text-align: left;
   top: 15px;
}
                     
.navText {
   color: #333300;
   font: 11px verdana, "lucida grande", arial;
   letter-spacing: .1em;
   line-height: 16px;
   padding: 8px;
   text-decoration: none;
}
                     
.navText:hover {
   background: #BCBC85;
   color: #ffffff;
   border-left: 1px solid rgb(00,00,66);
   border-right: 1px solid rgb(00,00,66);
   text-decoration: none;
}

.nowPlaying {
   color: #333333;
   font: 12px verdana, "lucida grande", arial;
   line-height: 18px;
   margin-bottom:0;
   margin-top: 0;
   padding: 1em 0 0 0;
   text-indent: 0;
}
      
.pageName {
   color: #000066;
   font:14px "times new roman";
   font-weight:bold;
   letter-spacing:.2em;
   line-height:16px;
   padding: 1em 0 0 0;
}

.newsChatArea  {
   left: 500px;
   position: absolute;
   top: 170px;
}

.tagline {
   color: #000066; 
   font-family: "times new roman"; 
   font-size: 15px; 
   font-weight:normal;
   letter-spacing: .2em; 
   line-height: 18px; 
   position: relative;
   text-align:left;
   top: 15px;
}
               
.titleBar         {
   height: 40px;
}
      
.titleBarMenu     {
   background: #797947;
   padding: 5px 5px 5px 5px;
}

#ajaxChatArea .tabcontentiframe {
   height: 400px !important;
   width: 467px !important;
}                       

#ajaxPlayerContentArea .tabcontentiframe {
   height: 260px !important;
}
                        

      
a {
   color: #000066;
   font-weight: bold;                  
   text-decoration: none; 
}
      
a:hover {
   color: #6699CC; 
   text-decoration: underline;
}
      
body {
   background: #C6C877;
   padding: 5px 5px 5px 5px;
}
                        
p {
   color: #333333;
   font: 12px verdana, "lucida grande", arial;
   line-height: 18px;
   margin-bottom:0;
   margin-top: 0;
   padding: 1em 0 0 0;
   text-indent: 0;
}