html {
    font-size: 100.01%;
    color: #001E78;
}
body {
    color: #0F0F55;
    font-family: Arial, Helvetica, sans-serif;
    margin:0;


}

hr {height: 1px; width: 95%; text-align: center; border-width: 1px 0 0 0; border-style: solid; border-color: #DEE3E9;}

.container:before, .container:after {
  display:table;
  content:"";
  zoom:1 /* ie fix */;
}

.container:after {
  clear:both;
}

a {
  font-weight: bold;
}

.container {

  margin:0 auto;
  background: rgba(255, 255, 255, 0.8);

  box-shadow:0px 2px 7px #292929;
  -moz-box-shadow: 0px 2px 7px #292929;
  -webkit-box-shadow: 0px 2px 7px #292929;
  border-radius:10px;
  -moz-border-radius:10px;
  -webkit-border-radius:10px;

  margin-top: 20px;
}

.mainbody {

  width: 95%;
  border: solid #eee;
  border-width:1px 0;
  margin-left: 20px;

}

.header {
  height:97px;
  padding: 5px;
  margin: 1em;
  background-color: #344384;
}

.c1  {
  float: left;
}
.c2  {
  margin-top: 1.3em;
  margin-right: 1em;
  float: right;
  color: #fff;
  font-weight:bold;
  font-family: Arial, sans-serif;
  height: 90px;
  text-align: center;
}
@media (min-width: 1100px) {
  .c2 {
    font-size: x-large;
  }
  .container {
      width: 50%;
  }
  body {
    background-image: url(/images/crua_background_rounded.png);
    background-repeat:space ;
    background-position: top;
    background-attachment: fixed ;
    background-color: ##fff ;
    background-size: contain;
  }
}
@media (max-width: 1100px) {
  .c2 {
    font-size: smaller;
  }
  .container {
      width: 75%;
  }
  body {
    background-image: url(/images/crua_background_rounded.png);
    background-repeat:space ;
    background-position: top;
    background-attachment: fixed ;
    background-color: ##fff ;
    background-size: cover;
  }
}
@media (max-width: 480px) {
  .c2 {
    font-size: smaller;
  }
  .container {
      width: 100%;
  }
   body {
    background-image: url(/images/crua_background_rounded.png);
    background-repeat:space ;
    background-position: top;
    background-attachment: fixed ;
    background-color: ##fff ;
    background-size: cover;
  }
}

.footer {
  height: 24px;
  vertical-align: middle;
  padding: 5px;
  text-align: right;
  font-size: 10pt;
  margin-right: 20px;
}

.footer {

  -webkit-border-bottom-right-radius:5px;
  -webkit-border-bottom-left-radius:5px;
  -moz-border-radius-bottomright:5px;
  -moz-border-radius-bottomleft:5px;
  border-bottom-right-radius:5px;
  border-bottom-left-radius:5px;
}
.footer a {
  font-weight: normal
}
