/* REMINDER: the style name case IS significant 
   WARNING:  no changes should be made to any width settings, changes can cause the
	          pages to 'break' */

/* pageWrapper sets characteristics for the entire page, including the default font */
#pageWrapper {
   width: 100%;
   margin-left: 0px; padding-left: 0px;
   margin-top: 0px; padding-top: 0px;
   border: 0px;
   background-color: #FFF;  }
/* replaces old style pageWrapper that is still used by all non-collage docs */
#pgWrapper {
   background-image: none;
	border: none;
}  
   
#bodyDiv { height: 100%; }


/* HEADER and FOOTER FORMATTING
   ================================================================= */
#pgHeaderBox, #menuBar, #footerBar, #pgWrapper #menuBar, #pgWrapper #footerBar,
#pgHeader, #pgFooter, .noprint   { display: none; }
#pgHeaderBox, #menuBar, #footerBar, #pageWrapper #menuBar, #pageWrapper #footerBar { height: 0px; }
   
   
/* OLD styles. hide. should only appear in apps not updated
   ================================================================= */
#keyLinksBottom, #keyLinksTop, #menuMyCtsnet, #menuMain   { display: none;  }

/* BODYCONTENT & PGBODY
   ================================================================= */
/* pgBody styles are used for the main/center body column,
   - 1col no menu or right column,
   - 2col menu & no right column
   - 3col both menu & rt column  */
/* bodyContent handles the spacing between body-content section
   and all other sections */
td#pgBody_1col #bodyContent    {
   margin: 12px 15px 20px 15px;
   width: 100%;   }

td#pgBody_2col #bodyContent   {
   margin: 12px 0px 20px 15px;
   width: 100%; }

td#pgBody_3col #bodyContent   {
   margin: 12px 15px 20px 15px;
   width: 100%;  }
 
/* BREADCRUMB 
   ================================================================= */
#breadCrumb   {
   font: 10px Arial, Helvetica, sans-serif;
   color: #000000 ;
   margin-top: 2px;   margin-bottom: 17px;   }


/* BOX and BLOCK CONTENT 
   ================================================================= 
   set all backgrounds to white or VERY pale grey */

#shadedBox_1, #bodyContent #shadedBox_2, #shadedBox_3  { 
   background-color: #fff;
   border: 1px solid #999; }

#borderedBox_1 h5, #shadedBox_1 h5, 
#right_column #borderedBox_1 h5, #right_column #shadedBox_1 h5  {
	background-color: #EEE;
   color:#000; }

#borderedBox_1 h4, #shadedBox_1 h4,
#right_column #borderedBox_1 h4,  #right_column #shadedBox_1 h4 { 
	color: #000 }
		
#borderedBox_3 h5, #shadedBox_1 h6, #borderedBox_3 h6, #borderedBox_1 h6{
   background-color: #FFF;
	border-bottom: 1px solid #999;  }
	
/* authorBox_1 is used in articles to list detailed information about the authors
   indexBox_1 is used in expert techniques to display index-links to parts of article  */
#indexBox_1, #authorBox_1  { float: right; width: 200px; }
	
/* Blank style used for hiding menu table, and social links in print layout.
   ==================================================================== */
#printTable, #printPage
{	display: none;
	}
	
   

