/* CSS Document */

#news {height:420px; overflow:auto;  margin-left:10px;border-left: 1px solid #CCCCCC;}
#news h1 {color:#006e61; font-size:1.5em; }
#news h2 {color:#006e61; font-size:1.3em; line-height:1.3em;}
#news h3 {color:#ccc; font-size:1.1em; padding-bottom:0.2em; line-height:1.2em;}


#news li{ 
	list-style-type:none;
	font-size:1em;
	line-height:1.4em;
	padding:10px;
	margin-bottom:5px;
	}

#news .underline { border-bottom: 1px solid #CCCCCC; margin-bottom:0;}	
