body {
    text-align: center;
    margin: 0;
    padding: 0;
    background-color: #eee;
    font-family: Helvetica;
    font-size: 16px;
    min-width: 500px;
}

a {
    cursor: pointer;
    text-decoration: none;
    color: #09f;
}

.footer {
    margin: 0 auto;
    width: 600px;
    text-align: center;
    padding-top: 20px;
    font-size: 14px;
    color: #888;
    text-shadow: 0 1pt 2pt rgba(0, 0, 0, 1.0);
    padding-bottom: 50px;
}

.topnav {
    margin: 0 auto;
    padding-top: 20px;
    width: 600px;
    text-align: center;
    color: #333;
    font-size: 18px;
    padding-bottom: 20px;
}

.title {
    background-color: #222;
    /* background: url('2.png');  */
    margin: 0 auto;
    padding: 1px;
    width: 630px;
    text-align: center;
    border-radius: 0 0 5px 5px;
    box-shadow: 0px 1px 2px #888;
}

.title img {
  width: 280px;
  margin-top: -40px;
  margin-bottom: -80px;
}

.title p {
    font-size: 14px;
    line-height: 10px;
    color: #999;
}

.socialmedia {
  text-align: left;
  margin: 0 auto;
  width: 600px;
  position: relative;
}

.socialmedia .icons {
  position: absolute;
  width: 90px;
  left: -90px;
}

.promo {
    text-align: left;
    margin: 0 auto;
    width: 600px;
    position: relative;
}

.promobox {
    margin-bottom: 10px;
}

.promotitle {
  color: #333;
    font-size: 16px;
}

.promobody {
    position: absolute;
    width: 200px;
    text-align: left;
    top: 0px;
    right: -240px;
}

.promotext {
    font-size: 22px;
    line-height: 36px;
}

.promosection {
  color: #666;
  font-size: 28px;
}

hr {
    border: 0;
    border-bottom: 1px solid #ddd;
}

.mainbox {
    text-align: left;
    margin: 0 auto;
    margin-bottom: 20px;
    width: 600px;
    background-color: #fff;
    padding: 15px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    line-height: 24px;
    overflow: auto;
    position: relative;
    box-shadow: 0px 2px 3px #bbb;
}

.announce {
    background-color: #fd9;
    padding-top: 4px;
    padding-bottom: 4px;
    text-align: center;
}

.tip {
    background-color: #fef2e2;
    margin: 10px;
    margin-left: -15px;
    width: 600px;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 5px;
    padding-bottom: 5px;
    border-top: 1px solid #dfd8ab;
    border-bottom: 1px solid #dfd8ab;
}

.mainbox p {

}

.mainbox h1 {
    font-size: 24px;
    font-weight: bold;
}

.pop {
    font-size: 20px;
    font-weight: bold;
    color: #f96;
}

.activeLink {
  cursor: pointer;
    background-color: #aaa;
    padding: 4px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

.overLink {
    cursor: pointer;
    background-color: #ccc;
    padding: 4px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

h2 {
    color: #333;
    margin: 0;
    margin-top: 10px;
    margin-bottom: 14px;
}

.textblock { padding: 20px; }

table.listing tr {
    vertical-align: top;
}

table.listing tr td {
    min-width: 150px;
}

table.listing tr td p {
    margin-top: 0px;
}

.tdHead {
    width: 120px;
    font-size: 14pt;
    color: #666;
    font-weight: bold;
}

.testim {
    padding: 2px;
    font-style: italic;
    color: #666;
}
