body {
    margin:0;padding:0;
    width:100%;
}

#header {
    width:800px;
    margin:none;
    height:130px;
    overflow: hidden;
    position:relative;
}

#header h1 {
    position:absolute; left:0; top:0; z-index:0;
    display:block;
    margin:0;padding:0;
    font-size: 8px;
}

#header span {
    display:block;
    position:absolute; left:0; top:0; z-index:1;
    width:800px;
    height:130px;
    background:url('../backgrounds/header_bg.jpg') top left no-repeat;
}

#main_table {
    margin:0 auto;padding:0;
    width:800px;
    table-layout: fixed;
}

#header_col {
    vertical-align:top;
    margin:0;padding:0;
    width:800px;
}

#menu_col {
    vertical-align: top;
    margin:0;padding:0;
}

#footer {
    margin-top:1em;
    border-top:1px solid #000;
    font-size:0.7em;text-align:center;

}
#menu, .menu {
    margin: 0;
    margin-top: 1em;
    padding-top: 0;
    margin-left:4px;
    padding-left:1em;
    font-family:Verdana,Arial,Sans-Serif;
    border:1px solid #000;
    background-color:#ccccd0;
    background:url('../backgrounds/menu_bg.jpg') top left repeat-x;
}

#menu {
    padding-bottom:0.5em;
}
#menu h2 { padding-top:0.5em;margin-top:0;font-size:1em;color:#ddf; }
.menu { padding-left:0; }
.menu h2 { margin:0;padding:0;font-size:1.4em;text-align:center;color:#002; }
#menu h3 {
    margin: 0.5em 0;
    font-weight:bold;
    font-size:1em;
}

#menu ul {
    padding-left:8px;
    margin:0 12px 0 0;
    display:block;
    list-style-type:none;
    font-weight:bold;
    font-size:0.7em;
}

* html #menu ul li {
    margin-left:-2em;
}


#menu ul a {
    display:block;
    text-decoration:none;
    color:#001;
    width:100%;
}

#menu ul a:hover {
    list-style-type:disc;
    display:list-item;
    color:#ddf;
}

#menu ul a.nearbottom:hover {
    color:#007;
}

#main_col {
    vertical-align: top;
    margin:0;padding:0;
}

#main {
    margin:0;
    margin-left: 10px;
    margin-top:  1em;
    padding:0;
    padding-left: 1em;
    font-family: Verdana,Arial,Sans-serif;
    font-size:0.85em;
}

#main h2 {
    font-size: 1.8em;
    margin-top: 0;
    border-bottom:2px ridge #666;
}

#main h3 {
    font-size: 1.5em;
    margin-top: 0;
}


#main h4 {
    font-size: 1em;
}

#main h5 {
    font-size: 0.95em;
}

.section {
    margin-left:1em;
}

#sponsors, .sponsors {
    text-align:center;
    margin-left:-1em;
}

#sponsors a img, .sponsors a img { border-width:0; }

hr.menuhr {
    border-top: 1px solid #000;
    margin-right:1em;
}

.severewarning { color:#f00; }

.progressdiv {
    display:inline-block;
    margin-right:1em;
    border:1px outset #888;
}

.progressbar { text-align:center;
    display:block;
    font-weight:bold;
    overflow:visible;
    height:18px;
    max-height:18px;
    border-right:1px outset #888;
}

.progressdiv, .progressbar {
        background-image: -webkit-gradient(
          linear, top, bottom,
          from(           rgba(255, 255, 255, 0.70) ),
          color-stop(10%, rgba(240, 240, 240, 0.80) ),
          color-stop(15%, rgba(255, 255, 255, 0.80) ),
          color-stop(30%, rgba(255, 255, 255, 0.82) ),
          color-stop(70%, rgba( 96,  96,  96, 0.35) ),
          to(             rgba( 76,  76,  76, 0.30) )
        );

        background-image: -moz-linear-gradient(
          center top,
          rgba(255, 255, 255, 0.70)   0%,
          rgba(240, 240, 240, 0.80)  10%,
          rgba(255, 255, 255, 0.80)  15%,
          rgba(255, 255, 255, 0.82)  30%,
          rgba( 96,  96,  96, 0.35)  70%,
          rgba( 76,  76,  76, 0.30) 100%
        );
    -moz-border-radius:3px;
    -webkit-border-radius:3px;
}

ul.progress {
    list-style-type:none;
}

ul.progress li {
    display:block;
    margin-top:0.5em;
}

ul.progress li .text {
    display:inline-block;
    width:400px;
}

ul.progress li .text a {
    display:inline-block;
    text-decoration:none;
    font-weight:bold;
}
