section {
	font-size:20px;
}
.informational ul li {
	margin-bottom: 5px;
}
.informational ul ul li {
	list-style-type: disc; 
	list-style-position: outside;
	margin-left: 50px;
	line-height: 1.3;
}
.informational a {
	color: blue;
}

section .boxfix {
	font-size:15px;
}
section .boxfix a {
	color: blue;
}
h3 {
	font-weight: bold;
	font-size: 24px;
	color: maroon;
	margin-top: 15px;
	margin-bottom: 15px;
}
h4 {
	font-weight: bold;
	font-size: 22px;
	color: maroon;
	margin-top: 12px;
	margin-bottom: 12px;
	text-decoration: underline;
}
.pushIn {
	margin-left:30px;
}

.leftSide {
	font-weight: bold;
}
.rightSide {
	padding-left: 15px;
}

.dataColumn {
	float:left;
	margin-left:20px;
}
.dataColumn ul {
	margin-top: 15px;
}
.dataColumn ul li {
	list-style-type: initial;
	max-width: 300px;
	min-width: 200px;
	margin-top: 8px;
}
.current {
	font-weight:bold;
	font-size: 22px;
	color: red;
	font-style: italic;
}
.columnWrapper {
	margin-left: 50px;
}