/*******************************************
** Staff Defs
*******************************************/

div#staff {
  width:        100%;
  text-align:   center;
}

div#staff table {
  padding-bottom:    1em;
}

div#staff th {
  color:        #0000cc;
  font-size:    100%;
}

div#staff td {
  line-height:       90%;
}

div.staffwide {
  clear:           both;
}

div.staffwide table {
  width:           100%;
  clear:           both;
  padding-bottom:  1em;
}

div.staffleft {
  width:        45%;
  text-align:   left;
  float:        left;
}

div.staffright {
  width:        45%;
  text-align:   left;
  float:        right;
}
