/* ---------------------------------------------
	  HIGH CONTRAST ACCESSIBILITY CSS
------------------------------------------------*/

body {
	width: 98%;
	height: 99%;
	margin: 0.5em;
	color: #eee;
	background: #111;
	font: 100%/1.5 Verdana,Geneva,Arial,Helvetica,sans-serif;
	cursor: default;
	letter-spacing: 1px;
}
b {}
h1 {}
h1 a { text-decoration: underline; }
h2 { font: normal 1.2em verdana, sans-serif }
h2 a { text-decoration: underline; }
h3 {
	margin: 0.5em 0 0.5em 0;
	padding: 0 0 0 0.1em;
	color: #eee;
	background-color: #333;
	border-top: 2px #eee solid;
}
h3 a { text-decoration: underline; }
h4 {
	margin: 0.5em 0 0.5em 0;
	padding: 0 0 0 0.1em;
	color: #eee;
	background-color:#333;
	border-top: 1px #eee solid;
}
h4 a { text-decoration: none; }
hr {
	color: #eee;
	background-color: #eee;
	height: 2px;
	border: none;
}
table tr td {}
table tr td form { margin: 0 1em 0 0; }
a:link, a:visited {
	padding: 0.15em;
	margin: 0;
	text-decoration: underline;
	color: gold;
	}
a:visited { color:yellow; }
a:link:hover, a:visited:hover {
	color: #111;
	background: yellow;
	text-decoration: none;
}
.header {
	background-color: #333;
	padding: 0.5em 0em 0.5em 0em;
	margin: 0.5em 0em 0.5em 0em;
	border: 1px #eee solid;
}
.noncss { display: none; }
/* --------------------------------------------------------------
		WEB SEMINARS HOME & HELP PAGE CSS
-----------------------------------------------------------------*/
.isaacheader {
	background: #333;
	padding: 0.5em 0em;
	margin: 0.5em 0em;
	border: 1px #eee solid;
	text-align: center;
}
.pagewidth {margin:0 auto; max-width: 50em}
.bak2top {float:right; margin-bottom:2em}