body,td{
    font-family: arial, "lucida console", sans-serif;
    font-size:12px;
}

h1{
    font-family: times;
    font-size:22px;
}

span.bluetext{
    color:#5c8fb6;
    font-weight:bold;
}
span.boldtext{
    font-weight:bold;
    font-style:italic;
}
span.smalltext{
    color:#706d67;
    font-size:90%;
}
a:link,a:visited,a:active{
    color:#5c8fb6;
    font-weight:bold;
}

.contact_table{
    border-bottom:1px solid gray;
    padding-bottom:5px;
}
#header_cap{
    width:775px;
    height:38px;
}

#header_home{
    width:775px;
    height:479px;
    background: url("images/head_bg_home.jpg") no-repeat;
    border:1px solid white;
}

#header_sub{
    width:775px;
    height:455px;
    background: url("images/head_bg_sub.jpg") no-repeat;
    border:1px solid white;
}

#header_home ul{
    left: 150px;
    top: 200px;
    color:white;
    list-style: none;
}

#header_sub ul{
    left: 150px;
    top: 250px;
    color:white;
    list-style: none;
}


#header_home #main_nav{
    width:220px;
    margin-left:135px;
    margin-top:170px;
}

#header_sub #main_nav{
    width:220px;
    margin-left:0px;
    margin-top:150px;
}
    
#main_nav li{
    font-size:13px;
    background: url("images/nav_bullet.png") no-repeat right; padding-right: 35px;
    line-height:22px;
    border-bottom:1px solid white;
    font-weight:bold;
}

#main_nav a:link, #main_nav a:active, #main_nav a:visited {
    color:#ffffff;
    text-decoration:none;
}
#main_nav a:hover{
    color:#cccccc;
}

#footer{
    width:775px;
    height:68px;
    clear:both;
    background: url("images/footer_bg.png");
}

#footer span.copyright{
    float:right;
    color:#ffffff;
    margin-top:27px;
    margin-right:5px;
    font-size:10px;
    text-align:right;
}
#footer span.footer_nav{
    margin-left:60px;
    margin-top:4px;
    float:left;
}

#content{
    margin-top:-220px;
    width:800px;
}

/***************************************************/


#aboutus_content{
    width:375px;
    position:relative;
    border-left:2px solid #7a9a7b;
    margin-left:385px;
    padding-left:5px;

}
#weekly_updates{
    border-top: 2px solid #7a9a7b;
    /*background: url("images/home_weeklyupdates_bg.png");*/
    margin-top:230px;
    margin-left:10px;
    width:375px;
    height:200px;
    float:left;

}

/***************************************************/
#rightcol_content{
    width:300px;
    position:relative;
    border-left:2px solid #7a9a7b;
    margin-left:258px;

}
#leftcol_content{
    margin-top:225px;
    margin-left:10px;
    width:245px;
    float:left;
}

/***************************************************/
update_date td{
    font-size:10px;
    color:#666666;
    font-size:14px;
    vertical-align:top;
}
span.update_date_month{

    color:#5b8cb2;
}