body
{
    margin: 0;
    padding: 0;
    /* font-family: Helvetica, Arial, sans-serif; */
    font-family: Times, "Times New Roman", serif;
    font-size: 90%;
    background-color: #bacad5;
}

#main
{
    width: 840px;
    margin: 0 auto;
}

#top
{
    background: white;
    height: 100px;
}

#company
{
    color: white;
    padding: 10px;
    line-height: 16px;
}

#company h1
{
    margin: 0;
    padding-top: 4px;
    margin-bottom: 0px;
}

#company h2
{
    font-size: 14px;
    color: #eee;
}

#wrapper
{
    background-color: white;
    float: left;
    width: 100%;
}

#banner
{
    width: 100%;
    height: 195px;
}

#content
{
    margin: 12px 24px 12px 200px;
    padding: 10px 5px 5px 20px;
    border-left: 1px solid black;
    /* text-align: justify; */
    color: #333;
}

#content a
{
    color: #333;
}

#content a:hover
{
    color: black;
    background-color: #efefff;
}

#content table th
{
    text-align: left;
    vertical-align: top;
}

#content table td
{
    vertical-align: top;
}

#content dl dt
{
    font-weight: bold;
}

#content dl dd
{
    margin-bottom: 20px;
}

.section
{
    border: thin solid black;
}

#left
{
    float: left;
    width: 200px;
    padding: 4px 0px 0px 10px;
}

#footer
{
    padding: 5px;
    background-color: white;
    color: #999;
    clear: left;
    width: 830px;
    text-align: center;
    border-top: 1px solid black;
}

#footer a
{
    color: #888;
    text-decoration: none;
}

#footer a:hover
{
    text-decoration: underline;
}

#menu
{
    width: 180px;
    padding: 0 0 1em 0;
    margin-bottom: 1em;
    /*
    background-color: #90bade;
    border-right: 1px solid black;
    */
    color: #333;
}

/* IE 6 helper */
* html #menu
{
    width: 147px;   /* box model bug */
}

#menu ul
{
    list-style: none;
    margin: 0;
    padding: 0;
    border: none;
}

#menu li
{
    border-bottom: 1px solid #90bade;
    margin: 0;
}

#menu li a
{
    display: block;
    padding: 5px;
    border-left: 10px solid #FF0000;
    border-right: 10px solid #FF0000;
    background-color: #CC0033;
    color: #fff;
    text-decoration: none;
    width: 100%;
}

/* non IE6 width */
html>body #menu li a
{
    width: auto;
}

#menu li a:hover
{
    border-left: 10px solid #FF0000;
    border-right: 10px solid #FF0000;
    background-color: #FF0000;
    color: white;
}
