﻿body
{
	padding-bottom: 20px;
}

/*
 * divide the page into two columns, or two divisions
 */

#left {
	float: left;
	display: inline;
	margin-top: 36px;
	width: 480px;
}

#right {
	float: left;
	display: inline;
	margin-top: 36px;
	width: 360px;
}

#full {
	clear: both;
}

table {
	vertical-align: middle;
	border-collapse: collapse;
	margin: 6px auto 36px auto;
}
caption {
	font-weight: bold;
	font-size: 120%;
	caption-side: top;
	padding-bottom: 5px;
}

thead {
	background: #CCEC99;
}

tfoot {
	font-weight: bold;
	background: #F9DC60;
}

tr.alt {
	background: #EDFFD0;
}

td, th {
	padding: 4px;
	border: 1px solid black;
}
