/* 
* LAHH CSS Styles for legacy and unsupported browsers.
* Hides elements that unsupported browsers might not display correctly 
* and generally gives a "Word Document" look and feek to the page.
*/

div.footerPrint, div.masthead,  
div.utilitiesFooter, div.utilitiesSidebar {
    display: none;
}
ul.topNavDropDown, ul.topNavDropDownRight {
    display: none;
}
div.footerPrint {
    display: none;
}
div.mainContainer {
    position:relative; 
    width: 601px;
    margin-left: 5px;
}