.subsection {margin-left:30px;}


/* For special pages with a left hand column */
#leftcolumn {
	float:left;
	margin-top:10px;
	width:200;}
.maincolumnright {
	margin-left:214px; /* makes room for right column */
	padding:10px;
	display:table-cell; /* This keeps firefox from not clearing the column when switching back to .fullwidth */
	height:1%; /* Holly Hack - Keeps IE from doing VERY strange wraping things when main column goes below rightcolumn. */
	}