

/*
Main blocks spanning
*/
.HeaderBlock {
  height: 60px;
  width: 100%;
  background-color: none;
  margin-bottom: 10px;
  }
.HeaderSpanning {
  position:absolute;
  z-index: 1;
  width: 100%;
  }
.HeaderContainingCentred {
  position:absolute;
  z-index: 3;
  width: 100%;
  }
.HeaderCentred {
  height: 60px;
  width: 776px;
  border: 0px;
  position:relative;
  text-align:left;
  background-color: none;
  margin-left: auto;
  margin-right: auto;
  }
.HeaderCentredBackdrop {
  position:absolute;
  z-index: 1;
  height: 60px;
  width: 100%;
  left: 0;
  top: 0;
  background-color: none;
  }
.HeaderCentredColumns {
  position:absolute;
  z-index: 2;
  height: 60px;
  width: 100%;
  left: 0;
  top: 0;
  }
.HeaderColumn {
  float: left;
  }
.HeaderColumnSpanning1 {
  width: auto;
  }
.HeaderColumnSpanning2 {
  width: auto;
  }
.HeaderColumnCentred1 {
  width: auto;
  }
.HeaderColumnCentred2 {
  width: auto;
  }

/*
Logo and heading
*/
.HeaderContainingLogoRight {
  position:absolute;
  z-index: 2;
  width: 100%;
  }
.HeaderLogoRight {
  float: right;
  }
.HeaderHeading {
  font-size: 16px;
  font-weight: bold;
  color: #b5b29a;
  background-color: none;
  padding-left: 5px;
  padding-right: 5px;
  }

/*
MenuMajor and MenuMinor
*/
.HeaderMenu {
  background-color: none;
  }
.HeaderMenu td {
  text-align: center;
  vertical-align: middle;
  }
.HeaderMenuMajorSep {
  background-color: #FFFFFF;
  font-size: 14;
  padding-top: 5px;
  float: left;
  position: relative;
  width: 6px;
  }
.HeaderMenuMajor {
  background-color: #e7e6dc;
  font-family: ;
  font-size: 14px;
  font-weight: bold;
  padding: 5px 5px 5px 5px;
  float: left;
  position: relative;
  width: auto;
  text-align: center;
  }
.HeaderMenuMajor:hover {
  background-color: #FFFFFF;
  }
.HeaderMenuMajor table {
  
  }
.HeaderMenuMajor tr {
  
  }
.HeaderMenuMajor td {
  font-family: ;
  font-size: 14px;
  font-weight: bold;
  }
.HeaderMenuMinor {
  background-color: none;
  font-size: 12px;
  padding: 7px 5px 5px 5px;
  float: left;
  position: relative;
  width: auto;
  text-align: center;
  }
.HeaderMenuMinor:hover {
  background-color: #FFFFFF;
  }
.HeaderMenuMinor table {
  
  }
.HeaderMenuMinor tr {
  
  }
.HeaderMenuMinor td {
  font-size: 12px;
  }
.HeaderMenuMajor a {
  color: #000000;
  display: inline-block;
  vertical-align: middle;
  }
.HeaderMenuMinor a {
  color: #000000;
  }
.HeaderMenu a {
  text-decoration:none;
  }
.HeaderMenu a:hover {
  text-decoration:none;
  background-color: #FFFFFF;
  color: #000000;
  }

/* Footer */
.StdFooter {
  width: 776px;
  margin-left: auto;
  margin-right: auto;
}
.FooterCopyright {
  float: right;
  text-align: right;
  font-size: 10px;
  color: #4B554F;
}

/* Language */
.LanguageIndicator {
  clear: left;
  color: #FFFFFF;
  font-size: inherited;
  }


@media print {
  .HeaderBlock {
    top: 0px;
  }
  .HeaderBlock,
  .HeaderCentred,
  .HeaderCentredBackdrop,
  .HeaderCentredColumns {
    height: auto;
  }
  .HeaderMenu,
  .StdFooter,
  .LanguageIndicator,
  .LanguageSwitcher {
    visibility: hidden;
    display: none;
  }
}

.HeaderMenuMajor {
  }

