body {
  margin: 20px auto;
  padding: 0;
  background: #ce9857 url('images/lcgbackground.jpg') repeat-x;
  text-align: center;
  color: #000;
  font-size: 12px;
  font-family: Verdana,Arial,Helvetica,sans-serif;
}

#container {
  background: #fff;
  width: 740px;
  margin: 0px auto;
  border: 2px solid #990000;
  text-align: left;
}

#content {
  padding: 40px;
}

#videoContainer {
  width: 240px;
  height: 212px;
  float: left;
  border: 0px solid #990000;
} 
  
#signupContainer {
  float: left;
/*  border: 1px solid #990000;
  padding: 3px;*/
  background: url('images/lcggiveaway.jpg') no-repeat;
  width: 316px;
  height: 212px;
  margin-left: 80px;
}

#signupContent {
  font-family: Arial, Helvetica, sans-serif; 
}  
#signupContent td {
  font-size: 11px;
  font-weight: bold;
}

.preHeadline1 {
  font-size: 1.2em;
  font-weight: bold;
  color: #000;
  text-align: center;
  line-height: 1.5em;
}

.preHeadline2 {
  background: #fef300;
  color: #000;
  font-size: 1.2em;
  font-weight: bold;
  padding: 3px 10px;
  line-height: 1.5em;
  text-align: center;
}

h1 {
 font-size: 2.5em;
 color: #ff0000; 
 text-align: center;
}

.blueHeading {
 font-size: 1.8em;
 color: #000099;
 text-align: center;
}

h2 {
 font-size: 1.8em;
 color: #000099;
 text-align: center;
}

h3 {
 font-size: 1.6em;
 color: #ff0000;
 text-align: center;
}

p {
  line-height: 1.5em;
}

td {
  font-size: 12px;
}

a:link, a:visited {
  color: #990000;
  text-decoration: underline;
  font-weight: bold;
}

a:hover {
  color: #ce9857;
}

a img {
  border: 0;
}

form {
  margin: 0;
  padding: 0;
}

.formLabel {
  font-size: 11px;
  font-weight: bold;
  text-align: right;
}

.namea, .emaila {
  font-size: 12px; 
  font-family: Arial, Helvetica, sans-serif; 
  font-weight: normal;
  background-color: #f7ecc8; 
  border: 1px solid #990000;  
}

option {
  font-size: 12px;
  font-family: Arial, Helvetica, sans-serif; 
}  

.formFielda {
  font-size: 12px; 
  font-family: Arial, Helvetica, sans-serif; 
  font-weight: normal;
  background-color: #white; 
  border: 1px solid #990000;  
}

.formCellLeft {
  text-align: left;
  padding-left: 20px;
  font-size: 11px; 
}

.checkBoxLabel {

}  

.buttona {
  font-size: 10px;
}

.unorderedList {
  margin-left: 0;
  padding-left: 0;
  list-style: none;
}

.unorderedList li {
  line-height: 1.5em;
  padding: 0 0 10px 30px;
  background-image: url('images/lcgbullet.gif');
  background-repeat: no-repeat;
  background-position: 0 .4em;
}

.lightbulb li {
  margin-left: 20px;
  padding: 0 0 10px 50px;
}  

.findOut {
  list-style: square;
}

.findOut li {
  margin-left: 0px;
  line-height: 1.5em;
  padding: 0 0 10px 10px;
}

.ebookTitle {
 font-weight: bold;
 font-style: italic;
}

.boxedList {
  border: 2px solid #990000;
  margin: 30px; 
  padding: 30px;
}

.boxedList li {
  padding-bottom: 20px;
}

.boxedList h2 {
  margin-top: 0px;
}

.dottedbox {
  border: 3px dashed #990000;
  margin: 30px; 
  padding: 15px 30px;
  background: #f7ecc8;
}
 
.downloadLink {
  color: #ff0000;
  font-weight: bold;
  font-size: 1.2em;
  text-align: center;
  margin: 30px auto;
  width: 400px;
  height: 80px;
} 

.downloadLink img {
  margin: 0px 0px 20px 0px;
}

blockquote {
  background: url('images/lcgquotes.gif') no-repeat top left;
  line-height: 1.3em;
  padding-top: 10px;
  padding-left: 10px;
}

.testimonial {
  width: 440px;
  margin: 0 auto;
  text-align: center;
}

.testimonialTop {
  background: url('images/lcgtestimonialbox_top.gif') no-repeat;
  height: 60px;
  margin: 0;
  padding: 0;
}

.testimonialMid {
  background: url('images/lcgtestimonialbox_mid.gif') repeat-y;
  padding: 0px 20px 0 15px;
  text-align: left;
}

.testimonialMid p {
  margin: 0;
  padding: 0;
}

.testimonialQuote {
  font-family: Georgia, 'Times New Roman', Times, Serif;
  font-size: 1.4em;
  font-style: italic;
  font-weight: bold;
  color: #990000;
  overflow: hidden;
}

.testimonialBot {
  background: url('images/lcgtestimonialbox_bottom.gif') no-repeat;
  height: 46px;
  margin: 0;
  padding: 0;
}

