#recordslayer
{
    position: relative;
    left: 30px;
    top: 5px;
    width: 1140px;
}

div.recordsheading
{
    font-family: Tahoma, sans-serif;
    font-size: 18px;
    font-weight: bold;
    margin-top: 15px;
    margin-left: 100px;
}


td.recordssubheading
{
    font-family: Tahoma, sans-serif;
    font-size: 14px;
    font-weight: bold;
    margin-top: 15px;
    padding-left: 5px;
}

td.recordstext
{
    font-family: Tahoma, sans-serif;
    font-size: 14px;
    text-align: justify;
    margin-top: 5px;
}

div.recordssection
{
    position: relative;
    left: 100px;
    top: 10px;
    width: 950px;
    background-color: #eeeeee;
    border-radius: 5px;
    border: 1px solid gray;
}