document.write('<style type="text/css"><!--');

// generic overwrite for menu visibility
document.write('ul.sm { visibility: collapse; }');

//home page style overwrites
document.write('#hpcontainer { top:	456px; }');
document.write('#col2.home { height:590px; }');
document.write('#flashcontent.main {height:	374px; }');

document.write(' --></style>');