html {
  height: 100%;
}
body {
  height: 100%;
  background-color: rgb(57,57,57);
  color: white;
  font-family: Verdana, arial, sans-serif;
  font-size: 10pt;
  margin: 0;
}

div, img {
  margin: 0;
  padding: 0;
  border: none;
}

a:link, a:hover, a:active, a:visited {
  color: rgb(80,80,80);
  text-decoration: none;
}

#outerWrapper {
  width: 1020px;
  margin: 3% auto 3% auto;
}

#wrapper {
  width: 1020px;
  height: 612px;
  display: block;
  position: absolute;
}

#wrapperBuilding {
  width: 356px;
  height: 612px;
  position: absolute;
  top: 0;
  left: 0;
}

#wrapperBorderTop {
  width: 664px;
  height: 10px;
  position: absolute;
  display: block;
  top: 0;
  left: 356px;
  background-image: url(../images/border-top.jpg);
  background-repeat: no-repeat;
  line-height: 1px;
}

#wrapperBorderBottom {
  width: 664px;
  height: 10px;
  position: absolute;
  display: block;
  top: 602px;
  left: 356px;
  background-image: url(../images/border-bottom.jpg);
  background-repeat: no-repeat;
  line-height: 1px;
}

#wrapperBorderRight {
  height: 592px;
  width: 10px;
  position: absolute;
  display: block;
  top: 10px;
  left: 1010px;
  background-image: url(../images/border-right.jpg);
}

#logo {
  height: 160px;
  width: 159px;
  position: absolute;
  top: 10px;
  left: 337px;
}

#contentBox {
  height: 416px;
  width: 634px;
  position: absolute;
  display: block;
  overflow: auto;
  top: 161px;
  left: 356px;
  background-color: rgb(203,203,203);
  color: black;
  padding: 15px 10px 10px 10px;
}

#contentBox a, #contentBox p, #contentBox div, #contentBox span {
  font-family: Verdana, arial, sans-serif !important;
}

#menuBox {
  width: 522px;
  position: absolute;
  bottom: 451px;
  left: 356px;
  background-color: rgb(224,224,224);
  padding: 2px 2px 2px 130px;
  font-size: 8pt;
  color: black;
  display: block;
}

#menuBox a:link,
#menuBox a:visited {
  color: black;
  text-decoration: none;
  display: block;
}
#menuBox a:hover, #menuBox a:active {
  color: rgb(35%,35%,35%);
  vertical-align: middle;
  text-decoration: none;
  display: block;
}

#menuBox table {
  margin: 0 0 0 10px;
  padding: 0;
  text-align: center;
  width: 385px;
  display: inline-table;
}

#menuBox td {
  padding: 0 4px 0 3px;
}

#menuBoxPCSuperTab {
  width: 122px;
  height: 4.5em;
  display: block;
  position: absolute;
  right: 0px;
  bottom: 0px;
  text-align: center;
  background: url(../images/curved_tab.gif);
  padding: 9px 4px 0 4px;
}

#menuBoxPCSuperTab a:link,
#menuBoxPCSuperTab a:visited {
  color: white;
  text-decoration: none;
  display: block;
}

#topRightMenu {
  position: absolute;
  top: 10px;
  right: 10px;
  margin: 0;
}

#topRightMenu li {
  list-style-type: none;
  margin: 0;
  text-align: right;
  padding: 0 3px;
  font-size: 10pt;
}

#topRightMenu a:link, #topRightMenu a:hover, #topRightMenu a:active, #topRightMenu a:visited {
  color: white;
  text-decoration: none;
}

#tagLine {
  width: 522px;
  text-align: center;
  top: 60px;
  left: 356px;
  position: absolute;
  display: block;
  color: white;
  font-size: 18pt;
  font-style: italic;
  padding: 0 2px 0 130px;
}

#finePrint {
  text-align: center;
  color: rgb(129,129,129);
  padding-top: 612px;
}

#finePrint p.bigger {
  font-size: 10pt;
  font-weight: bolder;
  margin: 0;
}
#finePrint p.small {
  font-size: 7pt;
  margin: 0;
}




