@import "common.css";

#column1 {
	float: left;
	width: 400px;
}
#column2 {
	float: right;
	width: 290px;
}
#column3,
#column4 { width: 345px; }
#column3 { float: left; }
#column4 { float: right; }
h2 {
	padding-left: 5px;
	border-left: 5px solid #00137f;
	color: #00137f;
}
dl.data dt,
dl.data dd { line-height: 1.1; }
dl.data dt { margin-bottom: .5em; }
dl.data dd { margin: 0 0 1em 1em; }
table.data {
	width: 340px;
	font-size: 1.2em;
}
table.data,
.data th,
.data td { border: 1px solid #ccc; }
.data th,
.data td { padding: 0 .5em; }