/* file: pages.css
 * created: 04/17/2009 by Harold Birt
 * desc: The file is maintained in the images folder
 *       It contains css for use on the following pages:
 *       Commandery: 
 *         committees.php
 *         insp.php
 *         
 *  <style type = "text/css">
 *   
 */
    body {
      background-color: #ffffff;
      background-image: url("images/bk_gd1.gif");  
      color: #ff0000;
	  text-align: center;
    }
    table {
      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 {
      border: 4px inset #999999;
      padding: 2px 2px 2px 2px;
      text-align: center;
      font-weight: bold;
      font-size: 130%;
      color: #ff0000;
      background-color: #FFFFFF;			
    }
    td {
      border: 4px inset #999999;
      padding: 2px 2px 2px 2px;				
      color: #000000;
      background-color: #FFFFFF;		
    }
    p {
      margin: 0 0 0 0;
    }
    .logo {
      width: 150px;
      height: 158px;
      margin-left: auto;
      margin-right: auto;
    }
    .tableOne {
      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: 1240px;
      height: 50px;
      clear: both;
      font-size: 90%;
      text-align: center;
    }
/*
 #all {	border: 1px red solid; }
 #header { border: 1px green solid; }
 #left { border: 1px black solid; }
 #center { border: 1px yellow solid; }
 #right { border: 1px black solid; }
 #footer { border: 1px green solid; }
*/
/*
 * </style>
 * 
 */
