/* Imported styles */
/* This stylesheet brings together several stylesheets that control elements of the page; typography, layout, color, etc. */

/* @import must be used to bring in style sheets */


@import url("otan_navigation.css");
@import url("otan_type.css");
@import url("otan_layout.css");/**/

/* New style sheet for stles pertaining to doc library only */
@import url("doclibstyles.css");

/* Style sheet for new tab layout */
/* This will copied to  otan_layout.css when finished*/ 
@import url("tabNav.css");

/* Style sheet for 950px wide page 
@import url("otan_wide950.css");*/



