body#location {
	text-align: center;
}
body {
	color: #000;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 1em;
	line-height: 1em;
	margin: 0;
	width: 320px;
}

h1 {
	color: #F0AD00;
	font-size: 1.4em;
	text-transform: uppercase;
	margin-bottom: 0;
	margin-top: 0;
}
h2 {
	color: #062B5F;
	font-size: 1.2em;
	line-height: 1.2em;
	margin-bottom: 4px;
	margin-top: 0;
}

#times-table {
	margin-bottom: 16px;
}

#times-table td {
	font-size: 1.2em;
	line-height: .9em;
	padding: 8px;
}
#times-table th {
	font-weight: normal;
	padding-bottom: 4px;
}
#times-table .sub-location {
	padding-left: 24px;
}
td#footer {
	border-top: solid 1px #CCCCCC;
	font-size: 15px;
	text-align: center;
	padding-bottom: 8px;
}
td#footer a {
	text-decoration: none;
}
.map-link {
	margin-bottom: 4px;
}
a:link,
a:visited,
a:active,
a:hover {
	color: #062B5F;
}
tr.odd {
	background-color: #E6E9EF;
}
.times-short {
	color: #6CA338;
}
.times-med {
	color: #CC9D24;
}
.times-long {
	color: #8C1319;
}

.spacer {
    margin: 0;
    height: 4px;
}
