body
{
    padding: 0px;
    margin: 0px;
    background-color: #ffb;
    background-image: url(images/backGradient.jpg);
    background-position: top;
    background-repeat: repeat-x;
    width: 100%;
    height: 100%;
    font-family: Trebuchet MS, Tahoma, Arial;
    font-size: 12px;
    font-weight: normal;
    color: #000;
}
h2
{
    font-size: 15px;
    font-weight: bold;
    color: #0239B0;
    margin-bottom: 5px;
}
h3
{
    font-size: 13px;
    font-weight: bold;
    color: #0239A0;
    margin-bottom: 5px;
    padding: 0px;
}
p
{
    margin: 0px;
    margin-bottom: 5px;
    padding: 0px;
}
.bodyCopy, .textBox
{
    font-family: Trebuchet MS, Tahoma, Arial;
    font-size: 12px;
    font-weight: normal;
    color: #000;
}
.textBox
{
    border: solid 1px #CCC;
    padding-left: 2px;
}
.topLeft
{
    /*background-image: url(images/logo.jpg);
    background-repeat: no-repeat;
    background-position: left top;*/
    padding: 0px;
    margin: 0px;
    height: 150px;
    width: 220px;
}
.topRight
{
    padding: 0px;
    margin: 0px;
    height: 150px;
    background-image: url(images/arc.jpg);
    background-repeat: no-repeat;
    background-position: left top;
}
ul.topMenu
{
    list-style: none;
    position: absolute;
    top: 10px;
    right: 0px;
    font-size: 11px;
    margin: 0px;
}
ul.topMenu li
{
    float: left;
    border-left: solid 1px #FFB;
}
.topMenu a, .topMenu a:visited
{
    color: #FFB;
    text-decoration: none;
    padding: 0px 10px 0px 10px;
}
.topMenu a:hover
{
    text-decoration: underline;
    color: #F66;
}

ul.tabs
{
    list-style: none;
    position: absolute;
    top: 69px;
    left: 73px;
    margin: 0px;
    padding: 0px;
}
ul.tabs li
{
    float: left;
    margin: 0px;
    height: 34px;
}

.tabs a, .tabs a:visited
{
    font-size: 12px;
    font-weight: bold;
    text-decoration: none;
    color: #FFB;
}

.tabs a:hover
{
    text-decoration: underline;
    color: #FFF;
}
.tabSelected .tabL
{
    background-image: url(images/lightTabL.jpg);
    margin: 0px;
    padding: 0px;
    width: 15px;
    height: 34px;
}
.tabSelected .tabM
{
    background-image: url(images/lightTabM.jpg);
    margin: 0px;
    padding: 0px;
    padding-bottom: 4px;
    height: 34px;
}
.tabSelected a, .tabSelected a:visited, .tabSelected a:hover
{
    font-size: 12px;
    font-weight: bold;
    color: #000;
}
.tabSelected .tabR
{
    background-image: url(images/lightTabR.jpg);
    margin: 0px;
    padding: 0px;
    width: 15px;
    height: 34px;
}
.tabNormal .tabL
{
    background-image: url(images/blueTabL.jpg);
    margin: 0px;
    padding: 0px;
    width: 15px;
    height: 34px;
}
.tabNormal .tabM
{
    background-image: url(images/blueTabM.jpg);
    margin: 0px;
    padding: 0px;
    padding-bottom: 5px;
    height: 34px;
    color: #000;
}
.tabNormal .tabR
{
    background-image: url(images/blueTabR.jpg);
    margin: 0px;
    padding: 0px;
    width: 15px;
    height: 34px;
}
.tabsBottom
{
    position: relative;
    top: 104px;
    left: 3px;
    width: 552px;
    height: 3px;
    padding: 0px;
    margin: 0px;
    font-size: 1px;
    background-image: url(images/tabsBottom.jpg);
}
.bottomLeft
{
    margin: 0px;
    padding: 50px 7px 0px 0px;
    height: 100%;
    background-color: #1D2D59;
    background-image: url(images/leftNavM.gif);
    background-position: right top;
    background-repeat: repeat-y;
}
.leftMenu
{
    list-style: none;
    float: right;
    margin: 0px;
    padding: 0px;
}
.leftMenu li
{
    padding: 7px 40px 7px 0px;
    text-align: right;
}
.leftMenu a, .leftMenu a:visited
{
    color: #DD9;
    font-size: 12px;
    text-decoration: none;
    padding: 0px;
    margin: 0px;
}
.leftMenu a:hover
{
    color: #F66;
    text-decoration: underline;
}
li.leftMenuSelected
{
    background-image: url(images/leftMenuM.jpg);
    background-position: right top;
    background-repeat: repeat-y;
    text-align: right;
    padding: 0px;
    margin-right: -9px;
}
li.leftMenuSelected div
{
    background-image: url(images/leftMenuT.jpg);
    background-position: right top;
    background-repeat: no-repeat;
    padding: 7px 49px 7px 0px;
    margin: 0px;
    width: 213px;
    max-width: 170px;
}
.leftMenuSelected a, .leftMenuSelected a:visited
{
    font-size: 12px;
    font-weight: bold;
    color: #FFF;
    text-decoration: none;
    padding: 0px;
    margin: 0px;
}
.leftMenuSelected a:hover
{
    text-decoration: underline;
}
.contentBox
{
    padding: 0px;
    margin: 0px;
    height: 200px;
}
.announcerPic
{
    background-color: #a7a77a;
    border: solid 1px #d7d79e;
    padding: 1px;
    font-size: 0px;
    margin-top: 20px;

}
.playList
{
    background-color: #a7a77a;
    border: solid 2px #d7d79e;
    padding: 2px;
    font-size: 0px;
    margin-top: 0px;
}
.footer
{
    padding: 0px;
    margin: 0px;
    height: 0px;
}
