/* CSS Document */

.maintext {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size:12px;
}

.footerfont {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}

.smallfont {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
}

.headerfont {
  font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight:bold;
}

/* Main Body Table Location and formation */
#positioner {
  position:relative;
  width:907px;
  margin:0px auto; /* Right and left margin widths set to "auto" */
  text-align:left; /* Counteract to IE5/Win Hack */
  padding:0px;
  
}

#Main {
    width:907px;
    height:365px;
		/*overflow: hidden;
		overflow-x: hidden;
		overflow-y: hidden; */
}

#MainBodyStructure {
    width:665px;
    height:365px;
	/*padding:0 20 0 0; */
	z-index:-1;
	/*overflow: hidden;
		overflow-x: hidden;
		overflow-y: hidden;  */
}

#MainBody {
		overflow: auto;
		overflow-x: hidden;
		overflow-y: auto;
		z-index:-100;
}