* {
    margin: 0;
    padding: 0;
}
body {
    text-align: center;
    background: #4fc6e9 url("../images/bg_background.gif") top left repeat-x;
    font-family: verdana, arial, sans-serif;
    color: #333;
}
a {
    text-decoration: none;
}
img {
    border: 0;
}

/* CLASSES */
.shadow_top {
    height: 5px;
    background: transparent url("../images/bg_box_shadow-top.gif") top left repeat-x;
}
.shadow_bottom {
    height: 5px;
    background: transparent url("../images/bg_box_shadow-bottom.gif") top left repeat-x;
    margin-bottom: 10px;
}
ul.nobul {
    margin: 10px;
    list-style-type: none;
}
ul.nobul a {
    font-weight: bold;
}
ul.nobul li {
    text-align: left;
    border-bottom: 1px solid #ccc;
    overflow: hidden;
}
ul.nobul li.shade {
    background-color: #eee;
}

/* WRAP */
#wrap {
    margin: 0 auto;
    width: 891px;
    background-color: #fff;
}

/* HEADER */
#header {
    width: 891px;
    height: 98px;
    background: transparent url("../images/bg_header.gif") top left no-repeat;
}
#header p {
    margin: 0;
    padding-top: 5px;
    height: 20px;
    color: #fff;
    font-size: 0.8em;
    text-align: right;
}
#header p a {
    color: #fff;
    text-decoration: underline;
}
#header ul a {
    color: #0079b1;
    font-weight: bold;
}
#header ul {
    float: right;
    margin-top: 34px;
    list-style-type: none;
}
#header ul li {
    margin: 0 2px;
    padding: 0;
    display: block;
    float: left;
    border: 1px solid #ccc;
    border-bottom-width: 0;
}
#header ul li a {
    padding: 5px 10px 0 10px;
    height: 33px;
    display: block;
    background: transparent url("../images/bg_menu_button.gif") top left repeat-x;
}
#header ul li.lastButton {
    margin-right: 0;
}
#header li a.activeButton {
    background: #fff;
}
#header_login {
    padding-right: 10px;
    color: #fff;
    font-size: 0.8em;
    line-height: 30px;
    text-align: right;
    background-color: #b10000;
}
#header_login input.text_input {
    height: 12px;
    font-size: 0.8em;
}

/* INFOBAR */
#infobar {
    margin: 10px 20px;
}
#infobar p {
    font-weight: bold;
    text-align: right;
}
#infobar p span.tagline {
    margin-left: 10px;
    font-style: italic;
    font-weight: normal;
    color: #999;
}
#infobar p.left {
    float: left;
}

/* CONTENT */
#content {
    float: right;
    width: 530px;
    margin: 0 20px;
    font-size: 0.8em;
}
#content .normalbox, #content .activebox, #content .halfbox1, #content .halfbox2 {
    padding-bottom: 10px;
    border: 1px solid #ccc;
}
#content .normalbox h1, #content .activebox h1, #content .halfbox1 h1, #content .halfbox2 h1 {
    margin-bottom: 10px;
    padding-left: 20px;
    line-height: 32px;
    background: transparent url("../images/bg_main_header.gif") top left repeat-x;
    color: #6cae02;
    font-size: 1.4em;
    text-align: left;
}
#content .activebox p {
    margin: 10px;
    text-align: left;
}
#content .activebox h1 {
    color: #0059b1;
    background: transparent url("../images/bg_main_header_active.gif") top left repeat-x;
}
#content .normalbox p {
    margin: 10px;
    text-align: left;
}
#content .silentbox {
    margin-bottom: 10px;
}
#content .halfbox1_shadow_top {
    float: left;
    margin-right: 10px;
    width: 260px;
    height: 5px;
    background: transparent url("../images/bg_box_shadow-top.gif") top left repeat-x;
}
#content .halfbox2_shadow_top {
    float: left;
    width: 260px;
    height: 5px;
    background: transparent url("../images/bg_box_shadow-top.gif") top left repeat-x;
}
#content .halfbox1 {
    float: left;
    margin-right: 10px;
    padding-bottom: 5px;
    width: 258px;
    background: transparent url("../images/bg_box_shadow-bottom.gif") bottom left repeat-x;
    border-bottom: none;
}
#content .halfbox2 {
    float: left;
    width: 258px;
    padding-bottom: 5px;
    background: transparent url("../images/bg_box_shadow-bottom.gif") bottom left repeat-x;
    border-bottom: none;
}

/* FOOTER */
#footer {
    margin: 0;
    height: 35px;
    padding-top: 15px;
    background: #0079b1 url("../images/bg_footer.gif") top left repeat-x;
    clear: both;
}
#footer a {
    color: #fff;
    font-size: 0.8em;
    font-weight: normal;
}
#footer a#copyright {
    float: right;
    padding-right: 10px;
}
#footer ul li {
    margin: 0;
    padding: 0;
    display: block;
    float: left;
}
#footer ul li a {
    padding: 0 10px;
    display: block;
}
#footer ul li.lastButton {
    margin-right: 0;
}
#footer li a.activeButton {
}
#footer_shadow {
    height: 100px;
    background: #4fc6e9 url("../images/bg_footer_shadow.gif") top left repeat-x;
}

/* SIDEBAR */
#sidebar {
    float: left;
    margin-left: 20px;
    width: 300px;
}
.sidebox {
    margin: 0;;
    text-align: left;
    font-size: 0.8em;
    border: 1px solid #ccc;
}
.sidebox h1 {
    margin: 0;
    padding-left: 20px;
    line-height: 32px;
    background: transparent url("../images/bg_main_header.gif") top left repeat-x;
    color: #6cae02;
    font-size: 1.4em;
    text-align: left;
}
.sidebox p {
    margin: 10px;
}
.sidebox p.imagebox {
    float: left;
    text-align: left;;
}
.sidebox p.more {
    clear: both;
    text-align: right;
}
.sidebox p.more a {
    font-weight: bold;
}