BODY {
	margin: 0px;
	font-family: arial;
	font-size: 14px;
}

A IMG {
	border: 0px;
}

A {
	color: black;
	text-decoration: underline;
}

#wholepage {
	margin: 0px;
	padding: 0px;
}

#containerTop, #containerBottom, #header, #rightbarTR, #content .header, #content .entry .directlink, #content #moreEntries {
	display: none;
}

#breadcrumbs {
	position: absolute;
	z-index: 10;
	font-size: 18px;
	font-weight: bold;
	margin: 80px 200px 0px 0px;
	color: #333333;
}

#breadcrumbsLogo {
	margin: 0px 0px 30px 0px;
}

#content {
	width: 100%;
}

#content .entry {
	width: 100%;
	overflow: hidden;
	margin-bottom: 50px;
}

#content .entry .headerRow {
	border-bottom: 1px solid #5874A3;
}

#content .entry .date {
	height: 13px;
	line-height: 13px;
	margin-top: 3px;
	font-size: 12px;
	float: left;
	padding-right: 5px;
	border-right: 1px solid black;
}

#content .entry .time {
	height: 13px;
	line-height: 13px;
	margin-top: 3px;
	font-size: 12px;
	float: left;
	padding-left: 5px;
}

#content .entry .title {
	font-weight: bold;
}

#content .entry .author {
	font-size: 11px;
	font-weight: normal;
}

#content .entry .text {
	margin-bottom: 20px;
}

#content .entry TD {
	font-size: 12px;
}

#content .entry .readmore {
	float: right;
	height: 13px;
	line-height: 13px;
	font-size: 12px;
	font-weight: bold;
	padding-left: 7px;
	border-left: 1px solid black;
	margin-left: 7px;
}

#content .entry .directaddress {
	float: right;
	height: 13px;
	line-height: 13px;
	font-size: 12px;
	padding-left: 7px;
	border-left: 1px solid black;
	margin-left: 7px;
}

#content .entry .comments {
	float: right;
	height: 13px;
	line-height: 13px;
	font-size: 12px;
}

#content .entry .comments A{
	color: black;
	text-decoration: none;
}

#printEnd {
	font-size: 18px;
	font-weight: bold;
	margin: 50px 0px 10px 0px;
	color: #aaaaaa;
	text-align: left;
}