div.contentText{
	letter-spacing: 0;
	color: #222222;
	font-weight: normal;
}
div#grid div.nlGridItem{
	height: 149px;
	float: left;
}
div.nlPicture div.header{
	width: 223px;
	height: 151px;
	overflow: hidden;
	position: relative;
}

div.nlPicture div.header h2{
	background: #000000;
	opacity: 0.6;
	color: white;
	margin: 5px;
	padding: 3px;
	font-size: 1.2em;
	display: inline-block;
	z-index: 1000;
	position: relative;
	text-decoration: none;
}

div.nlPicture div.header img{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 0;
}
div.nlPicture{
	width: 223px;
	border: 1px solid #9AC0E5;
}

div.nlTextBox{
	width: 686px;
	background: transparent url('/images/2/textbox.gif') no-repeat;
}

div.nlTextBox h2{
	margin-left: 10px;
	margin-top: 8px;
	font-family: Helvetica, Arial, Sans-Serif;
	font-size: 1em;
	font-weight: bold;
}

div.nlTextBox h3{
	margin-left: 10px;
	margin-top: 3px;
	font-family: Helvetica, Arial, Sans-Serif;
	font-size: 0.8em;
	font-weight: normal;
}

div.nlTextBox h3 a {
	font-weight:bold;
	color: #7494FF;
	text-decoration: underline;
}

div.nlLeft{
	margin: 0 7px 7px 0;
}

div.nlRight{
	margin: 0 0 7px 0;
}
