
.leftcolumn
  {
  margin-left: 10px;
  position: relative;
 	float: left;
  width: 140px;
	}

.leftcolumn h5
  {
  font-size: 10pt;
  margin-bottom: 3px;
  color: #666;
  width: 140px;
  border-bottom: 1px solid #ddd;
  }

.leftcolumn li
  {
  background: url(images/roundbullet.gif) no-repeat;
  height: 20px;
  vertical-align: middle;
  padding: 5px 0px 0px 16px;
  font: inherit 8pt normal;
 }

.leftcolumn a
  {
  color: #333333;
  text-decoration: none;
  }
  
.leftcolumn a:hover
  {
  color: maroon;
  text-decoration: underline;
  }


/*************************************/


.rightcolumn
  {
  position: relative;
  float: right;
  width: 600px;
  display: inline;
  line-height: 140%;
  }

.rightcolumn p
  {
   margin-bottom: 10px;
  }

.rightcolumn h5
  {
  font-size: 11pt;
  margin-bottom: 3px;
  color: #060;
  width: 170px;
  border-bottom: 1px solid #ddd;
  }

.rightcolumn dl
  {
  padding-bottom: 10px;
  }

.product
  {
  margin-left:10px;
  padding-top: 3px;
  padding-bottom: 20px;
  }

.productname
  {
  font-size: 13pt;
  margin-bottom: 3px;
  padding-right: 8px;
  color: #060;
  width: 170px;
  }
