body {
    background: #D2D2FA;
}
.sideleftpages {
    float: left;
    width: 25%;
    padding: 5px;
    background: #D2D2FA;
    position: fixed;
    overflow-y: scroll;
}
#footer {
    font-size: 11px;
    text-align: left;
    background: none;
    padding: 12px;
    color: blue;
    display: block;
}
#privacy-link {display: none;}
#terms-sections {display: none;}
#disclaimer-sections {display: none;}
#page-title{color: white; line-height: 100%;}
#container{width: 70%; background:#D2D2FA;}
#content-area{background: #fff; width: 60%; float: right; padding: 20px;}
#conAraHdr {font-size: 16px; background: #4444E6; color: white; padding: 40px;}
html {scroll-padding-top: 110px;}
@media only screen 
  and (min-device-width : 50px) 
  and (max-device-width : 709px){
      .mobileHide {display: none;}
      .mobileShow {display: inline;}
      #container{width: 100%; background:#fff;}
      #content-area{background: #fff; width: 90%; padding: 0; float: none;}
      #mobilebottommenu{background:#002060; border-top:groove 4px #ff0000;}
}