h1 { text-align: center;}

a.plain { text-decoration: none }

fieldset { 
  width: 80%; 
  margin: 0 auto;
} 

p { margin-left: 2em; margin-top: 1; margin-bottom: 1em; margin-right: 5em; }

img { border: 0 }

ul.keywords { display: inline }
ul.keywords li { display: inline }
ul.keywords li:after { content: ", " }
ul.keywords li:last-child:after { content: "" }

div.color {
  background: #ffcc00 url(tpc_yellow_logo.jpg) center;
  background-repeat: no-repeat;
  padding: 0.5em;
  border: none;
}

div.color-base {
  background: #ffcc00;
  padding: 0.5em;
  border: none;
}

div.color-bar{
	font-family:Verdana, Helvetica;
	font-size:1em;
	background: #a5c0e5;  
	font-weight: bold;
}

div.frame {
  border: none; border-width: thin; width: 100% 
}

ul#navlist {
  font-family: Arial;
  font-weight: bold;
  margin-left: 0;
  margin-top: 3;
  margin-bottom: 2;
  padding-left: 0;
  white-space: nowrap;
}
#navlist li {
  padding-left: 0;  
  display: inline;
  list-style-type: none;
}
#navlist a { padding: 3px 10px; }
#navlist a:link, #navlist a:visited {
  color: #000;
  background-color: #ffcc00;
  text-decoration: none;
}
#navlist a:hover {
  color: #000;
  background-color: #ffffff;
  text-decoration: none;
} 

#searchbox input[type=text] { width: 45% }
#searchbox input[type=submit] { width: 13% }

table#searchResult {
	font-family:Verdana, Helvetica;
	font-size:1em;
	border-collapse:collapse;
	border-spacing:1px;
	margin:0;
	text-align:left;
	min-width:400px;
}
table#searchResult a { border:0; }
table#searchResult a:hover { text-decoration: underline; }
thead#tableHead a { color:#000; font-weight: bold; }
thead#tableHead a:hover { border: 0; }
thead#tableHead th { color:#fff; background:#5994e5 }
table#searchResult th, table#searchResult td { padding:3px; border:1px solid #fff; }
table#searchResult tr { background: #a5c0e5;}
table#searchResult tr.alt { background: #becde1; }
table#searchResult tr:hover { background: #fff; }
table#searchResult td.vertTh { font-weight:bold; color: #7B563A; }
table#searchResult img { border:0; margin-left:2px; margin-right:2px; }
table#searchResult img.dl { width:9px; height:11px; }
table#searchResult img.co { width:11px; height:9px; }