@charset "utf-8";
html, body, h1, h2, h3, h4, a, ul, li {
	padding:0;
	margin:0;
}
img {
	border: none;
}
a {
	text-decoration: none;
	outline:0;
}
a:hover {
	text-decoration:none;
}
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color:transparent;
	color: #000000;
	border:none;
}
p, label {
	padding: 0 1em;
	font-size:.9em;
}
input {
	border-radius:5px;
}
div#logo {
	position:absolute;
	top:0;
	left:0;
	height:60px;
	width:69px;
}
div#container {
	position:relative; /*needed to keep all elements inside this box*/
	max-width: 1000px;  /* 24px less than full 1024px */
	min-width:800px;
	background-color:#F0F8FF; /*aliceblue*/
	margin: 0 auto;
	overflow:auto;
}
div#searchbox {
	text-align:center;
	font-size:14px;
	color:white;
	position:absolute;
	top:0px;
	right:0;
	width:180px;
}
div#searchbox label {
font-size:1em;
text-align:center;
padding:0;
}
div#maincontent {
	position:relative;
	width:680px;
	float:left;
}
#maincontent h2 {
	padding: 12px 6px;
	text-align: center;
	font-size: 20px;
	font-weight:bold;
}
div#maincontent h3 {
	padding:12px 6px;
	text-align:center;
	font-size:16px;
	font-weight:bold;
}
div#sidebar {
	color:black;
	position:relative;
	float:left;
	top:-30px;
	left:0;
	width:120px;
}
div#sidebartitle {
	width:100%;
	height:30px;
	background-image:url(bluesoftfadeup30.png);
	background-repeat:repeat-x;
}
div#sidebarbottom {
	position:relative;
	top:-15px;
	width:100%;
	height:30px;
	background-image:url(bluesoftfadedown30.png);
	background-repeat:repeat-x;
}
div#sidebarright { /*not used*/
	position:absolute;
	top:0;
	right:-30px;
	width:30px;
	height:100%;
	background-image:url(bluesoftfaderight30.png);
	background-repeat:repeat-y;
}
div#sidebarbody {
	width:100%;
	background-color:#6BB; /*soft blue*/
}
#sidebar ul {
	list-style-type:none;
	font-size:.9em;
	padding:6px;
}
#sidebar li {
	position:relative;
	padding-bottom:11px;
}
#sidebar a {
	width:120px; /*to allow p tag to be wider than li*/
	font-weight: bold;
	font-size: .9em;
	color: white;
	display:block;
	padding: 8px 0; /* for pointer graphic */
	margin: 0 5px;
	text-decoration:none;
}
#sidebar a:hover {
	color:#D4D4D4;
}
#sidebar li:hover {
/*background-color:black;*/
}
#sidebar li p {
	padding:0;
	margin:0;
	font-size:100%;
}
#sidebar li p:hover {
	z-index:9;
	position:relative; /*for z-index*/
	display:block;
	width:240px;
	background-image:url(screwpoint.png);
	background-repeat:no-repeat;
	background-position:102px 0;
}
td {
	border:none;
	padding:2px;
	border-spacing:0;
	padding-left: 3px;
	vertical-align:top;
}
table {
	border-collapse:collapse;
	font-size:.9em;
	margin:0 auto;
}
tr.evenline {
	background-color:#FFFFCC
}
table.numberednames td:first-child {
	text-align:right; /*right-align first two column*/
	padding-right:1em;
}
table.numberednames td:first-child + td {
	font-weight:bold;
}
table#secondlist td:first-child + td + td + td {
	text-align:center;
}
table #listposition, #listposition2 {
	width: 6em;
}
col#nameorig {
	width: 20em;
}
col#nameorig2 { /*wider for the 'master' list with all the long nameorig's*/
	width:36em;
}
col#lastnamefirst {
	width: 18em;
}
col#resultnote {
	width: 10em;
}
col#city {
	width:14em;
}
col#listcategory, #listcategory2 {
	width:16em;
}
col#listcomment {
	width:30em;
}
table#top20 col#listcomment { /*wider for the top20 list with the long comments*/
	width:36em;
}
.h {
	display:none;
}
.centered {
	text-align:center;
}
.redtext {
	color: red;
}
.smallertext {
	font-size: 75%;
}
.floatright {
float:right;
}
.slightlyspacedout {
letter-spacing:1px;
}
