/*This stores the general styles for the site */
body /*default styles*/
{
  font-family: "trebuchet ms", verdana, sans-serif;
  font-size: 10px;
  line-height: 1.5em;
  color: #333;
  background: #ccccff;
  margin: 0;
  padding: 0;
  width: 100%;
  vertical-align:middle;
  text-align:center;
}

div#wrapper /*for firefox centering*/
{ 
  width:800px;
  margin:0 auto;
}

h3 /*header 3 styles*/
{
  text-align:center;
  color:gray;  
}

#mainTable /*the style for the main table*/
{
  width:800px; /*force it to be this width*/
}

#authorText /*Text displaying authors name */
{
 text-align: center;
}

ul
{

}

input.frgpass /*submit button*/
{
  text-align:bottom;
  
  vertical-align: bottom;
  font-size:11px; 
}
