/* 7/31/10 This file was started by Nora McDougall-Collins. Some of the styles came from styles.css created by the previous developer */

/* ***** LAYOUT TAG REWRITES ***** */
body
{
  margin: 10px 0 0 0;
  padding: 0;
  background: #d2cfb1; 
  color: #242424; 
  font-size: 11px; 
  font-family: Verdana, Arial, Helvetica, sans-serif; 
  line-height: 16px; 
  text-align: center; 
}


/* ***** LAYOUT ID LAYERS ***** */
#Container
{
  position: relative;
  margin: 0 auto;
  width: 800px;
}

/* 8/2/10 Added for page restructure */
#MainTable
{
  width: 754px;
  height: 181px;
  padding: 10px;
  border: 0;
}

