.CorpHdrGrad {
 background: -webkit-linear-gradient(left,rgba(135,206,235,1),rgba(175,238,238,1));  /* Safari      */
 background: -o-linear-gradient(right,rgba(135,206,235,1),rgba(175,238,238,1));      /* Opera 11-12 */
 background: -moz-linear-gradient(right,rgba(135,206,235,1),rgba(175,238,238,1));    /* FX 3.6-15   */
 background: linear-gradient(to right,rgba(135,206,235,1),rgba(175,238,238,1));      /* Standard    */
 }

#CorpHeader {
 top:0;
 width:100%;
 height:120px;
 background-color:Gainsboro;
 clear:both;
 }

#CorpHdr001 {
 margin-top:5px;
 left:400px;
 position:absolute;
 color:DarkBlue;
 font-style:italic;
 font-weight:bold;
 }

#CorpHdr002 {
 margin-top:50px;
 left:450px;
 position:absolute;
 color:Blue;
 font-size:16pt;
 font-style:italic;
 font-weight:bold;
 }

#CorpLogo {
 left:10px;
 width:225;
 height:100;
 position:absolute;
 top:0px;
 }

