
/*	this style sheet cleans up some inconsistencies between broswers */
@import url(undohtml.css);


/*	this css sheet controls the page layout
	
	currently 3 column fixed design, header and footer
	*/
@import url(layout.css);


/*	this css sheet controls all standard HTML elements */
@import url(elements.css);


/*	this css sheet controls all ria specific styles we create */
@import url(presentation.css);

/*	this css sheet cleans up some IE bugs

	make sure you adjust the width of side bars and height of header in this page too
*/

@import url(ie.css);