/* The images which help create rounded corners depend on the 
   following widths and measurements. If you want to change 
   these measurements, the images will also need to change.
   */
DL {
	BACKGROUND: url(images/whitebottom180.gif) #ccc no-repeat left bottom; 
	PADDING: 0px 0px 0px 0px;
	MARGIN: 0px 0px 0px 5px; 
	position: relative;
	FLOAT: center;	
	WIDTH: 180px;
	FONT-FAMILY: Arial, sans-serif
}
DT {
	BACKGROUND: url(images/whitetop180.gif) #999 no-repeat left top; 
	MARGIN: 0px 0px 0px 0px; 
	PADDING: 8px 0px 8px 8px;
	BORDER-BOTTOM: white 1px solid;
	font-weight: bold;
	FONT-SIZE: 12px; 
	COLOR: #776655
}
DT p {
  text-align: center;
  MARGIN: 0px 0px 0px 0px; 
	PADDING: 0px 0px 0px 0px;
  }
DT a {
	text-decoration:none;
  COLOR: #776655
  }
DT a:link {
  color:#776655;
  }
DT a:visited {
  color:#776655;
  }
DT a:hover {
  color:#000;
  }	
	
DD {
	MARGIN: 8px 0px 0px 0px; 
	PADDING: 3px 3px 3px 3px;
	text-decoration:none   
	}

DD a {
	 MARGIN: 0px 0px 0px 0px; 
	PADDING-TOP: 3px;
  PADDING-LEFT: 0px; 
	PADDING-BOTTOM: 3px;
	PADDING-RIGHT: 0px; 
	FONT-SIZE: 12px;
	text-decoration:none;
  COLOR: #776655
  }
DD a:link {
  color:#776655;
  }
DD a:visited {
  color:#776655;
  }
DD a:hover {
  color:#000;
  }
#blue DT {	BACKGROUND-COLOR: #D5D0BA }
#blue {	BACKGROUND-COLOR: #F6F2E5 }
#purple DT {	BACKGROUND-COLOR: #6B0A7D }
#purple {	BACKGROUND-COLOR: #EDA4FB}
#red DT {	BACKGROUND-COLOR: #933}
#red {	BACKGROUND-COLOR: #c99}
#green DT {	BACKGROUND-COLOR: #9c6}
#green {	BACKGROUND-COLOR: #cf9}

