body {
	font-family: arial, sans-serif;
	color: #000;
}


.collapseForPrint {
	display: none;
}

a, a:visited {
	text-decoration: none;
	color: #000;
}

h1 {
	font-weight: normal;
}


.printHeading h1 {
	clear: both;
	border-bottom: 1px solid #666;
	font-weight: bold;
}



#heading {
	clear: both;
}
.headingText {
	float: left;
}
.headingImage {
	float: right;
}
#content {
	clear: both;
}

#news .date {
	clear: both;
	display: block;
}
#news .image {
	float: right;
}

#news ul {
	list-style: none;
	margin: 0;
	padding: 0;
}



#authorListing div {
	float: left;
	width: 220px;
	margin: 0 15px 0 0;
}



#footer {
	clear: both;
	padding: 20px 0 0 0;
	margin: 20px 0 0 0;
	font-weight: bold;
	border-top: 1px solid #666;
}