* { 
  padding: 0;
  margin: 0;
}

body { 
  font-family: arial;
  background: url('/images/bgpattern.jpg');
}

a:link { text-decoration: none; color: #fff; }
a:visited { text-decoration: none; color: #fff; }
a:hover { text-decoration: underline; color: #fff; }
a:active { text-decoration: none; color: #fff; }



#margins { 
  padding-top: 40px;
  padding-bottom: 0px;
  margin-top: 0px;
  background: url('/images/bgpattern.jpg');
  width: 800px;
  margin-left: auto;
  margin-right: auto;
}

#content { 
  position: relative;
  width: 764px;
  margin-left: auto;
  margin-right: auto;
  background: url('/images/rightshadow.jpg') no-repeat;
  background-position: right top;
  height: 1080px;
}

#body { 
  position: absolute;
  right: 33px;
  border: 1px solid #bbbcb8;
  width: 700px;
  height: 1040px;
  background-color: #fff;
}

#header { 
  margin: 5px;
  width: 690px;
  height: 172px;
  background: url('/images/indexheader.jpg') no-repeat;
}

#header ul { 
  list-style: none;
  position: absolute;
  top: 20px;
  left: 20px;
  font-size: 12px;
  font-weight: bold;
}

#header li { 
  padding-top: 4px;
  padding-top: 5px;
  padding-left: 15px;
  background: url('/images/headermenuarrow.png') no-repeat;
  background-position: left 10px;
}

#emailBox {
  height: 119px;
  position: relative;
  margin: 5px;
  background: #0c2543;
}

#emailBox h1 {
  padding: 0;
  margin-left: 10px;
  padding-top: 10px;
  margin-bottom: 10px;
  font-size: 19px;
  color: #82c7ff;
}

#emailBox #dimmer {
  color: #2772a9;
}

#emailBox ul {
  list-style: none;
  color: #fff;
  font-size: 12px;
  margin-left: 10px;
  margin-top: 0;
  width: 340px;
}

#emailBox li {
  padding-left: 10px;
  background: url('/images/emailboxarrow.jpg') no-repeat;
  background-position: left center;
  margin-top: 0;
}

#emailForm {
  background: #3488c6 url('/images/emailboxbg.jpg') no-repeat;
  width: 350px;
  height: 119px;
  position: absolute;
  top: 0px;
  right: 0px;
}

#emailForm h1 {
  margin-left: 88px;
  color: #fff;
  font-size: 18px;
  font-weight: 100;
}

#emailForm #emailField {
  margin-left: 70px;
  border: 1px solid #1a6eac;
  width: 170px;
}

#emailForm #submit {
  border: 1px solid #1a6eac;
  background: #54abe0;
  color: #fff;
  font-size: 10px;
  font-weight: bold;
  width: 50px;
  height: 20px;
}

#emailForm #checkTerms, #checkBA {
  margin-left: 70px;
  border: 0;
}

#emailForm p {
  font-size: 9px;
  color: #fff;
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 0;
}

#largeHeader { 
  font-size: 30px;
  color: #d20000;
}

#largeHeaderSubHeader { 
  color: black;
  font-size: 16px;
  margin-left: 20px;
  margin-right: 20px;
  margin-bottom: 20px;
}

h1 { 
  padding-left: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 14px;
}

h3 { 
  font-size: 13px;
  font-weight: bold;
  margin-left: 20px;
}

p { 
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 10px;
  font-size: 12px;
}

#boxes { 
  position: relative;
  margin-left: 20px;    
  margin-bottom: 20px;
}

#boxes a:link { text-decoration: underline; color: #fff; }
#boxes a:visited { text-decoration: underline; color: #fff; }
#boxes a:hover { text-decoration: underline; color: #fff; }
#boxes a:active { text-decoration: underline; color: #fff; }

#box { 
  float: left;
  width: 333px;
  height: 246px;
  background: url('/images/box.jpg') no-repeat;
  font-size: 11px;
  color: #fff;
}

