﻿/* the following is required to widen certain 
   elements in the page that do not change when 
   the Div with ID="doc" is changed to "doc2".  
   doc2 is the YUI 950px wide page format.
   
   These additions subtly (or not so) widen 
   certain page features  
   
   If font-size is changed in the rest of the page, 
   these values will also need to be adjusted accordingly.
   */

/* updates the header and footer background images
   to be wide enough for the 1024-styled page. */
#hd .backgroundMain
{
    font-size: 119%;
}
#hd .backgroundSub
{
    font-size: 119%;
    height: 4.0625em;
}
#ft .background
{
    font-size: 119%;
    height: 4.0625em;
}
/* the following updates the areas panel to be 
   wide enough for the 1024pixel page size */
.AreasPanel
{
    font-size: 119%;
}
/* with the added size (via font-size changing) we can
   actually afford to make the font of the links slightly
   smaller */
.AreaLink
{
    font-size: .95em;
}
