/****************************************************
*  Basic Rules / HTML Tag Default Rules Overriding  *
****************************************************/
img {
  margin: 0;
  padding: 0;
  border: 0;
}
.center {
  text-align: center;
}
.photoLeft {
  float: left;
  margin: 3px 10px 5px 0;
}
.photoRight {
  float: right;
  margin: 3px 0 5px 10px;
}
.clear {
  clear: both;
  height: 0;
}

/****************************************************
*  Site Layout Anatomy                              *
****************************************************/
html, body {
  height: 100%;
}
body {
  margin: 0;
  padding: 0;
  color: #222222;
  font-size: 85%;
  font-family: Arial, Helvetica, sans-serif;
  line-height: 1.5;
  background: #ffffff;
}


/****************************************************
*  Misc Site Specific CSS Rules                     *
****************************************************/




/****************************************************
*  Manager CSS Overriding                           *
****************************************************/


