
body {                       /* used in chapter/insp_pf.php */
      background-color: #ffffff;
      color: #000000;
	  text-align: center;
    }
/*                           css for left side menu */
  #menuLeft {                /* used in chapter/officers_pf.php */
/*      position: fixed; */
      float: right;
      width: 30%;
    }

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

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

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

h2 {                         /* used in chapter/insp_pf.php */
      margin-bottom: 0;
	}

    table {                  /* used in chapter/insp_pf.php */
      margin-left: auto;
      margin-right: auto;
      border:  none;
      width: 90%;
      padding: 2px 2px 2px 2px;
      color: #ff0000;
      background-color: #ffffff;
	  text-align: left;			
    } 
th {                         /* used in chapter/insp_pf.php */
      border: none;
      border-bottom: 2px black solid;
      padding: 0 0 0 0;
      text-align: left;
      font-weight: bold;
      color: #000000;
      background-color: #ffffff;			
    }

td {                         /* used in chapter/officers_pf.php */
      border: none;
      padding: 0 0 0 0;				
      color: #000000;
      background-color: #FFFFFF;		
    }

#all {                       /* used in chapter/insp_pf.php */
      width: 800px;          /* used, with modification, in chapter/officers_pf.php */
      height: 1145px;
      margin-left: auto;
      margin-right: auto;
    }
    #header {
      color: #000000;
      width: 100%;
      height: 160px;
      clear: both;
      text-align: center;
      float: left; 
      margin: 0 0 0 0;
	  border-bottom: 3px black solid;
    }
	#logo {
        position: relative;
        top: 0;
        left: 0;
        border: none;
		width: 160px;
        height: 160px;
        float: left;
      }

    #left {
      margin: 0 0 0 -2px;
      float: left;
      width: 34%;
      height: 81%;
      text-align: center;
    }
    #center {
      margin: 0 0 0 -2px;
      float: left;  
      width: 33%;
      height: 81%;
      text-align: center;
    }
    #right {
      margin: 0 0 0 -2px;
      float: left;
      text-align: center;
      width: 33%;
      height: 81%;
    }
    #footer {
      margin: 0 0 0 0;
      float: left;
      width: 100%;
      height: 50px;
      clear: both;
      font-size: 90%;
      text-align: center;
	  border-top: 3px black solid;
    }
	
.EvenLine{                   /* used in chapter/insp_pf.php, chapter/officers_pf.php */
	border-bottom: 1px black solid;
}

.OddLine{                    /* used in chapter/insp_pf.php, chapter/officers_pf.php */
	border: none;
}

.sortedBy {                  /* used in chapter/insp_pf.php */
      color: black;
	  font-weight: bold;
	  text-align: right;
    }

.ch1 {                       /* used in chapter/insp_pf.php, chapter/officers_pf.php */
	  text-align: center;
	  font-size: 100%;
    }

.tableTwo {                  /* used in chapter/officers_pf.php */
      border-bottom: 4px black solid;
      font-size: 130%;
      text-align: left;
      width: 90%;
    }

/*
 #all {	border: 1px red solid; }
 #header { border: 1px green solid; }
 #logo { border: 1px black solid; }
 #left { border: 1px black solid; }
 #center { border: 1px yellow solid; }
 #right { border: 1px black solid; }
 #footer { border: 1px green solid; }
*/
.noPrint { display: none; }

