body {
    font-size: 10pt;
    font-family: Verdana, Arial, sans-serif;
    margin: 0;
    background-color: #FFFFFF;
    text-align: justify;
    color: #000000;
}

h1, h2, h3, h4, h5, h6 {
    color: #000080;
}

h1 {
    font-size: 2em;
}
h2 {
    font-size: 1.5em;
}
h3 {
    font-size: 1.25em;
}
h4 {
    font-size: 1.1em;
}

h5, h6 {
    font-size: 1em;
}

table.result {
    font-family: verdana,arial;
    font-size: 10pt;
    border: 1px solid #000080;
}

.red {
    color: #FF0000;
}

ul.sponsor li {
    padding-top: 5px;
    padding-bottom: 5px;
}

a {
   text-decoration: none;
   font-weight: bold;
}

#main {
    margin: 10px auto 10px auto;
    width: 902px;
}

#inner {
    border:1px solid #000080; /*navy*/
    background-color: #FFFBCC;
}

#header {
    width: 890px;
    height: 249px;
    padding: 0 5px;
    background-color: #FFFBCC;
    background: url(images/10ktop.jpg) no-repeat;
}

#menu {
    width: 900px;
    height: 17px;
    padding-bottom: 5px;
    background-color: #FFFF66;
    border-bottom: 1px solid #000080;
    border-top: 1px solid #000080;
    text-align: center;
}

#sidebar {
    padding: 5px 10px;
    width: 150px;
    float: left;
    min-height: 400px;
    overflow: hidden;
    background: url(images/RIBIlogo_v_bev.gif) no-repeat;
    background-position: center;
}

#content {
    padding: 5px 10px;
    margin-left: 170px;
    width: 710px !important; /*IE6 is broken and miscalculates the widths*/
    width: 707px;
    background-color: #FFFBCC;
    min-height: 400px;
    overflow: hidden;
}

#copyright {
    text-align: center;
    font-size: 8pt;
    color: #000080;
}

#copyright img {
    border: none;
}

#copyright a {
    text-decoration: none;
    font-weight: normal;
    color: #000080;
}

/* Menu start*/
#nav, #nav ul {
        float: left; /* vital */
        width: 100%;
        list-style: none;
        line-height: 17px;
        background-color: #FFFF66;
        font-weight: bold;
        margin: 0;
        padding: 0;
        height: 17px;
}

#nav a {
        display: block;
        width: 128px;
        color: #000080;
        text-decoration: none;
        padding: 3px 0 2px 0;
        height: 17px;
}

#nav li {
        float: left;
        padding: 0;
        width: 128px;
        list-style-image: none;
}

#nav li:hover, #nav li.sfhover {
        background-color: #000080;
}

#nav a:hover, #nav a.sfhover {
        color: #FFFF00;
}

/* Menu end */
-->
