#pageContent {
  width: 924px;
  margin: 0 auto;
}
#header {
  width: 924px;
  height: 100px;
  background-image: url(../images/header.gif);
  background-position: right;
  background-repeat: no-repeat;
  vertical-align: bottom;
  text-align: left;
  float: left;
}
#frameTop {
  width: 924px;
  height: 12px;
  background-image: url(../images/frame-top.gif);
  clear: left;
  float: left;
}
#frameMiddle {
  text-align: left;
  width: 924px;
  height: auto;
  background-image: url(../images/frame-middle.gif);
  clear: left;
  float: left;
}
#frameBottom {
  width: 924px;
  height: 12px;
  background-image: url(../images/frame-bottom.gif);
  clear: left;
  float: left;
}
#frameContent {
  margin-left: 12px;
  margin-right: 12px;
  background: #ffffff;
  width: 900px;
  height: auto;
}
#footer {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10px;
  color: #c0c0c0;
  background: #ffffff;
  text-align: center;
  vertical-align: middle;
  width: 924px;
  height: 30px;
  clear: left;
  float: left;
}
#columnSeparator {
  width: 2px;
  height: 600px;
  float: left;
  background: #3163a5;
}
#columnSpace {
  width: 10px;
  height: 600px;
  float: left;
}
#columnLeft {
  vertical-align: top;
  text-align: left;
  width: 150px;
  height: auto;
  float: left;
}
#columnMiddle {
  width: 600px;
  height: 100%;
  float: left;
}
#columnRight {
  width: 126px;
  height: auto;
  text-align: right;
  float: left;
}
#columnSeparatorFooter {
  width: 2px;
  height: 60px;
  float: left;
  background: #3163a5;
}
#columnSpaceFooter {
  width: 10px;
  height: 60px;
  float: left;
}
#columnLeftFooter {
  vertical-align: top;
  text-align: left;
  width: 150px;
  height: auto;
  float: left;
  clear: left;
}
#columnMiddleFooter {
  width: 600px;
  height: 100%;
  float: left;
}
#columnRightFooter {
  width: 126px;
  height: auto;
  text-align: right;
  float: left;
}
#twoColumnBoxLeft {
  width: 250px;
  text-align: center;
  clear: left;
  float: left;
  padding: 10px 10px 10px 10px;
}
#twoColumnBoxRight {
  width: 300px;
  text-align: justify;
  float: left;
  padding: 10px 10px 10px 10px;
}
#adlinkBox { 
  margin: 12px 5px 5px 5px;
}
