/*this controls the styles for the main content area*/

#mainTable td.contentTable
{
  width:600px; /*force it to be this width*/
  background:#ffffff;
  border-width: 1px;
  border-style: solid;
  border-color: gray;
  vertical-align:top;
  padding:10px; /*padding to stop the content hitting the edge*/
  margin:0 auto;
  text-align:center;
  font-size:12px; 
}

#mainTable H3
{
	font-size:14px; 
  text-align:center;
  color:gray;  
}

#mainTable select
{
	font-size:12px; 
  text-align:center;
  color:black;  
  
}

#mainTable fieldset
{
  margin:0px auto 0px auto; /*make the feildset sit in the middle of the table*/
  width: 550px;  /*make it smaller so it isnt too near the edges*/
  text-align: center;  /*align the input boxes in the fieldset*/
  border-width:2px;
}

#mainTable fieldset.theory
{
  margin:0px auto 0px auto; /*make the feildset sit in the middle of the table*/
  width: 500px;  /*make it smaller so it isnt too near the edges*/
  text-align: left;  /*align the input boxes in the fieldset*/
  border-width:2px;
}

#mainTable fieldset.theory img
{
  vertical-align:text-bottom;
  }
  
#homepage
{
text-align:left;
color:black;
}
