body
{ 
  font-family: Verdana;
  background-color: #fffccf
}

.sectionColumn
{ 
  margin-top: 20;
  position: relative;
  width: 50%;
  float: left;
}

.column1 div.section
{
  margin-right: 5px;
}

.section
{
  background-color: #f6e26e;
  padding-left: 5px;
  padding-right: 5px;
  padding-bottom: 3;
}

.section h1
{
  font-size: 14pt;
  padding-left: 15;
  margin-left: -5;
  margin-right: -5;
  padding-top: 2px;
  background-color: #eaac15;
}

.section p
{
  text-indent: 10px;
}

.section ul
{ 
  margin-left: -15px;
}

.corners
{ 
  background-color: #f6e26e;
  text-align: center;
  font-size: 36pt;
  border: 3px solid #eaac15;
}

img.logo
{
  margin-top: -25px;
  margin-bottom: -30px;
}

td.main
{ 
}

.corners img.ul-corner
{
  float: left;
  margin-left: -3px;
  margin-top: -3px;
}

.corners img.ur-corner
{
  float:right;
  margin-right: -3px;
  margin-top: -3px;
}

.ll-corner
{
  float:left;
  margin-left: 0;
  margin-top: -16;
}

.lr-corner
{ 
  float:right;
  margin-right: 0;
  margin-top: -16;
}

.section table
{
  margin-left: 7px;
}

a
{ 
  color: black;
}

a img
{
  border: none;
}

.button
{
  cursor: pointer;
}

#signupSpinner
{ 
  display:none;
  height:30; /* The height of the signup button */
}

#signupSpinner img
{ 
  display:none;
  margin-top: 5; /* The image is 19 tall, the div is 30, half the difference is 5.5 */
}