﻿#container {
 font-family:Arial, Helvetica, sans-serif;
 font-size:10pt;
 width: 100%;
}
#container hr {
	color: #990000; 
}
@media print {
	#content {
	}
	#TPXContent {
	}
	#leftcol {
		/* Even you set the size, IE still creates space at print time, so move this to the top of the page */
 		height: 0px;
		left: 0;
		position:absolute;
		top: 0;
 		visibility: hidden;
 		width: 0px;
	}
	#topnav {
 		height: 0px;
		left: 0;
		position:absolute;
		top: 0;
 		visibility: hidden;
 		width: 0px;
	}
}
@media screen {
	#content {
 /* 		background-color: #FFF8DC;*/
 		list-style-position: inside;
 margin: 0;
 padding: 0;
}
	#TPXContent {
 /*		background-color: #FFF8DC;*/
 		border: 1;
 margin: 0 0 0 220px;
 padding: 0;
 display: block;
}
	#leftcol {
		float:left;
		font: 100% Arial, Helvetica, sans-serif;
 		width: 200px;
	}
	#topnav {
 		background-color: #FFFBD6;
	}
}

#footer {
	clear:both;
	margin: 0;
	padding: 0;
}

#leftcol ul {
 display: block;
 list-style-type: none;
 margin-left: 5px;
 padding: 0;
 width: 100%;
}
#leftcol li {
 background-color: #FFF8DC;
 border: 1px solid #000000;
 margin: 1px;
 padding: 0px;
}
#leftcol a {
 border: 1px solid #FFFFFF;
 color: #000000;
 display: block;
 padding: 1px;
 text-align: center;
 text-decoration: none;
}
#leftcol a:hover {
 background-color: #000000;
 border: 1px solid #000000;
 color: #FFFFFF;
 text-decoration: none;
}

/* For google enhanced 404 */
#goog-wm { }
#goog-wm h3.closest-match { }
#goog-wm h3.closest-match a { }
#goog-wm h3.other-things { }
#goog-wm ul li { }
#goog-wm li.search-goog { display: block; }
