@charset "utf-8";
/*------------------------------------------------------------------
[IMCS IE5 Styles]

Project:	IMCS Portal
Version:	1.0
Created: 10/15/2008
Last change:	
Author:	Pierre A. Gravelat
Author Email: Pierre.Gravelat-1@ksc.nasa.gov
Primary use:	IMCS portal styles.
-------------------------------------------------------------------*/

/* --- [Table of contents] --- */
1. Left Column / leftColumn1
2. Right Column / rightColumn1

/*--- [1 . Left column ] ---*/
/* IE 5 does not use the standard box model, so the column widths are overidden to render the page correctly. */
#outerWrapper #contentWrapper #leftColumn1 {
  width: 170px;
}

/*--- [2 . Right column ] ---*/
#outerWrapper #contentWrapper #rightColumn1 {
  width: 170px;
}