body {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 1.2em;
  margin: 0;
}

#layout-banner {
  color: white;
  background-color: #f76902;
  padding: 15px;
}

#layout-banner-leftlogo {
  width: 130px;
  height: 130px;
  border: 0;
}

#layout-banner-text {
  position: relative;
  top: -150px;
  height: 0px;
  left: 20px;
  text-align: left;
}

#layout-banner-rightlogo {
  position: absolute;
  right: 20px; 
  top: 20px;
  width: 130px;
  height: 130px;
  border: 0;
}

#layout-menu-box {
  width: 130px;
  float: left;
  padding: 15px;             
  overflow: auto;
}

#layout-content-box {
  float: left;
  width: 800px;
  padding: 15px;             
}

h1 {
  margin-top: 0;
  border-bottom: 3px solid silver;
}

h2 {
  margin-top: 1.5em;
  border-bottom: 1px solid silver;
}

#layout-title {
  font-size: 4.2em;
  font-weight: bold;
  letter-spacing: 0.0em;
  margin: 0;
  margin-left: 160px;
}

#layout-description {
  font-size: 1.2em;
  font-weight: bold;
  letter-spacing: 0.0em;
  margin-left: 160px;
  color: black;
}

#layout-menu {
  height: 100%;
  padding-top: 0.8em;
  padding-left: 15px;
  padding-right: 0.8em;
  font-size: 1.0em;
  font-weight: bold;
}
#layout-menu a {
  line-height: 2em;
  margin-left: 0.5em;
}
#layout-menu a:link, #layout-menu a:visited, #layout-menu a:hover {
  color: #f76902;
  text-decoration: none;
}
#layout-menu a:hover {
  color: navy;
  text-decoration: none;
}

#layout-content {
  border-left: 3px solid #eeeeee;
  padding-top: 0.2em;
  padding-left: 1.0em;
  padding-right: 0.4em;
}
#layout-content a:link, #layout-content a:visited, #layout-content a:hover {
  color: #f76902;
  text-decoration: none;
}
#layout-content a:hover {
  color: navy;
  text-decoration: none;
}
#layout-content .title {
  color: #f76902;
  font-weight: bold;
  text-align: center;
}
#layout-content .hdlist1 {
  font-weight: bold;
}

#footer-box {
  clear:both;
  padding-top: 1.8em;
  font-size: 0.8em;
}

@media print {
  #layout-banner-box { display: none; }
  #layout-menu-box { display: none; }
  #layout-content-box { margin-top: 0; margin-left: 0; }
}
