body {
    background: white;
    margin-top: 10px;
}

a {
    font-weight: bold;
}

a:link {
    /* color: #472689; */
    color: #7d263a;
}

a:visited {
    color: #7d263a;
}

a:hover {
    color: #7d263a;
}

#footerlinks {
    text-align: center;
    font: 8pt Arial, sans-serif;
    color: #888888;
}

#footerlinks a {
    margin-left: 0.25em;
    margin-right: 0.25em;
}

#content {
    width: 650px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 1em;
}

a img {
    border: none;
}

#header {
    width: 650px;
    position: relative;
    height: 160px;
    margin-left: auto;
    margin-right: auto;
}

#headernav {
    position: absolute;
    top: 102px;
    right: 0;
    text-align: right;
    line-height: 21px;
}

#headernav img {
    height:17px;
}

#headernav a:hover {
    zoom: 1; /* IE6 opacity won't work without this trick */
    opacity: 0.75;
    filter: alpha(opacity=75);
}

#hometable {
    border: none;
    width: 600px;
    margin-left: auto;
    margin-right: auto;
}

#hometable td {
    height: 480px;
    vertical-align: middle;
    text-align:center;
}

#hometableleftlinks img {
    width: 157px;
    height: 32px;
    margin-bottom: 4px;
}

#homemidbuttons {
    margin-top: 1em;
}

#homemidbuttons img {
    margin-bottom: 0.75em;
    width: 225px;
    height: 19px;
}


