  #BODY   { position: absolute; width: 100%; height: 100%; left: 0px; top: 105px; visibility : visible; z-index:3; }
  #GLOBALNAV { position: absolute; width: 100%; left: 0px; top: 0px; height: 100%; visibility : visible; z-index:1; }
  #TOPNAV { position: absolute; width: 100%; left: 0px; top: 64px; height: 100%; visibility : visible; z-index:2; }
  #LEFTNAV { position: absolute; left: 0px; top: 95px; width: 165px; height: 100%; visibility : visible; z-index:4; }


/*created classes for representing indented text in a fashion similar to using nested definition lists*/
	.margindent1 {margin-left: 9pt;}
	.margindent2 {margin-left: 18pt;}
	.margindent3 {margin-left: 27pt;}
	.margindent4 {margin-left: 36pt;}
	.margindent5 {margin-left: 45pt;}
	
	
/*This class adds a dotted rule that segments pages. The BACKGROUND attribute was originally used within a <TD> but is deprecated*/
 .studotrule { background: url(/shared/images/stu_txtbook_ruleline_tile.gif) }
 .insdotrule { background: url(/shared/images/ins_txtbook_ruleline_tile.gif) }
 .dotrule { background: url(/shared/images/ruleline_tile.gif) }
	

 