/*
-------------------------------------------------------------------
Created by: Elanganathapillai Sivakanthan
Created Date : 14/01/2012
Last modified : 14/01/2012
Global Stylesheet
-------------------------------------------------------------------
*/

/* General text elements and container divs */
@import url("generic.css"); 

/* All navigation on site: main, sub and breadcrumb nav */
/*@import url("navigation.css"); */

/* All styled content on site. Contains styles for all container divs */
@import url("layout.css"); 

@import url("forms.css"); 
@import url("blogs.css"); 

/*@import url("poll.css"); */

/* The following stylesheet is for IE5/Mac only, and is hidden from all other browsers */

/*\*//*/
  @import "ie5mac.css";
/**/