.IE3-dummy { font-size: 100%; }

BODY {
	font-weight: bold ;
	color: #000000;
	background: #efefef url(bin/ss026.gif) repeat;
	text-align: left ;
	font-family: 'bauser', Georgia, 'New Times Roman', serif, bauser ;
}

H1 I {
	font-size: smaller ;
}

A[href] {
	background: transparent ;
	color: #0000FF ; /* blue */
	text-decoration: none ;
}

A:visited {
	background: transparent ;
	color: #FF00FF ; /* magenta or fuschia */
	text-decoration: none ;
}

A:hover {
	background: transparent ;
	color: #FF0000; /* red */
	text-decoration: none ;
}

ADDRESS {
	clear: both ;
	display: block ;
	font-size: 65% ;
	font-style: normal ;
	font-weight: normal ;
	text-align: center ;
}

/* Netscape Navigator 4.x skips declarations for the DIV#id specifier.  I'm using this   */
/* bug to avoid triggering a more severe bug involving NN's bad implementation of the    */
/* CSS box model.  (Mozilla, BTW, has no problem with these declarations.)  Readers      */
/* viewing these pages with Navigator will get a different layout than MSIE/Opera users, */
/* but they won't lose any content, and that's what's really important.                  */


DIV#main { /* NN4 won't render this */
	width: 78% ;
	float: left ;
	border-right: thin solid ;
}

DIV#sidebar { /* NN4 won't render this */
	width: 20% ;
	float: right ;
	font-size: 80% ;
}


DIV#sidebar H2 { /* NN4 won't render this */
	text-align: center ;
	font-size: small ;
}

DIV#sidebar UL { /* NN4 won't render this */
	list-style-type: none ;
	text-align: left ;
}

DIV#sidebar HR { /* NN4 won't render this */
	display: none ;
}

/* next 3 declarations are for the page footer (advertisment + copyright statement) */

DIV#foot { /* NN4 won't render this */
	clear: both ;
}

DIV#foot IMG { /* NN4 won't render this */
	float: left ;
	width: 60% ;
}


P#disclaimer { /* NN4 won't render this */
	display: inline ;
	float: right ;
	width: 35% ;
	font-size:65% ;
	text-align:left ;
}

