@charset "utf-8";



#container_fla{
        width: 956px;
        background-image: url(imgbeige/header_flash.jpg);
        background-position: top;
        background-repeat: no-repeat;
        height: 470px;
      /*  padding: 0 8px;*/
}

#fla_header {
        width: 100%;
        height: 90px;
        text-align: center;
        padding-top: 20px;
}

#fla_wrapper {
        width: 672px;
        height: 360px;
        float: left;
        padding: 0 0 0 21px;
}


#fla_right {
        font-family: Verdana, Helvetica, Arial;
        font-size: 11px;
        margin: 0px auto;
        height: auto;
        float: right;
        text-align: right;
        width: 260px;
        padding: 110px 0 0 0;
    }

.flash_rotator{
      text-align: left;
      padding-top: 12px; /*  slightly different than leftcolumncontainer */
      padding-right: 35px;
      padding-left: 25px;
}


.flash_rotator .headline {
        font-family: tahoma, Verdana, Helvetica, Arial;
        font-size: 10px;
        font-weight: bold;
        color: #333333;
}

.flash_rotator .subhead {
        font-family: tahoma, Verdana, Helvetica, Arial;
        font-size: 10px;
        font-weight: normal;
        color: #666666;
}

.flash_rotator .subtitle {
        font-family: tahoma, Verdana, Helvetica, Arial;
        font-size: 10px;
        font-weight: bold;
        color: #666666;
}

.flash_rotator .subhead a:link, .rightcolumncontainer .subhead a:visited, {
        color: #990000;
        text-decoration: none;
}

.flash_rotator .subhead a:hover {
        color: #990000;
        text-decoration: underline;
}

.flash_rotator a:link, .rightcolumncontainer a:visited, {
        color: #990000;
        text-decoration: none;
}

.flash_rotator a:hover {
        color: #990000;
        text-decoration: underline;

}


#fla_right .rightbottomcapper {
      height: 17px;
    }




.floatL {
        float: left;
}

.clrB {
        clear: both;
}