body {
    margin: 0px;
    padding: 0px;
    color: #000000;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    background-color: #1C1C1C
}

a {
    color: #800000;
    text-decoration: none;
}

a:hover {
    font-weight: bold;
}

a.nobold {
    color: #800000;
    text-decoration: none;
}

a.nobold:hover {
    text-decoration: underline;
    font-weight: normal;
}

h1 {
    font-weight: bold;
    font-size: 12px;
    padding: 0px;
    margin: 0px;
    padding-bottom: 5px;
}


div#frame {
    width: 814px;
    margin-left: auto;
    margin-right: auto;
    background-color: #FFFFFF;
    margin-top: -13px;
    border-right: 2px solid #C0C0C0;
    border-left: 2px solid #C0C0C0;
    border-bottom: 2px solid #C0C0C0;
}


div#header {
    width: 814px;
    height: 194px;
    background-image: url(/images/header.png)
    
}

div#left {
    width: 190px;
    background-image:  url(/images/left_bg.png);
    float: left;
    padding: 5px;
    
}

div#right {
    float: left;
    width: 604px;
    padding: 5px;
    border-top: 1px solid #000000;
}

div#menu {
    padding-bottom: 10px;
}

div.menuItem {
    width: 85px;
    font-size: 11px;
    float: left;
    text-align: center;
}


li {
    padding-top: 0px;
    padding-bottom: 0px;
    margin-top: 0px;
    margin-bottom: 0px;
}

div#footer {
    width: 814px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 5px;
    font-size: 9px;
    color: #999999;
}

div#footerLeft {
    float: left;
    width: 520px;
    color: #999999;
}

div#developedBy {
    text-align: right;
    padding-right: 10px;
    font-style: italic;
    color: #999999;
    float: left;
    width: 280px;
}

div#developedBy a {
    text-decoration: none;
    color: #999999;
}


div.clear {
    clear: both;
    height: 0px;
    overflow: hidden;
}
