  body
  {
      margin:0px;
      padding:0px;
      background-color:#7692b9;
      background:url('/images/pageback.png');
      background-repeat:repeat-x;
      background-color:#6b87b0;
      font-family:Verdana;
  }
  
  img
  {
      border:0px;
  }
  
  td
  {
  	vertical-align:top;
  }
    
  div#centeredPageContainer
  {
      width:980px;
      margin:auto;
  }   

  div#headerLine
  {
      background:transparent;
      font-size:8pt;
      text-align:right;
      color:#ffffff;
      padding-top:4px;
      padding-bottom:4px;
  }   

  div#headerLogo
  {
      height:50px;
      background:transparent;
      font-size:24pt;
      font-weight:bold;
      color:#ffffff;
      padding-top:4px;
      padding-left:10px;
  }   
     
  div#centerpage
  {
      background:#ffffff;
  }   

  div#left
  {
  	background-image:url('/images/left.png');
  	background-repeat:repeat-y;
  	background-position:left top;
  }

  div#right
  {
  	background-image:url('/images/right.png');
  	background-repeat:repeat-y;
  	background-position:right top;
  }
  
  div#leftTop
  {
  	background-image:url('/images/left-top.png');
  	background-repeat:no-repeat;
  	background-position:left top;
  }

  div#rightTop
  {
  	background-image:url('/images/right-top.png');
  	background-repeat:no-repeat;
  	background-position:right top;
  }
  
  div#leftBottom
  {
  	background-image:url('/images/left-bottom.png');
  	background-repeat:no-repeat;
  	background-position:left bottom;
  }


  div#rightBottom
  {
  	background-image:url('/images/right-bottom.png');
  	background-repeat:no-repeat;
  	background-position:right bottom;
  }
  
  div#bottom
  {
  	background-image:url('/images/bottom.png');
  	background-repeat:repeat-x;
  	background-position:bottom;
  }
    
  a.headerLine
  {
      color:#ffffff;
      text-decoration:none;
  }  
      
  div#mainContent
  {
      padding-left:15px;
      padding-top:10px;
      padding-bottom:25px;
      min-height:410px;
      overflow:auto;
  }
  
