﻿#middletop {
	border: none;
	border-bottom:1px black solid;
	width: 40%;
	padding-right:20px;
}

#left {
	border: none;
	border-right: 1px black solid;
	height:100%;
	width:20%;
	padding-right: 20px;
}

#mid {
	border: none;
	width:15%;
	padding:0px;
}

#right {
	border: none;
	width: 60%;
}

#bottom {
	border: none;
	border-top: 1px black solid;
}

h3.centered, p.centered {
	text-align:center;
	font-size: 110%;
}

td#mid p, td#right p{
	padding-top: 0px;
	padding-bottom: 0px;
	margin:5px;
}