	html {
		background-color: #8a9297; /* gray */
		color: #585858; /*#8a9297;*/
		z-index: 1;
		font-family: helvetica;
	}
	.term { text-decoration: underline }
	#container {
		width: 800px;
		background-color: white;
		z-index: 2;
		overflow: hidden; 
	}
	#logo { 
		position: relative;
		top: 0px;
		left: -315px;
		z-index: 14;
	}
	#navbar {
		height: 14px;
		background-color: black;
		color: white;
		position: relative;
		top: -99px;
		left: 0px;
		width: 800px;
		z-index: 13;
		padding-top: 4px;		
		/*text-align: left;*/
		text-transform: uppercase;
		font-size: 10px;
		font-family: helvetica;
	}
	#navbar a:link {
		text-decoration: none; 
		color: white;
	}
	#navbar a:visited {
		text-decoration: none; 
		color: white;
	}
	#navbar a:hover {
		text-decoration: none; 
		color: #8a9297; /* gray */
	}			
/*	#navbar a:active {
		text-decoration: none; 
		color: white;
	}				*/
	#toplnx {
		display: inline;
		width: 800px;
		margin-top: 3px; 
		text-align: right;
		margin-right: 15px;
	    text-justify: inter-word;
	}
	#search {
		position: relative;
		top: -145px; /*-140px; pre-icons */
		left: 300px; /*325px; pre-icons */
		font-size: 10px;
		color: #8a9297; /* gray */
		font-weight: bold; 
		z-index: 14;
		white-space: nowrap;
		margin-bottom: -9px; /* for top nav icons */
	}
	#search a:link, a:visited, a:hover, a:active { color: #8a9297; text-decoration: none; } /* gray */
	strong { font-weight: bold; }
	#download { text-align: right; margin-top: -0.5em; *margin-top: 1.5em; } /* originally margin-top: 2.25em for all */
	#ft a:link { 
		color: #004f96;
		text-decoration: none; 
		font-weight: normal; 
		margin-right: 5px; 
		padding-right: 5px; 
		border-right: 1px solid silver;
	}
	#ft a:visited { 
		color: #004f96;
		text-decoration: none; 
	}
	#ft a:hover { 
		color: #6699cc;
		text-decoration: none; 
	}
	#ft a:active { 
		color: #6699cc;
		text-decoration: none; 
	}
	#ft {
		font-size: 9px;
		position: relative;
		left: 0px;
		clear: both;
		color: #004f96;
		text-align: center;
		overflow: hidden;
		z-index: 14;
		background-color: white;
		padding-top: 10px;
		*padding-top: 0px;
		border-top: 1px solid #8a9297; /* gray */
	}
	#lastLine {
		color: gray; /*#8a9297;  gray */
		background-color: white;
		/*margin-top: -5px;
		*margin-top: 0px;*/
		margin-top: 3px;
		white-space: nowrap;
	}
	#lastLine a:link, a:visited { color: gray; text-decoration: none; font-weight: normal; } /*#8a9297;*/
	#lastLine a:hover, a:active { color: #515e66; text-decoration: none; font-weight: normal; }
