#wc_links {
	font-size: 12px;
	list-style-type: none;
	list-style-image: none;
	padding-top: 15px;
	background-color: #FFFFFF;
	position: relative;
	z-index: 150;
	display: block;
	width: 245px;
	margin-left: 5px;
	right: 10px;
	padding-left: 15px;
	white-space: nowrap;
	overflow: hidden;
	text-align: left;
}
#wc_links .summary {
	font-size: 10px;
	width: 225px;
	margin-left: 10px;
	display: block;
	white-space: normal;
}
#wc_links .summary a {
	font-style: italic;
	color: #900;
	background-image: none;
}


#wc_links  li a {
	color: #000000;
	text-decoration: underline;
	padding-left: 18px;
	background-image: url(../wipcaire/img/blue_dot.jpg);
	background-repeat: no-repeat;
	background-position: left;
	list-style-type: none;
	line-height: 20px;
}
#wc_links li a:hover {
	color: #900;
	text-decoration: none;
	padding-left: 18px;
	list-style-type: none;
	background-image: url(../wipcaire/img/red_dot.jpg);
	background-repeat: no-repeat;
	background-position: left;
}
.cols{
	width:900px;
	margin :auto;
	text-align:left;/* centers inline-blocks*/
	padding:10px;
	display: block;
	height: 180px;
      }
.cols div {
	display:-moz-inline-box;/* Firefox 2 and under*/
	display:inline-block;/* FF3, Opera, Safari */
	width:300px;/* need to remove top and bottom margin from p element*/
	padding:0.5em;
	vertical-align:top;
	background-image: url(../wipline/img/article_background.jpg);
	background-repeat: no-repeat;
	float: left;
	margin-top: 0;
	margin-right: 1em;
	margin-bottom: 0;
	margin-left: 0;
	height: 125px;
      }
.cols div .title a {
	font-size: 16px;
	font-style: italic;
	font-weight: bold;
	color: #036;
}


.cols div.last{margin:0}/* remove right margin from last element so that they are all centered*/
.cols div p{width:370px}
.cols div .summary {
	font-size: 12px;
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 15px;
	width: 300px;
}
.cols div .summary a {
	font-size: 12px;
	color: #990000;
}
