body {
    margin: 0 auto;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    font-family: arial;
    font-size: 12px;
    background-color: #C6C4B7;
    background-image: none;
    background-repeat: no-repeat;
 }

 .sf_blog_wrapper {
    width: 900px;
    background-color: #ffffff;
    border: 8px solid #E2E65B;
 }

 a:link, a:visited {
    text-decoration: underline;
    color: #989B09!important;
    background-image: none;
    background-repeat: no-repeat;
 }

 a:hover, a:active, a:focus {
    text-decoration: none;
    color: #000!important;
    background-image: none;
    background-repeat: no-repeat;
 }

 .sf_blog_pagetitle {
    display: none;
    background-color: #ffffff;
    color: #E2E65B;
    background-image: none;
    background-repeat: no-repeat;
 }

 .sf_blog_header_wrapper {
    clear: both;
    position: relative;
    width: 900px;
    height: 164px;
    background-position: left;
    background-color: #FFFFFF;
    background-image: url(images/blog_headerBG.jpg);
    background-repeat: no-repeat;
 }

 .sf_blog_main_header {
    font-weight: normal;
    padding: 40px 20px 0  0;
    width: 550px;
    text-align: right;
    margin: 0 0 0 164px;
    font-family: arial;
    font-size: 20px;
    color: #000;
    background-image: none;
    background-repeat: no-repeat;
 }

 .sf_blog_sub_header {
    font-weight: normal;
    padding: 0 20px 0  0;
    width: 550px;
    text-align: right;
    margin: 0 0 0 175px;
    font-family: arial;
    font-size: 16px;
    color: #989B09;
    background-image: none;
    background-repeat: no-repeat;
 }

 .sf_blog_extra4 {
    height: 17px;
    width: 900px;
    border-top: 8px solid #E2E65B;
    background-image: none;
    background-repeat: no-repeat;
 }

 .sf_blog_footer {
    clear: both;
    text-align: center;
    height: 26px;
    padding: 10px 0px 0px 0px;
    margin: 0 0px 0 0;
    background-position: right top;
    color: #333333;
    background-color: #FFFFCA;
    background-image: none;
    background-repeat: no-repeat;
 }

 h2.homelinkheader a {
    font-weight: bold!important;
    color: #989B09 !important;
 }

 h2.homelinkheader a:link, a:visited {
    text-decoration: underline;
    color: #989B09 !important;
 }

 h2.homelinkheader a:hover, a:active, a:focus {
    text-decoration: none;
    color: #E2E65B !important;
 }

 /*--------------------------------
			Sidebar
---------------------------------*/
 .sf_blog_sidebar {
    float: left;
    display: inline;
    width: 200px;
    margin: 4px 0 0 5px;
    overflow: hidden;
 }

 .sf_blog_sidebar ul li a {
    color: #989B09;
 }

 .sf_blog_sidebar ul li a:link, a:visited {
    color: #989B09 !important;
 }

 .sf_blog_sidebar ul li a:hover, a:active, a:focus {
    color: #000 !important;
 }

 .sidebaritem a:link, a:visited {
    color: #989B09;
    background-image: none;
    background-repeat: no-repeat;
 }

 .sidebaritem a:hover, a:active, a:focus {
    text-decoration: none;
    color: #E2E65B;
    background-image: none;
    background-repeat: no-repeat;
 }



 /*--------------------------
		Content
--------------------------*/
 .sf_blog_content {
    display: inline;
    width: 670px;
    float: right;
    padding: 5px 15px 0 10px;
    height: auto !important;
    min-height: 200px;
 }

 /*--------------------------------
			Blog Post styles
	--------------------------------*/
 h3.sf_blog_posttitle {
    font-size: 14px;
    padding: 15px 0 0 12px;
    text-decoration: none;
    font-weight: bold!important;
 }

 h3.sf_blog_posttitle a {
    text-decoration: none;
    color: #000000;
    background-image: none;
    background-repeat: no-repeat;
 }

 h3.sf_blog_posttitle a:link, a:visited {
    text-decoration: none;
    color: #989B09;
    background-image: none;
    background-repeat: no-repeat;
 }

 h3.sf_blog_posttitle a:hover, a:active{
    text-decoration: none;
    color: #000;
    background-image: none;
    background-repeat: no-repeat;
 }


 .sf_blog_sidebar ul li a {
    color: #989B09;
 }

 .sf_blog_sidebar ul li a:visited {
    color: #989B09;
 }

 .sf_blog_sidebar ul li a:hover {
    color: #E2E65B;
 }

 .sidebarlist li.sidebaritem {
    list-style-type: none;
    padding: 2px;
    border: 0;
 }

 .sidebarlist h2, .sidebarlist .calendartitle td {
    font-weight: bold!important;
    font-size: 14px;
    color: #989B09;
    background: #FFFFCA;
    margin: 10px 0 8px 0;
    padding: 4px 4px;
    border: 1px solid #E2E65B;
 }

 
