/* All Pages */

body {
  text-align: center; /* for IE */
  font-family: "Tahoma", "Arial", "Helvetica", "sans-serif";
  font-size: 10pt;
  color: #000000;
  margin-top: 0px;
  margin-bottom: 30px;
  margin-left: 0px;
  margin-right: 0px;
  background: url('ui/bg.png');
  background-repeat:repeat-x;
  background-color: #30333C;
}

a:link { color:#415273;}
a:visited { color:#415273;}
a:hover { color: #20253C;}

td {
  font-size: 10pt;
}

.keywords {
  height: 15px;
  width: 1280px;
  margin-left: auto;
  margin-right: auto;
  background-color: #646A85;
  color: #CACCD5;
  font-family: "Tahoma", "Arial", "Helvetica", "sans-serif";
  font-size: 8pt;
  text-align: center;
}  
  
.header {
  width: 800px;
  height: 99px;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
}

.header a:link { color:#ffffff; text-decoration: none;}
.header a:visited { color:#ffffff; text-decoration: none;}
.header a:hover { color:#ffffff; text-decoration: underline;}

.siteid {
  margin-left: 6px;
  margin-top: 18px;
  width: 312px;
  height: 65px;
  border: 0px;
}

.tab {
  width: 111px;
  height: 24px;
  text-align: center;
  margin-right: 4px;
  background: url('ui/tab.png');
  font-size: 11pt;
  float: left;
}

.testimonial {
  margin-top: 23px;
}

.page {
  width: 800px;
  background-color: #ffffff;
  border-style: solid;
  border-color: #585E7A;
  border-width: 3px;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
}

.content {
  padding-left: 40px;
  padding-right: 40px;
  padding-top: 32px;
  padding-bottom: 30px;
  text-align: left;
  overflow: hidden;
}

h1 {
  font-size: 22pt;
  color: #FF6B00;
  text-align: center;
}

h2 {
  font-size: 17pt;
}

h3 {
  font-size: 15pt;
  font-weight: normal;
  text-align: center;
}

h4 {
  font-size: 11pt;
  text-align: center;
}

h5 {
  font-size: 15pt;
  font-weight: normal;
}

p {
  margin-top: 0px;
  margin-bottom: 15px;
}

hr {
  color: #646A85;
  background-color: #646A85;
  height: 1px;
  border: 0px;
  margin-top: 30px;
}

.thumb {
  width: 48px;
  height: 48px;
  border-style: none;
  margin-left: 4px;
  margin-right: 0px;
  margin-bottom: 4px;
  margin-top: 0px;
  float: left;
}

li {
  font-size: 11pt;
  margin-top: 8px;
}

.coupon {
  border-width: 3px;
  border-color: #646A85;
  background-color: #EAEBEE; 
  border-style: dashed;
  text-align: left;
  padding: 20px;
  margin: 20px;
}

