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;
}

ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
ul li .image {
    float: right;
    display: inline;
}


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

#news .date {
	clear: both;
	display: block;
}
#news ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#content #news ul li {
    float: left;
    width: 100%;
    clear: both;
}
#news .image {
	float: right;
	margin: 20px 0 0;
}
#content #news li .additionalContent {
    float: left;
    width: 500px;
}

.newsMainImage {
	float: right;
	margin: 0 0 25px 25px;
}


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

.previousNext {
    display: none;
}



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