ol, ul, li {
    margin: 0;
    padding: 0;
    border: 0;
    vertical-align: baseline;
    line-height: 23px;
}

a:link, a:visited, a:active {
    text-decoration: none
}

#header > div.ccr-logo {
    float: left;
    margin-top: 0px;
    margin-right: 1px;
    line-height: 1;
}

.header-links {
    margin-right: 43px;
    padding: 0 0 0 5px;
}

    .header-links > li > a {
        font-size: 85%;
    }

.loginBox {
    text-align: center;
    padding: 5px 5px 1px 5px;
    margin-bottom: 10px;
    width: initial;
    min-width: 300px;
    background-color: #e5eff2;
}

    .loginBox input[type=image] {
        padding: 0;
        margin: -15px 0 0 0;
    }

.websitelogin_table {
    width: 100%;
    border-style: none;
    background-color: #e5eff2;
    margin-bottom: 0;
}

.websitelogin_feedback {
    font-size: 8pt;
    color: #800;
}

.websitelogin_feedbackcell {
    padding: 5px 0px 5px 5px;
}

.websitelogin_labelcell {
    text-align: right;
    background-color: #e5eff2;
    width: 75px;
}

.websitelogin_textboxcell {
    padding-left: 0px;
}

.websitelogin_checkbox {
    font-size: 8pt;
}

    .websitelogin_checkbox input[type=checkbox] {
        margin-right: 5px;
        position: relative;
        vertical-align: text-bottom;
        bottom: 1px;
    }

.websitelogin_textbox {
    min-width: inherit;
    font-size: 8pt;
    width: 200px;
}

.websitelogin_label {
    font-weight: normal;
    font-size: 8pt;
}

.websitelogin_button {
    font-size: 8pt;
    margin-left: 15px;
}

.websitelogin_remindercell {
}

.websitelogin_reminderlink {
    font-size: 8pt;
    font-family: Tahoma, Verdana;
    margin-left: 15px;
}

.border-gray {
    border: thin solid #aaa;
}

.border-red {
    border: 2px solid #800;
}

#LeftColWrapper {
    float: left;
    width: 27%;
    z-index: 1;
    margin-right: 12px;
}

#MiddleColWrapper {
    background: #FFF;
    float: left;
    width: 46%;
    z-index: 2;
    margin-right: 12px;
}

#RightColWrapper {
    float: left;
    width: 25%;
    z-index: 5;
}

    #LeftColWrapper .hd, #RightColWrapper .hd {
        background: #006281;
        color: #FFF;
        font-weight: bold;
        padding: .5em;
    }

    #LeftColWrapper .bd, #MiddleColWrapper .bd, #RightColWrapper .bd {
        padding: .5em;
        margin: .5em 0;
    }

    #LeftColWrapper > div:first-child, #MiddleColWrapper > div:first-child, #RightColWrapper > div:first-child {
        margin-top: 0;
    }

    #LeftColWrapper ol, #MiddleColWrapper ol, #RightColWrapper ol {
        list-style: decimal inside;
    }


.space5 {
    margin: 5px;
}

ul.OutsideDisc {
    list-style: disc outside !important;
    margin: 0 0 0 1.5em;
}

ul.InsideDisc {
    list-style: disc inside !important;
}

.font12 {
    font-size: 92%;
}

#conference-box {
    text-align: center;
    width: 90%;
    padding: 5px;
    border: 2px solid gray;
    margin-left: auto;
    margin-right: auto;
}

    #conference-box p {
        text-align: center;
        font-weight: bold;
        margin-bottom: 0;
    }

#todays-webcast {
    border: 2px solid #cc0000;
}

    #todays-webcast > p:first-child {
        font-weight: bold;
        color: #800;
    }

    #todays-webcast > p {
        margin-bottom: 0;
        text-align: center;
    }

#PR-box {
    text-align: left;
    padding: 5px;
    border: 2px solid #800;
    margin-left: auto;
    margin-right: auto;
}

    #PR-box p {
        text-align: left;
        font-weight: bold;
        margin-top: 0;
        margin-bottom: 0;
    }

div.title {
    float: left;
    font-weight: bold;
}

div.archive {
    float: right;
    font-weight: bold;
}

div.thick {
    border-bottom: black solid 2px;
}