#tableLayout {
	background-color: #FFFFFF;
	border: thin solid #666666;
	background-position: center top;
	width: 850px;
}
#main {
	text-align: left;
	vertical-align: top;
	margin: 12px;
	padding: 12px;
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #666666;
}
#leftnav {
	background-color: #005BB7;
	background-position: left top;
	text-align: left;
	vertical-align: top;
	display: block;
	margin: 10px;
	padding: 8px;
	width: 196px;
}
