﻿body
{
    margin: 0px;
    font: 11px Tahoma,Verdana,Arial,Helvetica,sans-serif;
    background: #c0c9d4 url(images/pagebg.jpg) fixed repeat-x;
}
.areaBoxV2
{
    border: 1px solid #DADADA;
    background: #fff url(images2005/areaBoxBg.gif) repeat-x;
    margin-right: 3px;
}

/* Styles for the home page rotator */
.RotatorImage 
{
    height: 178px;
    width: 257px;    
    padding-top: 2px;
    float: left;
}
.RotatorRightPane 
{
    height: 178px;
    width: 224px;
    float: left;
}
.RotatorDescription
{
    height: 168px;
    width: 224px;
    background-image: url(NewsShowImages/areaBoxBg.gif);
    background-repeat: repeat-x;
}
.RotatorDescription_Head
{
    font: bold 18px Arial, Verdana, Helvetica;
    color: #708090;
    margin-left: 10px;
    padding-top: 10px;
    margin-right: 20px;
}
.RotatorDescription_Text
{
    font: normal 12px Arial, Verdana, Helvetica;
    color: #778899;
    margin-left: 10px;
    padding-top: 40px;
    margin-right: 20px;
}
.RotatorName
{
    height: 35px;
    width: 224px;
}
/* Styles for the home news on the home page */
.homenews_date
{
    font-size: 11px;
    font-family: tahoma;
    color: #708090;
}
.homenews_title
{
    font-size: 11px;
    font-family: tahoma;
    color: #708090;
    font-weight: bold;
}
.homenews_body
{
    font-size: 11px;
    font-family: tahoma;
    color: #708090;
}
.homenews_link 
{
    font-size: 11px;
    font-family: tahoma;
    text-decoration: none;
    color: #696969;
}
.homenews_link:visited
{
    font-size: 11px;
    font-family: tahoma;
    color: #696969;
}
.homenews_link:hover
{
    font-size: 11px;
    font-family: tahoma;
    color: #4682b4;
}

