body {
    margin: 0px;
    padding: 0px;
    font-family: Verdana;
    font-size: 8pt;
}

a img {
    border: none;
}

li {
    font-family: Verdana;
    font-size: 8pt;
}

#header {
    border-collapse: collapse;
    background-color: black;
    width: 100%;
    height: 181px;
    text-align: center;
}

#header td {
    padding: 0px;
    margin: 0px;
    line-height: 0;
}

#under-header {
    border-collapse: collapse;
    background-color: #8F8F9B;
    width: 100%;
    height: 142px;
    text-align: center;
}

#under-header td {
    padding: 0px;
    margin: 0px;
    line-height: 0;
}

#menu {
    margin: 0 0 0 45px;
    list-style-image: url(../img/menu-li.gif);
}

#menu ul {
    margin-top: 15px;
    margin-bottom: 0;
}

#menu li {
    line-height: 16px;
    color: white;
    font-family: Verdana;
    font-size: 9pt;
    margin-bottom: 3px;
}

#menu li.highlight {
    list-style-image: url(../img/menu-li-on.gif);
    margin-bottom: 3px;
}

#menu li a {
    color: white;
    text-decoration: none;
}

#menu li.highlight a {
    color: #F7C530;
    text-decoration: none;
}

#content {
    border-collapse: collapse;
    height: 200px;
    background-image: url(../img/content_bg.gif);
}

#content td {
    padding: 0;
}

#content h1 {
    font-size: 12pt;
    font-family: Arial;
    color: #632F00;
    border-bottom: 2px solid #C98800;
    width: 250px;
    margin-top: 0;
}

#content p {
    font-size: 8pt;
    font-family: Verdana;
}

#content #left_column {
    background-image: url(../img/left_column_bg.jpg);
    background-position: top;
    background-repeat: no-repeat;
    background-color: #343D50;
    width: 184px;
    vertical-align: top;
}

#content #left_column #description {
    color: white; 
    text-align: right;
    font-size: 8pt;
    font-family: Verdana;
    margin: 85px 15px 10px 15px; 
}

#footer {
    background-color: black;
    width: 100%;
    height: 44px;
    border-top: 4px solid #343D50;
    text-align: center;
}

#footer #copyright {
    color: #A5ADC0;
    margin: 0 auto 0 auto;
    font-family: Verdana;
    font-size: 8pt;
    width: 730px;
    text-align: left;
    margin-top: 8px;
}

