html, body {
  font-size: 12pt;
  font-family: Garamond, Constantia, Cambria, serif;
  margin: 0px;
  padding: 0px;
  height: 100%;
  overflow: hidden; /* Never show main browser scrollbar */
  min-width: 800px;
}

h1 {
  margin: 0px;
  display: block;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  /* Internet Explorer min-width */
  width: expression(document.body.clientWidth < 780 ? "780px" : "100%" ); /* 130 = top margin */
  line-height: 3em;
  height: 112px;
  color: white;
  background: url(../images/header-legs-background.gif);
  background-repeat: no-repeat;
  background-position: top right;
  background-color: #336699;
}

h1 img {
  position: absolute;
  top: 0px;
  left: 0px;
}
h1 img.print {
  display: none;
}

h2 {
  font-size: 20pt;
  font-family: Garamond, Constantia, Cambria, serif;
  width: auto;
  color: #646464;
  border-bottom: 1px solid #666;
  margin-top: 0px;
}
h3 {
  color: #336699;
  font-size: 140%;
  
}
h4 {
  color: #336699;
  font-size: 110%;
}

a {
  text-decoration: none;
  color: #336699;
}
a:hover {
  border-bottom: 1px solid #336699;
}
b {
  text-decoration: none;
  color: #336699;
}


#menu {
  display: block;
  position: absolute;
  top: 130px;
  width: 210px;
  list-style: none;
  margin: 0px;
  padding: 0px;
  margin-left: 13px;
  line-height: 1.4em;
  font-weight: bold;
  color: #336699;
}
#menu li {
  padding-left: 10px;
}
#menu ul li {
 padding-top: 0.3em;
 padding-bottom: 0.3em;
}
#menu #selected {
  background-image: url(../images/selected-menu-item.png);
  background-position: left 3px;
  background-repeat: no-repeat;
}
#menu ul   { 
  font-size: 80%; line-height: 1.3em; list-style: none; margin: 0; padding: 0 0 0 10px;
}
#content {
  font-size: 10pt;
  font-family: Arial, Helvetica;
  margin: 0px;
  padding: 0px;
  padding-right: 20px;
  display: block;
  top: 127px;
  left: 230px;
  right: 0px;
  bottom: 0px;
  /* width/height for Internet Explorer */
  height: expression(document.body.clientHeight - 130 + "px"); /* 130 = top margin */
  /* Internet Explorer min-width */
  width: expression(document.body.clientWidth < 550 ? "350px" : document.body.clientWidth - 250 + "px" );
  overflow: auto;
  position: absolute;
}
#content img {
  /*
  margin-right: 20px;
  float: left;
  border: 2px solid #336699;
  */
}
#content img.leftwrap {
  margin-right: 20px;
  float: left;
}
#content img.rightwrap {
  margin-right: 20px;
  float: right;
}

#content a {
  border-bottom: 1px solid #336699;
  border-bottom: none;
  text-decoration: underline;
}
#content a img {
  border: none;
}
#content i {
  color: #336699;
}
#content strong, #content b {
  color: #336699;
}
#content ul {
  padding-left: 5px;
  margin-top: .5em;
  margin-left: 0px;
}
#content ul li {
  background-image: url(../images/bullet.png);
  background-position: left 5px;
  background-repeat: no-repeat;
  padding-left: 10px;
  margin-left: 0px;
  list-style: none;
}
#content .caption {
  padding-top: 0.5em;
  font-size: 80%;
}

.image_menu {
  font-size: 10pt;
  font-family: Garamond, Constantia, Cambria, serif;
}
table {
  width: 100%;
  margin: 0px;
  padding: 0px;
  border-collapse: collapse;
}
td {
  vertical-align: top;
  margin: 0px;
  padding: 3px;
}
.imagerow {
  width: 100%;
  display: table-cell;
  float: left;
}
.menuimage {
  width: 200px;
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 20px;
  font-size: 80%;
  position: relative;
  top: 0px;
  right: 10px;
  display: table-cell;
  text-align: center;
}
.menuimage img {
  border: 2px solid #336699;
  display: table-cell;
}

.front {
  text-align: center;
}
.front a, .front a:hover, .front a img {
  text-decoration: none;
  border: none;
}
.front #language_selector {
  position: relative;
  left: 87px;
  top: 20px;
  z-index: 50;
}
.front #front_content {
  display: block;
  width: 730px;
  height: 556px;
  background-color: #336699;
  background-image: url(../images/logo_front.gif);
  background-repeat: no-repeat;
  background-position: center 20px;
  padding: none;
  text-align: center;

  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  margin-top: 10px;

  /* Internet Explorer div centering */
  /*
  top: expression((document.body.clientHeight - 556) / 2);
  */
  left: expression((document.body.clientWidth - 730) / 2);
}
.front #contact_info {
  position: relative;
  padding-top: 10px;
  width: 728px;
  height: 205px;
  margin-top: 130px;
  font-size: 90%;
  background-image: url(../images/legs_front.png);
  background-repeat: no-repeat;
  background-position: 320px 30px;
  border-left: 1px solid #336699;
  border-right: 1px solid #336699;
  color: #336699;
  background-color: white;
}
