@media screen {

	body {
		margin: 0;
		padding: 2em 4em;
		color: #000;
		font-family: verdana, arial, helvetica, sans-serif;
		font-size: 80%;
		min-width: 54em;
		background: #fff url("/common/body-bg.png") bottom left no-repeat;
	}

	h1 {
		display: block;
		height: 46px;
		width: 163px;
		margin: 0 0 1em;
		padding: 0;
		/* pre-cache background for title image hover */
		background: #fff url("/common/filtrex_inc-hover.png") top left no-repeat;
	}

	h1 a {
		display: block;
		height: 46px;
		width: 163px;
		background: #fff url("/common/filtrex_inc.png") top left no-repeat;
	}
	
	h1 a:hover {
		background-image: url("/common/filtrex_inc-hover.png");
	}

	h1 span { display: none; }

	a {
		color: #00f;
		font-weight: bold;
		text-decoration: none;
	}
	
	a:hover { color: #3d80df; }
	
	a:active { color: #000; }
	
	#sidebar {
		float: left;
		width: 14em;
		padding-top: 2em;
	}

	#sidebar ul {
		margin: 0;
		padding: 0;
		list-style: none;
	}

	#sidebar ul ul {
		margin-left: 1.4em;
		padding-left: 0.55em;
		list-style: none;
		border-left: 0.05em solid #000;
	}

	#sidebar li { margin: 0.5em 0; }

	#sidebar li span {
		color: #000;
		font-weight: bold;
	}
	
	#sidebar li a.disabled {
		color: #aaa;
		text-decoration: line-through;
	}		

	#content {
		margin: 0 0 4em 15em;
		padding: 0 0 0 3em;
		border-top: 1px solid #3d80df;
		border-left: 1px solid #3d80df;
		text-align: justify;
	}
	
	/* have IE underline link text rather than apply dotted border */
	#content a, #footer a { text-decoration: underline; }
	#content a:hover, #footer a:hover { text-decoration: underline; }
	#content a:active, #footer a:active { text-decoration: none; }
	
	/* if the CSS2 child selector is supported, trust the browser can render dotted borders */
	body>#content a, body>#footer a, body>#content a:hover, body>#footer a:hover { text-decoration: none; }	
	body>#content a, body>#footer a { border-bottom: 1px dotted #00f; }
	body>#content a:hover, body>#footer a:hover { border-bottom: 1px dotted #3d80df; }
	body>#content a:active, body>#footer a:active { border-bottom: 0; }
	
	#content h2 {
		position: absolute;
		margin: -1.05em 0 0.5em;
		margin-left: -0.33em; /* accommodate IE for now; see correction below */
		padding: 0;
		color: #3d80df;
		font-size: 3em;		
	}
	
	/* apply proper negative left margin */
	body>#content h2 { margin-left: -0.66em; }	
	
	#content h3 {
		margin-left: -1.15em;
		font-size: 1.3em;
	}
		
	#content table {
		border: 1px solid #3d80df;
		border-collapse: collapse;
		empty-cells: show;
	}
	
	#content th, td {
		margin: 0;
		padding-left: 0.5em;
		padding-right: 0.5em;
		font-size: 1em;
		line-height: 1.5em;
		vertical-align: top;
	}

	#content th {
		border-left: 1px solid #3d80df;
		border-bottom: 1px solid #3d80df;
		background-color: #8ce;
		font-weight: bold;
		text-align: center;
		vertical-align: middle;
	}
	
	#content th.first {
		border-left: 0;
	}
	
	#content dl {
		list-style: disc outside;
	}
	
	#content dl dt {
		display: block;
		margin-top: 1em;
	}
	
	#content dl dd {
		display: list-item;
	}	
	
	#content span.notice {
		margin: 0;
		padding: 0.25em 0.5em;
		border: 1px dashed #3d80df;
		background-color: #eee;
		font-weight: bold;
	}	
	
	#footer {
		clear: both;
		margin: 0;
		padding: 0;
		text-align: center;
		font-variant: small-caps;
	}
	
}