 /* ACCORDION */
  
  /* Extent of the entire accordion.
   * Changing padding from 10 to 5 for all items did not have
   * any onvious effect. 
   */
 #accordion1 {
	border:1px solid #cfcece;
	border-top:none;
	padding:0px;
	background: #f1f1f1; 
 }
 
  /* Extent of the toggles */
 .acco1 {
	border:1px solid #cfcece;
	border-top:none;
	padding:10px;
	background: #f1f1f1; 
  	}
  /* Area of the opened content */
 .accCntnt1 {	
	border:1px solid #cfcece;
	border-top:none;
	padding:10px;
	background: #fffff8; /* Off-white */
	}

  /* FOR A SECOND ACCORDION */
    /* Extent of the entire accordion*/
  #accordion2 {
	border:1px solid #cfcece;
	border-top:none;
	padding:0px;
	background: #f1f1f1; 
	}
    /* Extent of the toggles */
 .acco2 {
	border:1px solid #cfcece;
	border-top:none;
	padding:10px;
	background:  #f1f1f1; 
	}
  /* Area of the an opened content area */
 .accCntnt2 {	
	border:1px solid #cfcece;
	border-top:none;
	padding:10px;
	background: #fffff8; /* Off-white */
	}    


  /* FOR A SECOND ACCORDION */
    /* Extent of the entire accordion*/
  #accordion3 {
	border:1px solid #cfcece;
	border-top:none;
	padding:0px;
	background: #f1f1f1; 
	}
    /* Extent of the toggles */
 .acco3 {
	border:1px solid #cfcece;
	border-top:none;
	padding:10px;
	background:  #f1f1f1; 
	}
  /* Area of the an opened content area */
 .accCntnt3 {	
	border:1px solid #cfcece;
	border-top:none;
	padding:10px;
	background: #fffff8; /* Off-white */
	}    

    
  /* FOR A FOURTH ACCORDION */
    /* Extent of the entire accordion*/
  #accordion4 {
	border:1px solid #cfcece;
	border-top:none;
	padding:0px;
	background: #f1f1f1; 
	}
    /* Extent of the toggles */
 .acco4 {
	border:1px solid #cfcece;
	border-top:none;
	padding:10px;
	background:  #f1f1f1; 
	}
  /* Area of the an opened content area */
 .accCntnt4 {	
	border:1px solid #cfcece;
	border-top:none;
	padding:10px;
	background: #fffff8; /* Off-white */
	}
    
  /* FOR A FIFTH ACCORDION */
    /* Extent of the entire accordion*/
  #accordion5 {
	border:1px solid #cfcece;
	border-top:none;
	padding:0px;
	background: #f1f1f1; 
	}
    /* Extent of the toggles */
 .acco5 {
	border:1px solid #cfcece;
	border-top:none;
	padding:10px;
	background:  #f1f1f1; 
	}
  /* Area of the an opened content area */
 .accCntnt5 {	
	border:1px solid #cfcece;
	border-top:none;
	padding:10px;
	background: #fffff8; /* Off-white */
	}
    