#content {
  margin-top: 0;
  padding: 365px 10px 0 10px;
  }
  #content a {
    text-decoration: none;
    font-weight: bold;
    }
  #content img { border: 0; }
  #content ul {
    list-style: disc;
    margin: 15px 0 15px 30px;
    padding: 0;
    }
  #content p, #content li {
    font-size: 10px;
    padding: 0;
    }
  #content p {
    margin: 15px 0;
    text-align: center;
    }
  #content li {
    margin: 0;
    text-align: left;
    }
  #content h1 { text-indent: -9999px; }
  #content h2 {
    margin: 15px 0;
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: normal;
    }
  #content .messages {
    position: absolute;
    top: 340px;
    padding: 5px 20px;
    background-color: #00283c;
    }

#right { height: 400px; }
  #right ul { list-style: none; }

.subCaption { font-size: 9px; }
.subSpacer { font-size: 6px; }

.tableIndent {
  margin: 0 40px;
  width: 410px;
  border: 0;
  }

.whiteLine {
  height: 1px;
  color: white;
  background-color: white;
  width: 100%;
  border: 0;
  }

.startBox {
  padding: 15px;
  border: 1px dashed white;
  margin-top: 20px;
  font-size: 10px;
  }
  .startBox p { margin: 5px 0; }
  .startBox img {
    display: block;
    margin: 0 auto;
    }
.startTitle {
  font-size: 12px;
  font-weight: bold;
  }

.countryBox {
  margin: 40px 0;
  text-align: center;
  font-size: 8px;
  }

.floatLeft { float: left; }
.floatRight { float: right; }
.floatClear { clear: both; }

.pricetable {
  border-collapse: collapse;
  font-family: "Arial Narrow", Arial, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-variant: normal;
	font-weight: 400;
	line-height: 20px;
  text-align: center;
  }
  .pricetable th, .pricetable td {
    border: 1px solid #00283c;
    padding: 5px;
    text-align: center;
    vertical-align: top;
    }
  .pricetable th {
    font-weight: normal;
    letter-spacing: 3px;
    background-color: #00283c;
    text-transform: uppercase;
    }
  .pricetable td { width: 25%; }
    .pricetable td div {
      padding: 5px;
      font-size: 11px;
      height: 140px;
      }
  .pricetable h2 { margin: 0 !important; }
  .pricetable h3 { margin-top: 0 !important; }