
/*----------------------------------------------------------------------------
Heartland Community College

Version:        1.0
Author:         Curtis Garman (Web Programmer)
Email:          curtis.garman@heartland.edu
Compatibility   IE6, IE7, Firefox 2.0

This CSS builds the complete website by combining the layout, color, and
typography CSS files.  The look and feel of the site can be changed while
retaining the same layout by strictly editing the color and typography CSS
files respectively.
-----------------------------------------------------------------------------*/

@import url(common/layout.css);
@import url(common/color.css);
@import url(common/font.css);
@import url(common/misc.css);
@import url(custom.css);
