

div#minHeight {
    float: left;
    width: 0px;
    overflow: hidden;
    height: 460px;
}



/*****************************
 * DEFAULT STYLE FOR CONTENT *
 *****************************/

div#content li {
    margin-left: 15px;
    margin-bottom: 5px;
    line-height: 150%;
}

div#content ol li {
    margin-left: 28px;
}

div#content p {
    margin-bottom: 5px;
}

div#content h2 {
    /*font-weight: bold;*/
    /*margin-top: 15px;*/
}


div#content strong {
    font-weight: bold;
}

div#content,
div#content td {
    line-height: 150%;
}

div#content a {
    font-weight: bold;
    text-decoration: underline;
}



div.rounded {
    background-color: #EEE;
    padding: 10px;
    margin-bottom: 20px;
}

