#Col { 
  //position: absolute; right: 20px; top: 3ex; 
  float: right; 
  width: 250px; padding: 10px; 
  border-style: solid;
  border-width: 1px;
  background-color: #cccccc ;
//  padding-left: 3px;	
}
#List { 
  //position: absolute; left: 20px; right: 300px; top: 10px
  margin-right: 3px; 
//border-style: solid; border-width: thin; border-color: black;
}

#Title { 
  background-color: rgb(215,215,175); 
  text-align: center ; font-size: 14pt; 
  width: 100%;
  clear: both;
}

#List p { 
  margin-top: 0.5ex; 
	margin-bottom: 0.5ex; 
//margin-right: 3px;
}

