/* The Page Title on User Created Pages */
.content ol + h1  {
    font-family: 'Roboto', sans-serif;
    font-size: 28px;
    line-height: 1.42857143;
    color: #333333;
}

/* All user created page content will appear within the followign div */
div.usercreatedpage h1, div.usercreatedpage h2, div.usercreatedpage h3, div.usercreatedpage h4 {
    font-family: 'Conv_MinionPro-Regular';
    margin-top: 0px;
    margin-bottom: 0px;
}

div.usercreatedpage h1 {
    font-size: 24px;
    background-color: #e5f1f5;
    padding: 3px 3px 5px 8px;
    line-height: 30px;
    color: #00759c;
}

div.usercreatedpage	h2 {
    padding-top: 10px;
    font-weight: normal;
    font-size: 24px;
    line-height: 30px;
    color: #2681a4;
}

div.usercreatedpage	h3 {
	font-weight: bold;
    font-size: 20px;
    line-height: 28px;
    color: #333;
    display: block;
}

div.usercreatedpage	h4 {
    font-weight: bold;
    font-size: 16px;
    line-height: 24px;
    color: #333;
    display: block;
}

div.usercreatedpage	blockquote {
    width: 100%;
    color: #00759c;
    border-left: 0px solid #cccccc;
    font-size: 16px;
    padding: 11px 22px;
    display: block;
    width: 65%;
    margin: auto;
}

div.usercreatedpage p {
    margin: 0 0 11px;
}

