﻿
/* Version 1.0.0.17 or above 
*
NOTE: For all sites, Default.css should now have the following format marked in this block (June 2010 Update)
The CSS used prior to this update are now in StyleSheet.css. Therefore importing it here gives the previous design layouts.
Subcolumn.css is also required for new flexible design.
Menu.css currently has nothing but you can use it in the future to keep Horizontal and Vertical menus.
Adjust the width for the flowing classes as necessary (compare it with the StyleSheet.css) 
For example
.leftBox{width:195px; float:left;}
.centerBox{width: 590px; float:left; }
.rightBox{width: 195px;  float:right; margin-left:-5px; } 
Look at the StyleSheet.css to match the sizes


* ===================  June 2010 Update ================
*/
/* import core styles */
@import url(menu.css);
@import url(subcolumns.css);
@import url(StyleSheet.css);

 
/* ===================  June 2010 Update ================ */


