#legalColumn
{
    float: left;
    margin: 20px 5px 0 0;
    width: 635px;
}

#cmsColumn
{
    float: left;
    margin: 20px 0 0 0;
}

h2
{
    line-height: 20px;
    font-weight: bold;
    margin: 0 0 25px 0;
}

.note
{
    margin-bottom: 20px;
}

h3
{
    font-weight: bold;
    margin-bottom: 5px;
}

p
{
    margin-bottom: 15px;
}

p.copyright
{
    clear:both;
    margin: 25px 0 0;
}

a.link
{
    color: #0091d0;
}

ol.decimal
{
    list-style-type: decimal;
    margin-bottom: 10px;
    margin-left: 20px;
}

ol.alpha
{
    list-style-type: upper-alpha;
    margin-bottom: 5px;
    margin-left: 20px;
 }

ol.roman
{
    list-style-type:upper-roman;
    margin-left: 20px;
}

ol.lower
{
    list-style-type: lower-alpha;
    margin-left: 20px;
    padding-left: 5px;
    padding-bottom:12px;
}

ol li
{
    margin-bottom:15px;
}

dl
{
    clear:both;
    display: inline-block;
}

dl.licensing, dt.purchaser , dd.licensor 
{
    float:left;
}

dl.licensing
{
    padding-bottom:12px;
}

dd.licensor
{
    width:380px;
}

dt.purchaser
{
    width:250px;
}
b.sub_number
{
    margin-right:3px;
}