/**
 * 
 * @page      Single Column Format Style
 */

/**
 * Extra ID overrides IE's display:inline setting.
 */

@import "authoring/HtmlEditorCustomStyles.css";
@import "authoring/HtmlEditorTableFormats.css";
@import "authoring/RadEditorStyles_Default.css";
@import "authoring/RadEditorStyles_Default2006.css";
@import "font/arial.css";
@import "layout/fluid_maxwidth.css";
@import "index.css";
@import "text/medium_text.css";
@import "theme/default.css";
@import "fix/all_msie.css";



#pageFrame #mainFrame{
  display:                   block;
  border-right:              none !important;
  border-left:               none !important;
  }
#pageFrame #menuFrame{
  display:                   none;
  border-bottom:             0px solid transparent;
  }
#pageFrame #moreFrame{
  display:                   none;
  border-bottom:             0px solid transparent;
  }
  
#pageShell #headFrame { display: none;  }
#pageShell {min-width: 0px; }
#footFrame { display: none; }
#breadcrumb	{ display: none; } 

#headFrame hr,#headFrame h2,
#mainFrame hr,#mainFrame h2,
#moreFrame hr,#moreFrame h2,
#menuFrame hr,#menuFrame h2,
#footFrame hr,#footFrame h2{display:none;}

#emailprint, .searchbox, .searchboxalt, .backtotop { display: none; }  

h1 { color: #962009; font-size: 2.0em; font-weight: normal; padding-top:20px; }
h2 { color: #FF9000; font-size: 1.4em; font-weight: bold; padding-top:10px; }
h3 { color: #004CB8; font-size: 1.2em; font-weight: bold; padding-top:10px; }

#pageFrame	{ background: #fff; min-width: 0px; }
