img {
  border: 0px;
  margin: 0px;
  padding: 0px;
}


body {
  margin: 0px;
  padding: 0px;
  background: #ffffff;
  color: #000000;
  font-family: Arial;
  font-size: 12px;
}

#header {
  position:relative;
  left: 0px;
  top: 0px;
  width: 1000px;
  height: 124px;
  background: url(../esi/images/esiheader.gif) top left no-repeat;
}

#homeButton {
  position: absoute;
  left: 0px;
  top: 0px;
  width: 120px;
  height: 124px;
}


#address {
  position: absolute;
  left: 117px;
  top: 15px;
  width: 360px;
  font-size: 11px;
}

#sponsors {
  position: absolute;
  left: 524px;
  top: 15px;
  width: 451px;
  height: 70px;
}

#content {
  margin: 0px;
  padding: 0px;
  position: relative;
  left: 24px;
  top: 0px;
  width: 451px;
  height: 100%;
  overflow: auto;
}

img.caption {
  margin-bottom: 20px;
}

img.leftAlign {
  float: left;
  margin-right: 10px;
}

img.rightAlign {
  float: right;
  margin-left: 10px;
}

td {
  color: #000000;
  font-family: Arial;
  font-size: 12px;
}

hr {
  color: #fff;
  background-color: #fff;
  border: 1px dotted #006ab3;
  border-style: none none dotted;
}

p.error {
  margin: 0px;
  padding: 0px;
  color: #990000;
  font-weight: bold;
}

