<!--

BODY {
    background: #FFF;
    color:      #000;
  
    padding: 0px;
    margin: 0px;
    overflow: hidden;  
  
	font-family: "Trebuchet MS", Arial;
	font-size:	 12pt;
}

H1 {
	font-family: "Trebuchet MS", Arial;
	font-size:	 12pt;
    font-weight: bold;
}

#header {
  background: #888;
  height: 44px;
  width: 100%;
  overflow: hidden;  
}

#leftcol {
  background: #000;
  width: 44px;
  float: left;  
}

#content {
  position: absolute;
  left: 44px;
  right: 0px;
  top:  44px;
  bottom: 32px;

  float: left;
  padding: 25px;
  overflow: auto;
}


#footerC {
  background: #FFF;
  
  /* color:#64AFE6 */   /* eP blue */
  color:#FFBB23;    /* eP yellow */
  font-size: 14pt;
    
  height: 30px;
  position: absolute;
  left: 250px;
  bottom: 0px;  
}

-->