.menuItems  {
	width: 460px;
}

.menuItems td {
	border-bottom: 1px dotted #95724F;
	font-size: 1em;
	line-height: normal;
	padding-top: 6px;
	
}

.menuItems tr {
		vertical-align: bottom;
	
}

.menuItems tr td:first-child {
	padding-right: 20px;
}

.menuItems tr td:last-child {
	text-align: right;
}

#menuPage {
	line-height: normal;
}

#menuPage .col-1 table {
	padding-bottom: 12px;
}

#menuPage h2 {
	font-size: 1.5em;
	line-height: 1em;
	padding-top: 10px;
}

#menuPage h3 {
	font-size: 1.1em;
	font-weight: bold;
	font-variant: normal;
	line-height: 0.75em;
	padding-top: 18px;
	padding-bottom: 4px;
}

.footnote {
	font-style: italic;
	padding-top: 6px;
}




#content .col-1 ul {
	list-style-type: disc;
	margin-left: 10px;
	padding-left: 10px;
}

ul {
margin-bottom: 10px;
}
.two-col {
	-webkit-column-count:2;
	-moz-column-count:2;
	column-count:2;
}
