body{
    color: #858585;
}


div#HomeFlashContainer{
    width: 100%;
    height: 345px;
    color: white;
    background-color: #00549f;
    float: left;
    overflow-y: hidden;
}


div#HomeFlashContainer div.Right{
    width: 222px;
    float: right;
}


div#HomeFlashContainer div.Right p{
    margin: 15px 10px;
}


div#HomeFlashContainer div.Right a{
    color: #ffff99;
}


div#HomePageFlash{
    width: 710px;
    height: 345px;
    float: left;
    background-image: url(/images/home-page-flash.jpg);
    border-right: 1px solid white;
}

div#HomePageBottom{
    width: 100%;
    float: left;
    padding-top: 14px;
    padding-left: 20px;
    padding-bottom: 20px;
}


div#News{
    width: 258px;
    background-color: #EDEDED;
    float: right;
    margin-bottom: 25px;
}


div.News{
    /*margin: 22px 15px;*/
    position: relative;
    left: 14px;
    width: 165px;
}


div#MoreNews{
    margin-bottom: 20px;
}


div#News div.Separator{
    width: 220px;
    height: 40px;
    background-image: url(/images/separators/news.gif);
    background-repeat: no-repeat;
    background-position: 14px 50%;
}


img#NewsHeader{
    margin: 22px 0px 20px 15px;
}


div#SolutionList{
    width: 688px;
    float: left;
    padding-top: 10px;
}


div.Solution{
    width: 172px;
    float: left;
    line-height: 16px;
}


div.Solution div{
    width: 90%;
    margin-top: 0px;
}


div.Solution div p{
    margin-top: 0px;
}


div#Announcements{
    width: 552px;
    float: left;
    clear: left;
    padding-top: 20px;
    line-height: 16px;
}


img#AnnouncementHeader{
    margin-bottom: 6px;
}


div.Announcement{
    margin-bottom: 10px;
}


hr{
    border-bottom: none;
}