body
{
    font-family: Verdana, Helvetica, Geneva, Arial, sans-serif;
    font-size: 70%;
    line-height: 1.5;
    background: #eee4dc;
    text-align: center;
    margin: 0;
    padding: 0;
}

img
{
    border: none;
}

#wrapper
{
    position: relative;
    width: 579px;
    margin: 10px auto;
    padding: 110px 20px 20px 130px;
    background: white url("/custom/logo_tdc2.jpg") left bottom no-repeat;
    text-align: left;
    border-right: 1px solid #cca88c;
    border-bottom: 1px solid #cca88c;
}



#header
{
    position: absolute;
    top: 0;
    left: 0;
    width: 729px;
    height: 100px;
    margin: 0;
    text-indent: -9000px;
    background: #617883 url(/custom/header.jpg) bottom left no-repeat;
}



.clear
{
    clear: both;
}

h1, h2
{
    font-size: 140%;
    font-weight: bold;
    color: #9d2b23;
    margin-bottom: 0;
}

h2 img
{
    position: relative;
    left: -8px;
    padding: 6px 4px 0 0;
}

h2 a, h2 a:visited
{
    text-decoration: none;
    color: #9d2b23;
}

h2 a:hover, a.go:hover
{
    text-decoration: underline;
    color: blue;
}

p
{
    margin: 0.5em 0 1em 0;
}

a:visited
{
    color: #800080;
}

a.go
{
    padding-right: 20px;
    background: url(/custom/arrow_b.gif) right center no-repeat;
    font-size: 120%;
    font-weight: bold;
}

a.go:visited
{
    background: url(/custom/arrow_p.gif) right center no-repeat;
}

a.go:hover
{
    background: url(/custom/arrow_b.gif) right center no-repeat;
}


.botleft
{
    float: left;

    margin-bottom: -20px;
}

.botright
{
    float: right;
    margin-right: -20px;
    margin-bottom: -20px;
}