/*
**************************************************************************
** File Name: global_layout_xga.css
** Author: Steve Davies
** Create Date: 1/30/2005
**************************************************************************
** Change Log:
**
** 2010-03-23 S. Davies:  moved common"div#wrapper" rules from this (1 of 3) "global_layout"
**                      file to up the "global" module.  Also, for "div#outerMost", factored out rules 
**                      common to these three files to "global" module, as part of the task of centering
**                      this container in the browser window.
**
**  YYYY-MM-DD X. Xxxxxxxxxx: zzzzzzzzz
**
**
**************************************************************************


**  begin style sheet file
*/

div { 
    /* this sets the "base" font size throughout, as most content is contained within DIV tags */
    font-size: .875em;
}


div#outerMost {
	/*
	78em by 45.25em is approx. the area of the avail. space in
	a maximized browser with mon. res. set at XGA with DIV font-size set to .7em
	
	68.425em by 38.25em is approx. the area of the avail. space in
	a maximized browser with mon. res. set at SVGA with DIV font-size set to .7em
	
	80.5em by 45em is approx. the area of the avail. space in
	a maximized browser with mon. res. set at SVGA with DIV font-size set to .6em
	*/
    width: 71.5em;    
    height: 43.75em;  
}


.fontSzLnHt01 {
	font-size: 0.9em;
    line-height: 2.5;  /*  a raw number as a scaling factor */
}


.fontSzLnHt02 {
	font-size: 0.8em;
    line-height: 2;  /*  a raw number as a scaling factor */
}


.fontSz01LnHt02 {
	font-size: 0.9em;
    line-height: 2;  /*  a raw number as a scaling factor */
}


.fontSz01LnHt03 {
	font-size: 0.9em;
    line-height: 1.75;  /*  a raw number as a scaling factor */
}



/*  end of stylesheet file */

