/*-------------------------------------------------
PAGE BODY
-------------------------------------------------*/

body {
  margin: 0;
  padding: 5;
  font-family: verdana, arial, helvetica, sans-serif;
  background-color: #dedede;
  text-align: center;
}

div#outerContainer {
  margin: 10px auto;
  border: solid 1px black;
  background-color: #ffffff;
  width: 750px;
  }

div#innerContainer {
  margin: 20px;
  font-family: verdana, arial, helvetica, sans-serif;
  font-size: 12px;
/*
  border: dotted 1px #ccc;
*/
  background-color: #ffffff;
  text-align: left;
  width: 710px;
  }

div.headline {
  color: #080;
  font-size: 18px; 
  font-weight: bold;
}

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

div.head2 {
  font-family: tahoma, verdana, arial, helvetica, sans-serif;
  line-height: 32px;
  margin: 15px 0 15px 0;
  color: #000;
  font-size: 26px; 
  font-weight: bold;
  text-align: center;
}

div.head3 {
  color: #000;
  font-size: 18px; 
  line-height: 21px;
  font-weight: bold;
  text-align: center;
}

div.boarding {
  text-align: center;
  font-size: 22px;
  line-height: 25px;
  border: 1px solid black;
  padding: 5px;
  background-color: #FFC;
}

div.smhead {
  line-height: 20px;
  color: #080;
  font-weight: bold;
  font-size: 16px;
  margin-bottom: 4px;
}

div.date {
  margin-bottom: 10px;
  color: #999;
  font-size: 10px; 
  text-align: right;
}

div.copyright {
  margin-top: 6px;
  color: #999;
  font-size: 10px; 
  text-align: center;
}

div.error {
  margin: 15px 0;
  padding: 10px 20px;
  background: #fee;
  color: #c00;
  font-size: 14px; 
  font-weight: bold;
}

div.signup div.textb {
  font-weight: bold;
  margin-bottom: 5px;
  color: #333;
  font-size: 16px; 
}

div.outerSignup {
  background-color: #ffc;
  border: 5px solid #fc3;
  width: 284px;
  float: left;
}

/* -- new stuff -- */

div.centerSignup {
  background-color: #ffc;
  border: 5px solid #fc3;
  width: 320px;
  margin-left: auto;
  margin-right: auto;
}

div.innerCenterSignup {
  margin: 8px;
  width: 300px;
}

div.innerCenterSignup input.big {
  font-size: 18px;
  width: 220px;
}

/* -- end new stuff -- */

div.signup {
  margin: 8px;
  width: 268px;
}

div.signup input.big {
  font-size: 18px;
  width: 220px;
}

div.mainText {
  float: right;
  color: #333;
  font-size: 14px; 
  width: 390px;
  line-height: 16px;
}

div.fullText {
  color: #333;
  font-size: 14px; 
  width: 710px;
  line-height: 16px;
}

div.small {
  margin: 5px 0;
  color: #333;
  font-size: 10px; 
}

div.fieldtop {
  margin-top: 10px;
  font-weight: bold;
}

div.space {
  margin-top: 15px;
}

.clearall {
  margin: 0 0 15px 0;
  padding: 15px 0 0 0;
  clear: both;
  font-size: 2px;
}

.clearallrule {
  margin: 0 0 15px 0;
  padding: 25px 0 0 0;
  border-bottom: 1px solid #ccc;
  clear: both;
  font-size: 2px;
}

.clearalldotted {
  margin: 0 0 5px 0;
  padding: 5px 0 0 0;
  border-bottom: 1px dotted #ccc;
  clear: both;
  font-size: 2px;
}

div.main {
  width: 610px;
  text-align: left;
  padding: 0;
  margin: 10px 0;
}

.floatleft {
  float: left;
  border: 1px solid #000;
}

.chartCenter {
  text-align: center;
  margin: 20px 0;
}