/* file: pages.css */

body {                       /* used in chapter/insp.php */
      background-color: #ffffff;
      background-image: url("commbkgd.gif"); 
      color: #ff0000;
	  text-align: center;
    }

/*                           css for left side menu */
  #menuLeft {                /* used in chapter/officers.php */
      position: fixed;       /*                /schGHP.php   */
      width: 12%;
    }

  #menuLeft li {
      list-style-type: none;
      margin-left: -2em;
      text-align: center;
    }

  #menuLeft a {
      display: block;
      border: 2px gray outset;
      text-decoration: none;
      color: black;
      background-color: #ff0000;
    }

  #menuLeft a:hover {
      color: white;
      background-color: gray;
      border: 2px gray inset;
    }
/*                           end of css for left side menu */

table {                      /* used in chapter/insp.php - modifies table above */
      margin-left: auto;
      margin-right: auto;
      border:  7px outset #999999;
      width: 50%;
      padding: 2px 2px 2px 2px;
      color: #ff0000;
      background-color: #FF0000;
	  text-align: left;			
    } 

th {                         /* used in chapter/insp.php - modifies table above */
      border: 4px inset #999999;
      padding: 2px 2px 2px 2px;
      text-align: center;
      font-weight: bold;
      font-size: 130%;
      color: #ff0000;
      background-color: #FFFFFF;			
    }

td {                         /* used in chapter/insp.php - modifies table above */
      border: 4px inset #999999;
      padding: 2px 2px 2px 2px;				
      color: #000000;
      background-color: #FFFFFF;		
    }

p {                          /* used in chapter/insp.php - modifies table above */
      margin: 0 0 0 0;
    }

.logo {                      /* used in chapter/insp.php - modifies table above */
      width: 150px;
      height: 158px;
      margin-left: auto;
      margin-right: auto;
    }

.tableOne {                  /* used in chapter/insp.php - modifies table above */
      width: 49%;
      height: 60px;
      font-size: 160%;
      font-weight: bold;
      text-align: center;
    }

.tableTwo {
      width: 55%;
    }

.tableThree {
      width: 45%;
    }

#all {
      width: 992px;
/*      height: 506px; */
      margin: 0 0 0 -8px;
    }

#header {
      color: #ffff00;
      width: 990px;
      height: 50px;
      clear: both;
      text-align: center;
      float: left; 
      margin: 0 0 0 0;
    }

#left {
      margin: 0 0 0 0;
      float: left;
      width: 100px;
      height: 400px;
      text-align: center;
    }

#center {
      margin: 0 0 0 0;
      float: left;  
      width: 786px;
      height: 400px;
      text-align: center;
    }

#right {
      margin: 0 0 0 0;
      float: left;
      text-align: center;
      width: 100px;
      height: 400px;
    }

#footer {
      margin: 0 0 0 0;
      float: left;
      width: 100%; /* 942px;  */
      height: 50px;
      clear: both;
      font-size: 90%;
      text-align: center;
    }

.table01 {                   /* used in chapter/insp.php - modifies table above */
      width: 70%;
      color: #000000;
    } 
	
.school {                    /* used in chapter/insp.php - modifies table above */
      color: #000000;
      background-color: #FFFF00;
    }

.change {                    /* used in chapter/insp.php - modifies table above */
      color: #ff0000;
    }

.schoolChange {              /* used in chapter/insp.php - modifies table above */
      color: #ff0000;
      background-color: #FFFF00;
    }

.sortedBy {                  /* used in chapter/insp.php - modifies table above */
      color: black;
      font-size: 60%;
    }
	
.ch0 { width: 63%; }	
.ch1 {
	text-align: center;
	font-size: 190%;
}

		#contentPrt { display: none; }

		  #headingS {
		  	display: block;
		  }
		  .headingP { 
		    display: none; 
		  }
		  #ContentScr {
		  	display: block;
		  }
		  .table01P {
		  	display: none;
		  }
		  .contentS {
		  	display: block;
		  }
		  .contentP {
		  	display: none;
		  }

