body {
    margin: 0;
    padding: 0;
    background: #F3F6FF url('images/bg.gif') repeat-y;
    color: #000000;
    font-family: arial, sans-serif, arial;
}

#left {
      position: absolute;
      top: 15px; left: 6px;
      text-align: center;
      background-color: white;
      width: 184px;
      padding-bottom: 15px;
      }

#left #logo {
      background-image: url('images/gtb.gif');
      height: 20px;
      width: 175px;
      }

#left #links {
       margin: 5px 0px;
       background-color: white;
       text-align: left;
       font-size: 90%;
       }

#left #links a {
       display: block; /* used to make link area selectable rather than just the link itself */
       }

#left ul {
       margin: 0px;
       padding: 0px;
       }

#left li {
       line-height: 25px;
       list-style-type: none;
       border-bottom: solid 1px #eee;
       }

#left #links li a:hover {
       background: #F9F9F9 url('images/arrow.gif') no-repeat center right;
       }
       
#left #links li.selected {
	font-weight: bold;
	background: url('images/arrow.gif') no-repeat center right;
	line-height: 40px;
	}

#left #certification {
            margin: 10px 0px;
            text-align: center;
            }

#left #certification img {
            border: none;
            margin: 3px 0px;
            }

#content {
         margin: 15px 10px 10px 208px;
         border: solid 1px #E3DFDF;
         background-color: #F9FBFF;
         padding: 0px 10px 10px 10px;
         }

#content img {
         float: right;
         border: solid 1px black;
         margin: 2px 8px;
         clear: right;
         }

#content a {
         font-weight: bold;
         }

#content a:hover {
         color: red;
         }

#content li {
         margin: 6px 0px;
         }

#content #warning { /* on the survey pages */
         margin: 10px;
         padding: 5px;
         background-color: #E9CDCD;
         border: solid 1px #DF9595;
         text-align: center;
         }

#content #questiontable td {
               text-align: center;
               }

#footer {
        margin: 10px 10px 5px 208px;
        border-top: solid 1px #eee;
        padding: 5px 0px;
        text-align: center;
        font-size: 80%;
        }

#content .pmsection {
           border-top: solid 1px black;
           }

#content .pmsection:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: right;
    visibility: hidden;
}

/* Hides from IE-mac \*/
* html #content .pmsection {height: 1%;}
/* End hide from IE-mac */

#content .suppq {
       margin: 6px 3px;
       padding: 3px 3px 6px 3px;
       border: solid 1px #E3DFDF;
       }

#content .outline {
         font-weight: bold;
         text-align: center;
         border: solid 1px #E3DFDF;
         padding: 3px;
         background-color: white;
         }

#content .reply {
         border-bottom: solid 1px black;
         margin: 8px 0px;
         }

#content .pmtable td {
         text-align: center;
         }

#bigpic {
	text-align: center;
	margin: 5px; padding: 5px;
	border-bottom: dashed 1px black;
	}
	
#bigpic img {
	float: none;
	border: solid 1px #E7E7E7;
	}
         
#thumbnails {
	text-align: center;
	}

#thumbnails img {
	float: none;
	border: solid 1px #E7E7E7;
	}
         
a {
  text-decoration: none;
  }
    
h1 {
    text-transform: uppercase;
    text-align: center;
    border-bottom: solid 1px black; }

h3 {
   /* border-top: solid 1px #E3DFDF; */
   margin: 3px 0px;
   padding: 5px 0px 0px 0px;
   }

th {
    text-align: right }

th, td, tr {
    padding: 7px
    }
    
#contact td {
	vertical-align: top;
	}

caption {
        text-align: left;
        border-bottom: solid 1px black;
        font-weight: bold
        }
       