#content table{
	width: 506px;
}

#content table th{
	
}

#application table{
	width: auto;
}

#content img {
	border: 1px solid #CCC;
	padding: 5px;
	margin: 5px;
	background-color: #FFF;
	float: right;
}

#content img.sideimg {
	padding: 0 0 0 5px;
	margin: 0 0 0 5px;
	border: none;
}

#content .plan {
	float: left;
	width: 530px;
	border-top: 1px solid #FFF; /* to line up with #rightcolumn */
}

#content .plan  img{
	border: 1px solid #CCC;
	padding: 5px;
	margin: 5px;
	background-color: #FFF;
	float: none;
	
}

#content .leftcolumn {
	float: left;
	width: 269px;
	border-top: 1px solid #FFF; /* to line up with #rightcolumn */
}

#content .rightcolumn {
	margin-left: 274px;
	border-top: 1px solid #FFF; /* to fix disappearing padding from float problem */
}

#content #box {
	border: 1px solid #FEDCB3;
	background-color: #FFF1DF;
	padding: 10px;
	-moz-border-radius: 8px;
	}

#content ol.outline{
	list-style-type: upper-alpha;
}

#content ol.outline2{
	list-style-type: lower-alpha;
}
