/* CSS Document */
.joechindamo {
  font-family: Verdana, Arial, Helvetica, sans-serif; 
  font-size: 10pt; 
  font-style: normal; 
  line-height: 135%; 
  font-weight: normal; 
  color: #000000; 
  background-color: #FFFFFF; 
  left: 10px; 
  clip:  rect(   )
}
.joechindamosub {
  font-family: Verdana, Arial, Helvetica, sans-serif; 
  font-size: 11pt; 
  font-style: normal; 
  line-height: 135%; 
  font-weight: bolder; 
  color: 009CFF;
}
#leftcol {
/*  background: #f00; */
  float: left;
  width: 20%;
/*  height: 500px; */
}
#rightcol {
/*  background: #f00; */
  float: right;
  width: 20%;
/*  height: 500px; */
}
#content {
  background: #fff;
  float: left;
  width: 59%;
/*  height: 500px; */
}
#footer {
/*  background: #fff; */
  clear: both;
  width: 100%;
}

