body {
    background-color: #18395b;
 }

 .sf_blog_main_header {
    font-size: 18px;
    font-weight: bold;
    height: 30px;
    margin: 0px 20px;
    padding: 22px 0 0 15px;
    overflow: hidden;
 }

 .sf_blog_sub_header {
    font-size: 14px;
    margin: 0px 20px;
    height: 20px;
    padding: 0 0 0 15px;
    overflow: hidden;
    background-color: none;
    color: blue;
 }

 /*--------------------------------
			Blog Post styles
	--------------------------------*/
 h3.sf_blog_posttitle {
    font-size: 18px;
    text-decoration: none;
    font-weight: normal !important;
 }

 h3.sf_blog_posttitle a {
    text-decoration: none;
    color: #0066cc;
 }

 h3.sf_blog_posttitle a:hover {
    text-decoration: underline;
 }

 .sf_blog_entry {
    margin-left: 0px;
    overflow: auto;
    color: #303030;
    font-family: Verdana,Arial,Helvetica,sans-serif;
    font-size: 12px;
    line-height: 1.5em;
 }

 .sf_blog_postmeta {
    margin: 10px 0 10px 11px;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    font-size: 11px;
    clear: both;
 }

 /*--------------------------------
			Sidebar
---------------------------------*/
 .sf_blog_sidebar {
    float: left;
    margin: 0;
    display: inline;
    width: 240px;
    padding: 10px 5px 5px 5px;
    margin-left: 12px;
    margin-top: 0px;
    font-size: 11px;
    overflow: hidden;
 }

 /* 
 /*--------------------------------
			Header
---------------------------------*/
 .sf_blog_header_wrapper {
    height: 162px;
    clear: both;
    background-color: #00A0E17;
    color: #0066cc;
    background-image: url(images/investormd_banner1.jpg);
    background-repeat: no-repeat;
 }

 /*--------------------------
		 Footer
--------------------------*/
 .sf_blog_footer {
    clear: both;
    height: auto !important;
    min-height: 40px;
    margin: 15px;
    padding: 20px 0 10px 20px;
    font-size: 11px;
    background-color: #FFF1F0;
    border: 1px solid #9E4200;
 }

 
