#uniformend {
clear: both;
height: 1px;
} 
#footnote {
  border-top:2px solid black;
/*  border-top:2px solid #b9d2e3; */
  padding-top: 2px; 
  margin-top: 10px;
  clear:both;
  width: 100%;
/*  float: none; */ 
/* position: static; */   
 /* left:600px; */
/* text-align: center; */
}
 
#fnleft {
 text-align: left; 
 float: left;
 position: relative; 
 width: 30%;
 top: 1em;
 left: 1em;
}


#fncenter {
 text-align: center; 
 position: static; 
}

#fnright {
 text-align: right; 
 float: right;
 width: 30%;
 position: relative; 
 top: 1em;
 right: 1em;
}

