html, body {
	margin: 0.5em;
	font-size: 12px;
	font-family: "Lucida Grande", sans-serif;
}

h1,
h2,
h3 {
	margin-top: 10px;
	border-top: solid 1px #888;
	padding-top: 10px;
}

.form-row{
	clear: both;
	display: block;
	margin-bottom: 15px;
}
.form-label {
	padding: 5px 6px;
	float: left;
	font-weight: bold;
	width: 205px;
}

.form-input {
	margin: 2px 6px;
	float: left;
	width: 530px;
}

#header, #navbar, #footer { display: none; }

.noprint { display: none;}

.program-listing h2,
.program-listing h3,
.program-listing-text h3,
.program-listing-text h4,
.program-listing-text h2 {
	border-bottom: none;
}

.program-listing {
	margin: auto;
}

.program-listing-row {
	clear: both;
	margin-bottom: 10px;
	border-bottom: solid 1px #CCC;
}

.program-listing-label {
	float: left;
	width: 38%;
	margin: 0 10px 10px 0px;
	font-style: italic;
}
.program-listing-value {
	float: left;
	width: 58%;
	padding-bottom: 10px;
}

.program-listing-text {
	width: 95%;
	margin: auto;
	padding-bottom: 10px;
}

.program-listing-value ul {
	margin: 0px;
	padding-left: 15px;
}

.clearfloat {
	height: 0px;
	display: block;
	clear: both;
}

.cut-text-short { display:none; }

.program-details-label {font-weight: bold;}
.program-details-row {margin-bottom: 1em;}