

/* left panel list styling*/

#headlines{
margin-top:1em;
	display : block;
	height : 250px;

}
#headlines li.infoPanel2{
	display: block;
	list-style-type: none;
	float : left;
	width:250px;
	margin-right:2em;
	border: 1px solid #E1E1CD;
}
#headlines  li h4{
	font-size:1.2em;
	line-height:28px;
	text-indent : 0.5em;
}
#headlines li a{
	text-decoration:none;
}

#headlines  li.infoPanel2 h4{
	background : #fff url(../images/h4_fill.png) repeat-x 0 0;
	border-bottom : 1px solid #F7F7E7;
	height:2.4em;
}

#headlines  li.infoPanel2 ul.info, #headlines  li.infoPanel2 p{
	background: #FFFFF0;
	padding : 0.5em;
}

ol#headlines ul.info li{
	list-style-type:disc;
	margin-left : 2em;
	list-style-image :  url(../images/bullet.gif);
}
ol#headlines ul.info li a, ol#headlines ul.info li strong{
	line-height:1.8em;
	margin-bottom: 0.5em;
	font-size: 1.1em;
	color: #0000CD;
}
ol#headlines ul.info li a:hover{
	text-decoration:underline;
}

