/*
 * Styling the header 
 */

div#header { 
  margin-top: 20px;
  margin-bottom: 20px;
  margin-left: 0px;
  margin-right: 0px;
  float: top;
  width: 100%;
  }

div#header h1 {
  /* float: left; */
  padding-right: 10px;
  font-size: 18pt;
  padding-top: 10px;
  padding-bottom: 10px;
  }

div#header .headerlogos {
  float: right;
  padding-left: 20px;
  height: 55px;
  }

div#header .headerlogo {
  width: 150px;
  height: 30px;
  border: 0px;
  }

div#header .headersubtitle {
  font-size: 10pt;
  font-family: helvetica;
  }

div#header .headersubtitle a {
  text-decoration: none;
  color: black;
  }
  
img#cxlimg { 
  margin-bottom: 10px;
  }

#cxl-link {
  display: none;
  }

div#footer {
  width: 100%;
  font-size: small;
  text-align: right;
  }
