/********************************************************************************
 * Description: This is the global css file for top page template 1.1
 * Update:
 * Author:	Jesscia Honikman, Huming Tang
 * 
 * Details:		The css is organized in the following way:
 *				
 *				Global:			everything that will be applied to the entire
 *								page will be specified here, however, it will be
 *								overriden for the specific element that is using
 *								any of the css you specified in sections below
 *
 *				TOP_SECTION:	everything above the content, it has logo
 *								navigation bar and top search boxes
 *
 *				CENTER_SECTION: everything under TOP_SECTION but above the footer
 *								this includes all contents, left/right navigation
 *
 *				BOTTOM_SECTION: everything under the CENTER_SECTION is considered
 *								BOTTOM_SECTION
 *
 *				Current Colors: background: white, #E3F9FA (light green)
 *********************************************************************************/



@import url("/HOME/CSS/global_def.css");
@import url("/HOME/CSS/global_top.css");
@import url("/HOME/CSS/global_center.css");
@import url("/HOME/CSS/global_bottom.css");





 











 

 
