.sf_blog_content {
    width: 680px;
    float: right;
    padding: 0px 20px;
    font-family: arial;
    font-size: 12px;
 }

 a:link {
    color: #E7D437;
 }

 a:visited {
    color: #5BB9DD;
 }

 a:hover {
    text-decoration: none;
    color: #59CB36;
 }

 .sf_blog_header_wrapper {
    width: 946px;
    height: 200px;
    position: relative;
    background-repeat: no-repeat;
    background-image: url(images/R5_Blog_Banner_Final.jpg);
 }

 h3.sf_blog_posttitle a {
    text-decoration: none;
    color: #E28110;
 }

 .sf_blog_outer_wrapper {
    width: 970px;
    margin: 0 auto;
    background-color: #000000;
 }

 .sf_blog_footer {
    background: #333333;
    padding: 10px 0px 10px 10px;
    clear: both;
    font-size: 10px;
    color: #E28110;
 }

 .sf_blog_main_header {
    position: absolute;
    text-align: left;
    font-weight: normal;
    float: left;
    height: 32px;
    overflow: hidden;
    width: 725px;
    margin: 30px 0 0 20px;
    padding: 0px 10px;
    font-family: verdana;
    font-size: 24px;
    color: #E28110;
 }

 body {
    margin: 10px 0 0 0;
    padding: 0;
    color: #FFFFFF;
    font-family: verdana;
    font-size: 12px;
    background-color: #0E2F5C;
 }

 
