#enewsbanner {
	color: #fff;
	padding: 20px 18px 10px 18px;
	background: #3e9a3b url('../common/css/banner-green.gif') no-repeat top left;
	margin-bottom: 1.3em;
	min-height: 80px;
	height: auto !important;
	height: 80px;
}

#enewsbanner h1 {
	border: none;
	padding-bottom: 0;
	margin-bottom: 0
}

#enewsbanner p.deck {
	font-size: 110%;
	margin: 0;
	padding: 10px 0
}

#enewsbanner h1 span.pipe {
	font-weight: normal;
	color: #66ae63;
	margin: 0 8px;
}

#enewsbanner h1 span.dateline {
	font-size: 80%;
	vertical-align: text-bottom;
}

#article {
	width: 70%;
}

div.rightcol { width: 27%; float: right }

.morelink, p.morelink {
	background: url('../common/css/arrow-morelink-new.gif') no-repeat 0 7px;
	padding: 6px 10px 6px 18px;
}

div#printlink {
	font-size: 85%;
	margin-bottom: 1em;
	padding: 0;
	position: relative;
	vertical-align: top;
	width: 100%;
}

div#printlink a {
	border: 1px solid #c7cccf;
	background: #eceeef url("../common/css/bkgd_print_btn.gif") 0px 0px no-repeat;
	display: block;
	color: #7c888f;
	line-height: 120%;
	padding: 6px 10px 8px 30px;
	text-decoration: none;
}

div#printlink a:hover {
	border: 1px solid #c7cccf;
	background: #eceeef url("../common/css/bkgd_print_btn.gif") 0px -60px no-repeat;
	text-decoration: underline;
}

#index, #events {
	padding: 0.5em 1em; 
	margin-top: 1em; 
	background: #d9ebd8 url('../common/css/bkgd_gradated_green.gif') repeat-x top left; 
	border: 1px solid #c5e1c4;
}

#usefullinks {
	padding: 0.5em 1em; 
	margin-top: 1em; 
	background: #dadddf url('../common/css/bkgd_gradated_grey.gif') repeat-x top left;
	border: 1px solid #c7cccf 
}

#index p, #events p, #usefullinks p {
	margin-bottom: 8px; padding-bottom: 0;
}

ul.small {
	margin-top: 0; padding-top: 0;
}

ul.small li {
	margin-bottom: 0.2em;
}

.clearing {
	height: 1px;
	padding: 0;
	margin: 0;
	clear: both;
}


