/* Main CSS Stylesheet for The Congressional Evaluation Project, 2004 */
/* http://www.zipbeep.org/congress */

#headDiv {
	width: 95%;
	float : none;
	padding-left : 3em;
	border-bottom : thin solid Black;
}
#footDiv {
	width: 95%;
	float : left;
/*	margin-top : 24pt; */
	margin-bottom : 6pt;
	padding: 6pt;
	padding-left : 3em;
	border-top : thin solid Black;
}
#tocDiv {
	width: 9em;
	float : left;
	padding-left : 1em;
	padding-right : 1ex;
	white-space : normal;
	border-bottom : thin solid Black;
}

#mainDiv {
	width: 28em;
	padding-left : 3em;
	padding-right : 1em;
	float : left;
	border-left : thin solid Black;
	white-space : normal;
	/*border-bottom : thin solid Black;
	*/
}
BODY {
	background-color : transparent;
}
 LI {
	padding-bottom: 6pt;
}
  TH{
	border: medium groove Black;
	white-space : nowrap;
	padding-left : 1em;
	padding-right : 1em;
}
 TD {
	border: thin groove Gray;
	white-space : nowrap;
	padding-left : 1em;
	padding-right : 1em;
}
THEAD {
	border : medium ridge Black;
}
TBODY {
	border : medium ridge Black;
}
TABLE {
	vertical-align: bottom;
	text-align: center;
	border: thick ridge Gray;
	border-collapse: collapse;
	margin-bottom : 18pt;
}
.toc {
	list-style: none;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-left: 0px;
}
.abbrs {
	list-style: none;
	padding-bottom: 0px;
}
/* Copyrignt 2004, Kit Mason.*/
/*This work is licensed under a Creative Commons License. */
/* See http://creativecommons.org/licenses/by-nc-sa/2.0/" for details */
/* $Id: style.css,v 1.2 2004/09/28 14:52:42 sgs Exp $ */

