/* 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;
}
.joechindamosoungs {
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: xx-small; 
	font-style: normal; 
	line-height: 135%; 
	color: #000000
}
#leftcol {
/*  background: #f00; */
  float: left;
  width: 20%;
/*  height: 500px; */
}
#rightcol {
/*  background: #f00; */
  float: right;
  width: 10%;
/*  height: 500px; */
}
#content {
	background: #fff;
	float: left;
	width: 49%;/*  height: 500px; */
}
#footer {
/*  background: #fff; */
  clear: both;
  width: 100%;
}


