.OuterContainer {
    background:url(/images/bg.gif) repeat-x; 
    width:800px; 
    margin:0 auto;
    background-color:#fff;
}
#main{
    background:none;
    clear:both;
    width:760px;
    padding:20px 20px 20px 20px;
}
#right{
    float:right;
    width:205px;
}
.rightnavigation a{
    background:url(/images/blue_bg.gif) no-repeat;
    display:block;
    height:20px;
    width:190px;
    padding:5px 0px 0px 15px;
    color:#fff;
    text-decoration:none;
    margin-bottom:5px;
    font-size:11px;
}
.rightnavigation a.blog-link {
    background:url(/images/orange_bg.gif) no-repeat;
    display:block;
    height:20px;
    width:190px;
    padding:5px 0px 0px 15px;
    color:#fff;
    text-decoration:none;
    margin-bottom:5px;
    font-size:11px;
}
.rightnavigation a.blog-link:hover {
    color:#003399;
}
td{
    text-align:center; 
    font-size:11px;
    width:180px;
}
a{
    text-decoration:none;
}
a:visited{
    color:#003399;
}
a:hover{
    color:#ff9900;
}
.news{
    background:url(/images/grey_bg1.gif) repeat-y;
    width:205px;
    display:block;
    margin-top:15px;
    padding: 0;
    color:#999999;
    line-height:14px;
}
.news a{
    color:#ff9900;
}
.news a:visited { 
    color:#ff9900;
}
.news a:hover{
    text-decoration:underline;
}
a.newstxt{
    background:url(/images/grey_top1.gif) no-repeat;
    width:190px;
    display:block;
    height:26px;
    color:#fff;
    font-weight:bold;
    font-size:15px;
    padding:2px 0px 0px 15px;
}
a.newstxt:visited {
    color:#fff;
}
