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 input[type=image] {
    padding: 0;
    margin: -15px 0 0 0;
}

.websitelogin_feedback {
    font-size: 12px;
    color: #800;
}

.websitelogin_labelcell,
.websitelogin_textboxcell {
    padding: 4px;
    text-align: right;
}

.websitelogin_checkbox {
    display: flex;
    align-items: center;
}

.websitelogin_checkbox input[type=checkbox] {
    margin-right: 5px;
    position: relative;
    vertical-align: text-bottom;
    bottom: 1px;
}

.websitelogin_checkbox label {
    font-size: 12px;
}

.websitelogin_textboxcell input {
    padding: 6px;
    border: 1px solid #e6e6e6;
    width: 100%;
    font-size: 12px;
    box-sizing: border-box;
}

.websitelogin_label {
    font-size: 12px;
}

.websitelogin_button {
    font-size: 12px;
    margin-left: 10px;
    padding: 8px 12px;
    border: 1px solid #e6e6e6;
}

.websitelogin_reminderlink {
    font-size: 12px;
    margin-left: 15px;
    display: inline-block;
    margin-top: 8px;
}

.websitelogout_button {
    font-size: 12px;
    padding: 8px 12px;
    border: 1px solid #e6e6e6;
    cursor: pointer;
}

.border-gray {
    border: thin solid #aaa;
}

.border-red {
    border: 2px solid #800;
}

#LeftColWrapper {
    width: 27%;
    margin-right: 12px;
}

#MiddleColWrapper {
    background: #FFF;
    width: 46%;
    margin-right: 12px;
}

#RightColWrapper {
    width: 25%;
}

#LeftColWrapper .hd,
#RightColWrapper .hd {
    background: #006281;
    color: #FFF;
    font-weight: bold;
    padding: .5em;
}

#LeftColWrapper .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;
}