.menu{font-size:16px;}
.catListTitle{font-size:16px;}
#main{overflow:hidden;}
#blogTitle h1{font-size:24px;}
.newsItem{display:none;}
#leftcontentcontainer{margin-top:20px;}
p{line-height:2em}

.postBody ul,.postCon ul {
    margin-left: 40px;

}

.postBody ul,.postCon ol, .postCon ul {
    list-style: none outside none;
}

.postBody li,.postCon li{


    list-style-type: disc;

    display: list-item;
    line-height: 2em;
    margin-bottom: 10px;
}

.postBody em,.postCon em {
    color: #006837;
    font-weight: bold;
}



.postBody h2,.postCon h2 {
    color: #006837;
    font-size: 18px;
    font-weight: bold;
    padding-bottom: 15px;
    padding-top: 5px;
}