body {
  background-color: #38571B;
  margin: 1px;
  font-size: 18px;
}

h1 {
  text-align: center;
}

h2 {
  text-align: center;
}

#pageContainer {
  position: absolute;
  width: 80%;
  left: 10%;
  height: 90%;
  top: 5%;
  border-color: #8EAFDC;
  border-width: 4px;
  border-style: solid;
  background-color: #E8F2DF;
  min-width: 970px;
  min-height: 590px;
}

#header {
  border-style: solid;
  background-color: #E8F2DF;
  border-color: #8EAFDC;
  border-width: 1px;
  margin: 2px;
}

#menus {
  position: absolute;
  top: 164px;
  bottom: 0;
  border-style: solid;
  border-color: #8EAFDC;
  border-width: 1px;
  margin: 2px;
}

#content {
  position: absolute;
  top: 164px;
  left: 208px;
  overflow-y: auto;
  right: 0;
  bottom: 0;
  border-style: solid;
  border-color: #8EAFDC;
  border-width: 1px;
  margin: 2px;
  font-family: "Times New Roman", Times, serif;
  padding-bottom: 30px;
}

a {
  text-align: left;
  color: #0000FF;
}

img {
  margin: 2px;
}

img.banner {
  width: 957px;
  height: 152px;
}

img.menu {
  width: 200px;
  height: 67px;
}

img.financingMenu {
  width: 190px;
  height: 131px;
  margin-left: 5px;
  position: absolute;
  bottom: 10px;
}

img.financing {
  width: 600px;
  margin-left: 5px;
}

img.back {
  margin-top: 20px;
}

iframe {
  border: 0px;
  width: 640px;
  height: 480px;
}

table {
  border-collapse: collapse;
}

table, th, td {
  border: 1px solid black;
  border-color: #8EAFDC;
  text-align: center;
  vertical-align: top;
}

td {
  width: 180px;
}

table.center {
  margin-left: auto; 
  margin-right: auto;
}

div.detailsBold {
  font-weight: bold;
  padding: 35px 5px 5px 10px;
}

div.bold {
  font-weight: bold;
  text-align: justify;
  padding: 5px 10px 18px 10px;
}

div.boldCenter {
  font-weight: bold;
  text-align: center;
  padding: 18px 10px 18px 10px;
}

div.boldItalic {
  font-weight: bold;
  font-style: italic;
  text-align: justify;
  padding: 5px 10px 18px 10px;
}

div.center {
  text-align: center;
}

div.centerSmall {
  text-align: center;
  font-size: small;
}

div.centerMedium {
  text-align: center;
  font-size: medium;
  padding-bottom: 40px;
}

div.normal {
  text-align: justify;
  padding: 5px 10px 18px 10px;
}

div.listing {
  padding: 3px 5px 3px 30px;
}

div.listingContent {
  padding: 10px 5px 10px 50px;
}

div.normalLine {
  text-align: justify;
  padding: 5px 10px 0px 10px;
}

div.productTable {
  display: table;
  width: 100%;
  padding-top: 30px;
}

div.row {
  display:table-row;
}

div.productCell {
  display: table-cell;
}

.productCell a {
  display: table;
  width: auto;
  padding-left: 40px;
  font-weight: bold;
}

div.controlTable {
  display: table;
  width: 100%;
  text-align: center;
  padding-top: 20px;
}

div.controlBackCell {
  display: table-cell;
  text-align: right;
}

div.controlSelectCell {
  display: table-cell;
  width: 50px;
  text-align: center;
  vertical-align: middle;
}

div.controlForwCell {
  display: table-cell;
  text-align: left;
}

div.product {
  font-weight: bold;
  padding-left: 40px;
}

div.productLink {
  padding-left: 20px;
}

.productLink a {
  font-weight: normal;
  display: table;
  width: auto;
}

div.search {
  font-weight: bold;
  padding: 10px 10px 10px 10px;
}

div.searchLabel {
  padding-top: 10px;
  padding-left: 10px;
  padding-right: 10px;
}

div.searchControl {
  padding-left: 10px;
  padding-right: 10px;
}

div.typeLabel {
  font-weight: bold;
  color: #E62020;
}

div.mapStyle {
  margin-left: auto; 
  margin-right: auto;
  width: 700px; 
  height: 400px;
}