#brickborder {
        height: auto;
        }
#contentwrapper {
        height: auto;
        }

div.LinksTable {
        font-family:Arial, Helvetica, sans-serif;
        font-size:14px;
        float:left;
        color: #000000;
        width:861px;
        padding-top:15px;
        padding-left:12px;
       }
table.LinksTable {
       width: 100%;
       vertical-align: top;
       border-collapse: collapse;
       border: 0px solid black;
       padding-top: 0px;
       margin-top: 0px;
       }
h4.LinksHeading {
       font-size: 12pt;
       font-weight: bold;
       text-align: left;
       padding-top: 10px;
       }

ol.LinksList {
       }
ul.LinksList {
        list-style-type: none;
        padding-left: 0;
        margin-left: 0;
       }
li.LinksItem {
        background: url(images/bullet.jpg) left top no-repeat;
        padding-left: 20px;
        margin-top: 10px;
        font-weight: bold;
       }
.LinksDate {
       color: black;
       }
.LinksItem A:link, .LinksItem A:visited, .LinksItem A:active {
       color: black;
       }
.LinksItem A:hover {
       color: #762836;
       }

.LinksItemDescription {
       font-weight: normal;
       }
