/*=== List of Past Presidents Table ===*/
.presidents {
	width: 800px;
	border-collapse: collapse;
	border: 1px solid #000099;
	text-align:left;
 }
.presidents .col1{
	width:250px;
	font-weight:bold;
}
.presidents .col2{
	width:550px;
}
.presidents .head {
	background-color: #000099;
	padding: 5px;
	color:#ffffff;
}
.presidents .rowa {
	background-color: #ffffff;
}
.presidents .rowb {
	background-color: #e9e9f6;
}
.presidents .cell {
	padding: 5px;
	border: 1px solid #000099;
}
.presidents .hcell {
	padding: 5px;
	}

.col1 .hcell{
border-top: 1px solid #000099;
}

.presidents .head1 {
	padding: 5px;
	border-right: 1px solid #ffffff;
}








