.CorpHdrGrad {
 background: -webkit-linear-gradient(left,rgba(208,208,208,1),rgba(102,204,255,1));  /* Safari      */
 background: -o-linear-gradient(right,rgba(208,208,208,1),rgba(102,204,255,1));      /* Opera 11-12 */
 background: -moz-linear-gradient(right,rgba(208,208,208,1),rgba(102,204,255,1));    /* FX 3.6-15   */
 background: linear-gradient(to right,rgba(208,208,208,1),rgba(102,204,255,1));      /* Standard    */
 }

#CorpHeader {
 top:0;
 height:120px;
 clear:both;
 min-width:800px;
 width:1000px;
 max-width:1100px;
 }

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

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

#CorpLogo {
 left:5px;
 width:120px;
 height:120px;
 position:absolute;
 top:0px;
 }
