@charset "utf-8";
/* CSS Document */

body
{
	background-color: #666;
	padding: 0;
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
}

#header
{
	width: 800px;
	height: 75px;
	margin-left: auto;
	margin-right: auto;
	background: url(images/wp_top.gif) repeat-y;
	padding-top: 10px;
}

#content
{
	width: 770px;
	margin-left: auto;
	margin-right: auto;
	background-color: white;
	margin-top: 0;
	margin-bottom: 0;
	padding: 15px;
	padding-bottom: 30px;
}

h1
{
	margin: -15px -15px 0 -15px;
	padding: 15px;
	color: white;
	background-color: #900000;
	font-size: 1.5em;
}

#footer
{
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	background: #D0CFB0;
	font: 8pt/12pt arial,sans-serif;
	text-align: center;
	padding-bottom: 20px;
	padding-top: 10px;
}

#footer a
{
	color: #666666;
}

.footerband
{
	width: 800px;
	margin-left: auto;
	margin-right: auto;
}

.cong
{
	background: url(images/footer_cong.gif);
	height: 50px;
	color: #EEEDCF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
}

.cong a
{
	color: #770101;
	font-weight: bold;
}

.search-result-item
{
	padding: 10px;
	border-top: 1px solid gray;
}

.search-result-title
{
	font-weight: bold;
	margin-bottom: 5px;
}

table.results
{
	border-collapse: collapse;
	width: 100%;
}

table.results td, table.results th
{
	border: thin solid black;
	padding: 6px;
}

table.results th
{
	text-align: left;
}

table.details
{
	border-collapse: collapse;
}

table.details td, table.details th
{
	padding: 5px;
}

table.details th
{
	text-align: right;
}