/* watermark class to set background of body */
.watermark
{
   background-color: #EFEBE4;
   background-image: url("../../images/watermarkHarmony.gif");
   background-position: right bottom;
   background-repeat: no-repeat;
   background-attachment: fixed;
}

/* wrap class to allow text to wrap around an image */
.wrap
{
   float:         left;
   margin-top:    0px;
   margin-left:   0px;
   margin-bottom: 5px;
   margin-right:  10px;
}

/* calendar class to define table background for calendar information */
.calendar
{
   background-position: center center;
   background-repeat: no-repeat;
}
