/* For the news and updates sidebar */


/* CONTAINER FOR UPDATES CONTENT  */

DIV#updates{
    margin: 0 auto;
    width: 200px;
    margin-left: auto;
    margin-right: auto;

    padding-bottom: 40px;

    position: absolute;
    top: 30px;
    left: 735px;
    background: url('images/newsbg.jpg') repeat-y;
    height: 400px;
}


/* MAIN PAGE CONTENT */

DIV.newscontent{
    position: relative;
    margin-top: 20px;
    padding-bottom: 60px;
}

/* PARAGRAPHS */

P#date{
    font-family: "trebuchet MS", arial, tahoma;
    font-size: 10pt;
    color: #5084b8;
    background-color: #dcdfe3;
    text-align: center;
    font-weight: bold;
    margin-left: 5px;
    margin-right: 5px;
    margin-top: 20px;
    margin-bottom: 20px;
/*    border: 1px #5084b8 solid;*/
}


P#welcome{
    font-family: "trebuchet MS", arial, tahoma;
    font-size: 10pt;
    color: #d5346a;
    text-align: center;
    font-weight: bold;
    margin-left: 5px;
    margin-right: 5px;
    margin-top: 20px;
    margin-bottom: 20px;
}


P#events{
    font-family: "trebuchet MS", arial, tahoma;
    font-size: 9pt;
    color: #278e4b;
    text-align: left;
    margin-left: 5px;
    margin-right: 5px;
    margin-top: 20px;
    margin-bottom: 20px;
    margin-bottom: 20px;

    border: 1px #d6f1df solid;
    padding: 6px;
}


P.news{
    font-family: "trebuchet MS", arial, tahoma;
    font-size: 9pt;
    color: #5084b8;
    text-align: left;
    margin-left: 5px;
    margin-right: 5px;
    margin-top: 20px;
    margin-bottom: 20px;
    margin-bottom: 20px;

    border: 1px #dcdfe3 solid;
    padding: 6px;
}

P.logo{
    text-align: center;
}

P.show{
    text-align: center;
    font-family: "trebuchet MS", arial, tahoma;
    font-size: 12pt;
    color: #ee1c27;
    font-weight: bold;
    text-decoration: underline;
}

P.show2{
    text-align: center;
    font-family: "trebuchet MS", arial, tahoma;
    font-size: 10pt;
    color: #ee1c27;
    font-weight: bold;
    font-style: italic;
}


SPAN#events{
    font-family: "trebuchet MS", arial, tahoma;
    font-size: 10pt;
    font-weight: bold;
    color: #278e4b;
    text-align: left;
}


SPAN.title{
    font-family: "trebuchet MS", arial, tahoma;
    font-size: 10pt;
    font-weight: bold;
    color: #5084b8;
    text-align: left;
}



/* LINKS */

A:link.sidebar, A:visited.sidebar, A:active.sidebar{
    font-family: "trebuchet MS", arial, tahoma;
    font-size: 9pt;
    text-decoration: underline;
    color: #5084b8;
}


A:hover.sidebar{
    font-family: "trebuchet MS", arial, tahoma;
    font-size: 9pt;
    text-decoration: underline;
    color: #d5346a;
}


.floatcamera{  /* float camera graphic */
    float: right;
}

/* IFRAME CONTENT */

iframe#sidebar{
    position: relative;
    background: url('images/graphics/sidebarbg.jpg') repeat-y;
    allowtransparency: true;
    width: 225px;
    height: 700px;
    border: 0;
    margin: 0, auto;
    scrolling: 0;
}
