/* Insert mof graphic */
#header{
 background-image: url(http://www.microsoft.com/technet/images/itsolutions/cits/mo/mof/images/57089_MOF.F.gif);
 background-repeat: no-repeat;
 background-position: left top;
}
/* move title to right to get the necessary space for the graphic*/
#title{
 margin-left: 90px;
 font-family: Lucida Sans;
 font-size: 8pt;
 text-align: left;
 line-height: 15pt;
}

/* change line spacing in title */
#tagline{
 font-family: Verdana;
 font-style: italic;
 color: gray;
 margin-left: 90px;
 line-height: 11pt;
 }
