/* news section */
/* this section changes the styles for the news preview applet on the right hand side */
/* .pageHeader{
    height:30px;
    background-image:url("header_news.gif");
    background-repeat:no-repeat;
    background-position:left bottom;
}  */

.newslink {
    padding-top:5px;
    margin-left:8px;
    margin-right:8px;
    padding-bottom:5px;
    border-bottom:1px dashed #666666;
}

.newsPageLinkCont {
    height:25px;
    padding-left:20px;
    background-image:url("newsicon.gif");
    background-repeat:no-repeat;
    background-position:left center;
    border-bottom:1px dotted #CCCCCC;
}


.newslink a {
    font-family: Tahoma, Verdana, Arial, sans-serif;
    font-size: 11px;
    color: #336600;
    text-decoration:none;
} 

 .newslink a:hover {
    font-family: Tahoma, Verdana, Arial, sans-serif;
    font-size: 11px;
    text-decoration:underline;
} 

.newsPageLink {
    font-family: Tahoma, Verdana, Arial, sans-serif;
    font-size: 13px;
    color:#666666;
    font-weight:bold;
    line-height:25px;
    text-decoration:none;
}

.newsPageLink:hover{
    text-decoration:underline;
}

.newsPageReturnLinkCont {
    width:150px;
    height:20px;
    padding-top:5px;
    background-image:url("newsbackarrow.gif");
    background-repeat:no-repeat;
    background-position:center left;
}

.newspagelinkreturn {
    font-family: Tahoma, Verdana, Arial, sans-serif;
    font-size: 11px;
    color:#8BB122;
    padding-left:12px;
}
