body {
    font-size: 12px;
    font-family: trebuchet ms, Verdena;
    text-align: center;
}
div#header {
    text-align: right;
}
div#content {
    margin-top: 10px;
    margin-right: 80px;
    margin-left: 80px;
}
div#footer {
    margin-top: 30px;
}
img {
    border: 0px;
}
address {
    font-style: normal;
}

#tabContent {
    background-color: #339933;
    padding: 5px;
}

#tabIndex {
    margin: 0px;
    padding: 0px;
}

#tabIndex li {
    float:left;
    margin-right: 10px;
    padding: 0.5em;
    font-weight: bold;
    list-style-type: none;
    cursor: pointer;
    display: block;
}

#tabIndex li a:link { color: #000000; }
#tabIndex li a:visited { color: #000000; }
#tabIndex li a:active { color: #000000; }
#tabIndex li a:hover { color: #000000; }

#tabIndex .close {
    background-color: #339933;
    text-decoration: underline;
    color:#0000FF;
}
#tabIndex .open {
    background-color: #CCCCCC;
    text-decoration: none;
}

#tabBoxIndex {
    background-color: #CCCCCC;
    border: #e7ebff solid 1px;
    padding: 1em;
    clear: both;
}

