@import url(../../shared/css/style.css);

#sectiontitle {
    background-image: url(../imgs/sectiontitle.jpg);
}

/* Textblocks */
div.textblock p {
    padding-top: 10px;
    text-indent: 10px;
}

div.textblock {
    padding-bottom: 10px;
    padding-top: 20px;
    border-bottom: solid 1px #eef1f6;
}

div.textblock h3 {
    display: block;
    background-color: #eef1f6;
    line-height: 1.4em;
    border-left: solid 5px #0941a6;
}

div.textblock h3 span {
    margin-left: 5px;
    margin-right: 5px;
    color: #b20202;
    font-weight: bold;
}