﻿h1.Welcome
{
    float:left;
    margin:5px 0 0 15px;
    font-size:18px;
    color:#005FA9;
}
/*latest news*/
div.LatestNews
{
    float:left;
    width:653px;
}
h1.PageTitle
{
    float:left;
    width:545px;
    height:20px;
    margin:15px 0 0 15px;
    padding:3px 0 0 44px;
    background-image:url('../images/page_title_left.gif');
    background-repeat:no-repeat;
    background-position:left 0;
    background-color:#D1D1D1;
    font-size:15px;
    font-weight:bold;
    color:#FFFFFF;
    letter-spacing:1px;
}
div.PageTitleRight
{
    float:left;
    width:11px;
    height:23px;
    margin:15px 0 0 0;
    background-image:url('../images/page_title_right.gif');
    background-repeat:no-repeat;
}
div.NewsPost
{
    float:left;
    clear:left;
    width:600px;
    margin:12px 0 0 18px;
    padding-bottom:12px;
    border-bottom:dotted 2px #8E8E8E;
}
h3.NewsTitle
{
    float:left;
    margin:0 0 5px 0;
    font-size:14px;
    font-weight:bold;
    color:#005FA9;
}
div.NewsDate
{
    float:right;
    margin:0 10px 5px 0;
    font-size:12px;
    color:#646464;
}
img.NewsImg
{
    float:left;
    clear:left;
}
div.NewsTxt
{
    float:left;
    width:500px;
    margin-left:10px;
    font-size:13px;
    color:#646464;
}
