.content h2, .content h3, .content p, .introchoice .section
{
  text-align: center;
}

#natchamps
{
  width: 98%;
  margin-top: 2em;
}

#qualifyonly
{
  display: none;
}

#natchamps div.section
{
  width: 32em;
  margin: 0 auto;
  padding: .5em 1em .5em 1em;
  margin-bottom: 2em;
  border: 1px solid #22AA22;
}

#natchamps div.controls
{
  width: 32em;
  margin: 0 auto;
  padding: .5em 1em .5em 1em;
  margin-bottom: .5em;
}

#natchamps div.section a.remove, #natchamps div.section a.remove:hover
{
  float: right;
  margin: 1em 1em 0em 0em;
  color: #ffffff;
  text-decoration: none;
  padding: 2px 4px;
  background: #72B671;
  border-top: 1px solid #ffffff;
  border-left: 1px solid #ffffff;
  border-right: 1px solid #3F653F;
  border-bottom: 1px solid #3F653F;
}

#natchamps div.section a:active, #natchamps div.section a:focus
{
  border-top: 1px solid #3F653F;
  border-left: 1px solid #3F653F;
  border-right: 1px solid #ffffff;
  border-bottom: 1px solid #ffffff;
  padding: 3px 3px 1px 5px;
}

#natchamps h3
{
  text-align: left;
  padding: 0em 0em .5em .75em;
}

#natchamps h4
{
  font-size: 1.1em;
  color: #008000;
  text-align: left;
  padding: 0em 0em 0em .75em;
  margin-bottom: .75em;
}

#natchamps div.special
{
  display: none;
}

#natchamps div.ordinary
{
  clear: both;
  width: 30em;
  margin: 0 auto;
  padding: 0 0 .75em 0;
}

#natchamps div.ordinary label
{
  display: block;
  float: left;
  width: 9em;
  text-align: left;
  padding: 2px 1em 2px 0px;
}

#natchamps div.ordinary select
{
  font-family: arial, helvetica, sans-serif;
  font-size: 10pt;
  width: 20em;
  color: #000000;
  border: 1px solid #22AA22;
}

#natchamps div.ordinary input
{
  font-family: arial, helvetica, sans-serif;
  font-size: 10pt;
  width: 20em;
  color: #000000;
  border: 1px solid #22AA22;
  padding: 2px;
}

#natchamps div.ordinary input.regnumber, #natchamps div.ordinary input.points, #natchamps div.ordinary input.membernumber
{
  width: 5em;
}

#natchamps div.ordinary input.day, #natchamps div.ordinary input.month
{
  width: 3em;
  text-align: center;
}

#natchamps div.ordinary input.year
{
  width: 4em;
  text-align: center;
}

#natchamps div.ordinary textarea
{
  font-family: arial, helvetica, sans-serif;
  font-size: 10pt;
  width: 20em;
  height: 6.75em;
  color: #000000;
  border: 1px solid #22AA22;
  padding: 3px;
}

#natchamps div.ordinary textarea.notes
{
  height: 3em;
}

#natchamps div.ordinary input.entryfee
{
  font-family: arial, helvetica, sans-serif;
  font-size: 10pt;
  font-weight: bold;
  width: 4em;
  color: #000000;
  background: #e3ece2;
  border: 0px none;
  padding: 2px;
}

#natchamps div.explanation
{
  display: none;
  clear: both;
  width: 30em;
  margin: .5em auto 1em auto;
  padding: 0em 1em 0em 1em;
  background: #72B671;
  border: 1px solid #22AA22;
}

#natchamps div.explanation a.closer
{
  float: right;
  margin-top: 1em;
  color: #ffffff;
  text-decoration: none;
}

#natchamps div.explanation a.closer:hover
{
  text-decoration: underline;
  background: #72B671;
}

#natchamps div.explanation h3, #natchamps div.explanation h4
{
  color: #000000;
  text-align: left;
  padding-left: 0em;
}

#natchamps div.explanation p, #natchamps div.explanation li
{
  color: #ffffff;
  text-align: left;
/*  margin-left: 1em;*/
}

#natchamps div.explanation li
{
  margin-bottom: .5em;
}

#natchamps div.explanation ol
{
  margin-top: 2em;
}

#addclass, #viewcart
{
  text-align: center;
}

#addclass a, #addclass a:hover, #viewcart a, #viewcart a:hover
{
  display: block;
  width: 11em;
  margin: 0 auto;
  font-family: arial, helvetica, sans-serif;
  font-size: 1.1em;
  font-weight: bold;
  text-decoration: none;
  color: #ffffff;
  padding: 5px 5px 5px 27px;
}

#addclass a, #addclass a:hover
{
  background: url(/shared_images/add.gif) 8px 50% no-repeat #72B671;
  border-top: 1px solid #ffffff;
  border-left: 1px solid #ffffff;
  border-right: 1px solid #3F653F;
  border-bottom: 1px solid #3F653F;
}

#addclass a:active, #addclass a:focus
{
  border-top: 1px solid #3F653F;
  border-left: 1px solid #3F653F;
  border-right: 1px solid #ffffff;
  border-bottom: 1px solid #ffffff;
  padding: 6px 4px 4px 28px;
}

#viewcart a, #viewcart a:hover
{
  background: url(/shared_images/cart.gif) 8px 50% no-repeat #DF8200;
  border-top: 1px solid #ffffff;
  border-left: 1px solid #ffffff;
  border-right: 1px solid #7B4800;
  border-bottom: 1px solid #7B4800;
  margin-top: .5em;
}

#viewcart a:active
{
  border-top: 1px solid #7B4800;
  border-left: 1px solid #7B4800;
  border-right: 1px solid #ffffff;
  border-bottom: 1px solid #ffffff;
  padding: 6px 4px 4px 28px;
}