#box h1 { 
  padding: 0;
  margin-left: 10px;
  margin-top: 5px;
  margin-bottom: 15px;
  font-size: 18px;
}

#box p { 
  font-size: 11px;
  margin-top: 5px;
  margin-left: 10px;
  width: 300px;
  padding: 0;
}

#box ul { 
  list-style: none;
  margin-top: 5px;
  margin-bottom: 0px;
  margin-left: 10px;
  width: 240px;
}

#box li { 
  padding-left: 12px;
  background: url('/images/boxarrow.jpg') no-repeat;
  background-position: left 5px;;
}

#takeAction { 
  font-size: 24px;
  color: red;
  padding-bottom: 0;
  margin-bottom: 0;
}

#redForm { 
  width: 400px;
  background: #d80000 url('/images/rightsideofredform.jpg') no-repeat;
  background-position: right top;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 50px;
  padding: 0px;
  color: #fff;
}

#arrow {
  float: left;
  width: 37px;
  height: 78px;
  background: #fff url('/images/arrow.gif') no-repeat;
  background-position: left center;
  padding-right: 20px;
}

#redForm h1 { 
  color: #fff;
  font-size: 24px;
  padding: 0px;
  padding-top: 5px;
  margin-left: 65px;
  margin-bottom: 0px;
}

#redForm p {
  margin: 0px;
  padding: 0px;
  margin-left: 65px;
  color: #fff;
  font-size: 16px;
}

#redForm a:link { text-decoration: none; color: blue; }
#redForm a:visited { text-decoration: none; color: blue; }
#redForm a:hover { text-decoration: underline; color: blue; }
#redForm a:active { text-decoration: none; color: blue; }


#redInput {
  border: 1px solid #850000;
  width: 230px;
  font-size: 12px;
  padding-left: 2px;
}

#redSubmit { 
  border: 0;
  background: #d80000;
  margin-left: 10px;
  font-size: 13px;
  color: #fff;
  text-decoration: underline;
  font-weight: 600;
}

#chkTerms { 
  border: 0;
}

#chkTermsBA { 
  border: 0;
}

#redForm .chkTerms { 
  padding: 0;
  margin: 0;
  margin-top: 5px;
  margin-left: 65px;
  clear: both;
  font-size: 12px;
  color: black;
}

#checkboxes { 
  margin-top: 4px;
  background: #fff;
  margin-bottom: 0px;
}

.blue { 
  color: blue;
  font-weight: bold;
}

.form2 { 
  font-size: 12px;
  padding-top: 2px;
  margin-left: 50px;
  font-style: oblique;
}

#indexForm2 { 
  margin-left: 50px;
}
.inputForm2 { 
  border: 1px solid #ccc;
  height: 18px;
  vertical-align: middle;
}

#submit2 { 
  vertical-align: middle;
  border: 0;
  background: url('/images/submit2.jpg') no-repeat;
  width: 81px; 
  height: 24px;
  cursor: pointer;
}

#bottomMenu { 
  list-style: none;
  color: #fff;
  font-weight: bold;
  font-size: 11px;
  text-align: center;
  background-color: #677175;
}

#bottomMenu li { 
  line-height: 30px;
  padding: 2px;
  display: inline;
}

#activationCode { 
  font-weight: bold;
  font-size: 16px;
  margin: 10px;
}

.strong { 
  font-weight: bold;
}

.clear { 
  clear: both;
}

.red { 
  color: red;
  font-weight: bold;
}

/********************************************************************/
/* Disclaimer                                                       */

#disclaimer {
  margin-top: 0px;
  width: 650px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

#disclaimer p { 
  font-size: 10px;
  color: #000;
  width: 100%;
  padding: 0px;
  margin: 0px;
}

#disclaimer a { 
  color: #000;
  font-weight: bold;
}
/*                                                       Disclaimer */
/********************************************************************/
