span.highlight {
    color: #CC0000;
    font-size: 14px;
    font-weight: normal;
}

span.date {
    color: #6b0300;
    font-size: 10px;
    font-weight: bold;
}

span.h1 {
    color: #990000;
    font-size: 16px;
    font-weight: bold;
    display: block;
    margin-bottom: 4px;
}

span.normal {
    color: #000;
    font-size: 10px;
    font-weight: normal;
    font-family: Arial, sans-serif;
    font-style: normal;
}

a.more {
    color: #CC0000;
    padding: 0px 10px 0px 0px;
    background-image: url("../images/arrow.gif");
    background-position: center right;
    background-repeat: no-repeat;
    text-decoration: none;
    text-transform: none;
    text-align: right;
    font-size: 12px;
    cursor: pointer;
}

#content {
    /*border: 1px #CCC solid;*/
    height: auto;
}

#content-left {
    /*border: 1px #ff6a00 solid;*/
    width: 680px;
    float: left;
    margin-right: 10px;
    padding-bottom: 10px;
    display: table-cell;
}

#content-right {
    /*border: 1px #ff6a00 solid;*/
    background-color: #eeeeee;
    width: 178px;
    float: right;
    padding: 20px;
    display: table-cell;
}

#content-right div.header {
    background-color: #000; 
    /*#004d7a*/
    color: #FFF;
    text-transform: uppercase;
    font-family: Arial, sans-serif;
    font-size: 12px;
    font-weight: bold;
    padding-left: 5px;
    margin-bottom: 5px;
    margin-top: 5px;
    line-height: 20px;
}

#content-right div.content {
    color: #6b0300;
    font-family: Arial, sans-serif;
    font-size: 11px;
    font-weight: bold;
    margin-bottom: 10px;
    cursor: pointer;
}

#content-right div.content3 {
    color: #6b0300;
    font-family: Georgia;
    font-style: italic;
    font-size: 12px;
    padding-top: 5px;
    cursor: pointer;
    /*text-align: justify;*/

}

#content-right div.header3 img {
    border: 0px;
}

div.leftTop {
    /*border: 1px #ff006e solid;*/
    margin-bottom: 5px;
    font-family: sans-serif;
    font-size: 14px;
    font-weight: bold;
    text-align: justify;
    line-height: 20px;
}

div.leftMiddle {
    /*border: 1px #ff006e solid;*/
    margin-bottom: 5px;
    border-top: 1px #CCC solid;
    border-bottom: 1px #CCC solid;
    background-color: #fafafa;
}

div.leftBottom {
    /*border: 1px #ff006e solid;*/
    margin-bottom: 5px;
}


div.leftBottom1 {
    float: left;
    width: 320px;
    margin-right: 10px;
    font-family: sans-serif;
    font-size: 12px;
    /*text-align: justify;*/
    -ms-word-wrap: break-word;
    word-wrap: break-word;
}

    div.leftBottom1 img {
        float: left;
        padding: 5px 5px 0px 0px;
        height: 154px;
        width: 136px;
    }


div.leftBottom2 {
    float: right;
    width: 320px;
    padding-left: 20px;
    border-left: 1px #CCC solid;
    font-family: sans-serif;
    font-size: 12px;
    text-align: justify;
}

    div.leftBottom2 img {
            float: right;
            padding: 5px;
        }



