body {
  background-color: #273d77;
  margin: 0px;
  padding: 8px;
  
}

div { background-color: transparent; margin: 0px; padding: 0px; }

div#container0 {
  box-shadow: 0px 5px 16px;
  display: block;
  background-color: #f1f1f1;
  width: 945px;
  margin-top: 0px;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
  padding: 8px;
}

div#header {
  box-shadow: 0 0 5px #888;
  position: relative;
  background-color: #f1f1f1;
  width: 945px;
  height: 188px;
}

div#breadcrumbs {
  color: #606060;
  font-size: 0.8em;
  margin: 3px 0;
  height: 16px;
}

div.scroll-left {
  float: right;
  overflow: hidden;
  position: relative;
  width: 400px;
  height: 1em;
}

.scroll-left p {
  height: 1em;
  margin: 0px;
  position: absolute;
  width: 400px;
  white-space: nowrap;
  text-align: right;
  /* Starting position */
  -moz-transform:translateX(100%);
  -webkit-transform:translateX(100%); 
  transform:translateX(100%);
  /* Apply animation to this element */ 
  -moz-animation: scroll-left 2s linear;
  -webkit-animation: scroll-left 2s linear;
  animation: scroll-left 2s linear;
  animation-fill-mode: forwards;
}
 
@-moz-keyframes scroll-left {
  0% { -moz-transform: translateX(100%); }
  100% { -moz-transform: translateX(-0%); }
}
@-webkit-keyframes scroll-left {
  0% { -webkit-transform: translateX(100%); }
  100% { -webkit-transform: translateX(-0%); }
}
@keyframes scroll-left {
  0% { 
    -moz-transform: translateX(100%); /* Browser bug fix */
    -webkit-transform: translateX(100%); /* Browser bug fix */
    transform: translateX(100%); 
  }
  100% { 
    -moz-transform: translateX(-0%); /* Browser bug fix */
    -webkit-transform: translateX(-0%); /* Browser bug fix */
    transform: translateX(-0%); 
  }
}

div#main {
  box-shadow: 0 0 5px #888;
  display: table;
  padding-bottom: 20px;
  background-repeat: repeat-x;
  background-color: white;
  width: 945px;
}

div#headerlogo {
  position: absolute;
  float: left;
  top: 16px;
  left: 16px;
  width: 308px;
  height: 155px;
}

div#headerimgright {
  position: relative;
  right: 0px;
  float: right;
}

div#headersticker {
  position: absolute;
  top: 60px;
  right: 34px;
  float: right;
}

div#links {
  float: left;
  width: 170px;
  margin: 15px 0px 15px 15px;
/*  box-shadow: 10px 0 5px -5px #888;*/
}

div#content {
  margin: 15px 45px 15px 219px;
}

div#search {
  width: 100%;
}

div#blockl1,
div#blockl2,
div#blockl3,
div#blockllogin,
div#pdflink {
  width: auto;
  margin-bottom: 20px;
}

div#blockl1{
  margin-top: 6px;  
}

DIV#blockl3 {
  padding-left: 18px;
}

div#blockllogin  {
  background-color: #E8E8E8;
}

div#blockr {
  display: table;
}


div#blockr1, div#blockr2, div#blockr3 {
  margin-bottom: 20px;
}

div#blockr1, div#blockr2 {
  border: 5px solid #e21b23;
}

div#blockr3 {
  border: 5px solid #27318A;
  border-width: 5px 5px 0px 5px;
}

div#foot {
  width: 100%;
  clear: none;
  height: 12px;
  margin-top: 8px;
}

div#footleft {
  float: left;
  margin-right: -100%;
  text-align: left;
}

div#footcenter {
  margin: 0px auto;
/*  margin-left: 200px;*/
  clear: none;
  width: 100%;
  text-align: center;
}

div#footright {
  float: right;
  margin-left: -100%;
  text-align: right;
}

.clearfix {
  display: table;
  width: 100%;
}
