﻿body {
    background-color: #ffffff;
    margin: 0;
    width: 100%;
    font-family: Arial, Helvetica, sans-serif;
}

#header {
    background-color: black;
    width: 100%;
    height: 70px;
    /*text-align: center;*/
    border-bottom: solid 2px #FFCD00;
}

#inner {
    /*background-color: #ffffff;*/
    top: 53px;
    padding-bottom: 25px;
    width: 100%;
    height: 200px;
}

#footer {
    background-color: #061820;
    height: 55px;
    width: 60%;
    /*margin-left: 25px;
    margin-right: 25px;*/
    border-radius: 5px;
    margin: auto;
    color: #ffffff;
    /* padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 5px;
    padding-right: 5px; */
    padding: 5px;
    line-height: 5px;
}

#neoxImage {
    padding-bottom: 10px;
    padding-top: 10px;
    float: left;
    height: 50px;
}

#pageHeader {
    font-size: 30px;
    border-bottom: #6CB2B0 solid 2px;
}

#headerSpacerLeft {
    width: 20%;
}

#headerSpacerRight {
    width: 20%;
}

#headerMiddle {
    width: 60%;
}

.headerContent {
    height: inherit;
    float: left;
}

#pageSpacerLeft {
    width: 20%;
}

#pageSpacerRight {
    width: 20%;
}

#contentMiddle {
    width: 60%;
}

.pageContentClass {
    float: left;
    height: inherit;
}

#lineTop {
    width: 60%;
}

#lineBottom {
    width: 60%;
}

#footerLeft {
    width: 20%;
}

#footerMiddle {
    width: 60%;
    text-align: center;
}

#footerRight {
    width: 20%;
}

.footerContent {
    height: 50px;
    float: left;
}

#iOCOFooterImage {
    height: 50px;
}

.footerTextRight {
    text-align: right;
}