this.IE=0;
this.IEapp=(navigator.appName=="Microsoft Internet Explorer") ? 1 : 0;
if(this.IEapp) {
	document.writeln("<style type='text/css'>");
	document.writeln("#main {width:960px;}");
	document.writeln(".content .box {width: 560px;}");
	document.writeln("#boxes td {height: 75px;}");
	document.writeln("#smallbanner {height: 74px; width:170px;}");
	document.writeln("#sidebar {height: 242px; width:170px;}");
	document.writeln("</style>");
	document.writeln('<link href="/css/print.css" rel="stylesheet" type="text/css" media="print">');
}