ul#news { margin: 0; list-style: none }
ul#news li { clear: both; padding-top:20px; }
ul#news li.first { border: none; padding-top:5px; }
ul#news li img { float: right; margin: 55px 0px 20px 20px; padding: 4px; border: 4px solid #84a89a } /* image */
ul#news li h3 { font-size:1.2em; font-weight:bold; color:#fff; margin:0; padding:0 0 6px 0 } /* title */
ul#news li h3 span { font-size: 1em; font-weight: normal; color:#84a89a; } /* date within title */
ul#news li p { color:#333333; } /* news content */
ul#news li p.dark_col { color:#333333; } /* news content */
ul#news li a { color:#009470; font-size: 1em;}
ul#news li a:hover { color:#fff; font-size: 1em;}
ul#news li ul { padding-left:16px; padding-bottom:10px; list-style-type:square;} /* Use [list][/list] */