	
	#newsEvents {

		font-size: 1.2em;
		line-height: 1.2em;
		width: 800px; margin: 0px auto 0px auto;
	}
		#newsEvents h2 {
			padding: 12px 20px;
			border-bottom: 2px dotted #D7DEDB;
		}
		#newsEvents a.item, #newsEvents div.event {
			display: block;
			padding: 8px 50px 8px 20px;
			border-bottom: 2px dotted #D7DEDB;
		}
			#newsEvents a:hover.item, #newsEvents div.event:hover {
				background-color: #EBEAE2;
			}
			
		#newsEvents span.date, #newsEvents span.eventDate {
			display: block;
			font-weight: bold;
			color: #862D34;
			margin-bottom: 4px;
		}
		#newsEvents span.eventLocation, #newsEvents span.eventTime, #newsEvents span.eventCost, #newsEvents span.eventDescription, #newsEvents span.eventMoreInfo {
			display: none;
		}
		#newsEvents p {
			display: none;
		}
		#newsEvents div.footer {
			padding: 6px 20px;
		}
			#newsEvents div.footer a {
				background-image: url(../images/bg_arrowsredlt.gif);
				background-position: right 5px;
				background-repeat: no-repeat;
				padding-right: 20px;
			}
				#newsEvents div.footer a:hover {
					text-decoration: underline;
				}
			#newsEvents div.footer span.left {
				float: left;
			}
			#newsEvents div.footer span.right {
				float: right;
				text-align: right;
			}
			
			
			
				#newsEvents {
		border: none;
		background-color: none;
		padding-top: 0px;
		padding-bottom: 0px;
		font-size: 1.0em;
	}
		#newsEvents a.item {
			display: block;
			padding: 8px 50px 8px 20px;
			border-bottom: 2px dotted #D7DEDB;
		}
			#newsEvents a:hover.item {
				background-color: #EBEAE2;
			}
		#newsEvents span.date {
			display: block;
			font-weight: bold;
			color: #862D34;
			margin-bottom: 4px;
		}
		#newsEvents div.footer {
			padding: 6px 20px;
			font-size: 12px;
		}
			#newsEvents div.footer a {
				background-image: url(../images/bg_arrowsredlt.gif);
				background-position: right 4px;
				background-repeat: no-repeat;
				padding-right: 20px;
			}
				#newsEvents div.footer a:hover {
					text-decoration: underline;
				}
			#newsEvents div.footer span.left {
				float: left;
			}
			#newsEvents div.footer span.right {
				float: right;
				text-align: right;
			}
