/******************************************************
  The outer div is positioned relatively (offset 0x0) 
  to make it the "containing box" of the inner div.
  This means that the absolute coordinates of the 
  inner box are measured relative to this outer box.
 *****************************************************/
#pageHeaderNGA
    {position: relative;
     left:     0px;
     top:      0px;
     width:    700px;
     height:   60px;
     background: url('NGAHeader.gif')
    }
#pageHeaderCenter
    {position: relative;
     left:     0px;
     top:      0px;
     width:    700px;
     height:   60px;
     background: url('CenterHeader.gif')
    }
#pageHeaderFederalRelations
    {position: relative;
     left:     0px;
     top:      0px;
     width:    700px;
     height:   112px;
     background: url('FedRelationsHeader.gif')
    }
#pageHeaderNewsRoom1
    {position: relative;
     left:     0px;
     top:      0px;
     width:    700px;
     height:   125px;
     background: url('NewsRoomHeader.gif')
    }
#pageHeaderNewsRoom2
    {position: relative;
     left:     0px;
     top:      0px;
     width:    700px;
     height:   125px;
     background: url('NewsRoomHeader2.gif')
    }
#pageHeaderGovernors
    {position: relative;
     left:     0px;
     top:      0px;
     width:    700px;
     height:   162px;
     background: url('GovernorsHeader.jpg')
    }
#searchValue
    {left:         553px; 
     width:        132px;
     top:          23px;
     height:       20px;
     position:     absolute;
     border-style: solid;
     border-width: 1;
     border-color: #BFBFD8;}
#hiddenLogin 
    {position: absolute;
     left: 690px;
     top: 50px;
     width: 10px;
     height: 10px;}
#siteControls 
    {position: absolute;
     right:  2px;
     bottom: 1px;
    }
