.moduleBox div.body {
	height: 220px;
	overflow: hidden;
}

div.twoColumn > div.moduleBox:nth-child(odd) {
	float: left;
	width: 327px;
	margin-top: 10px;
}
div.twoColumn > div.moduleBox:nth-child(even) {
	float: left;
	width: 327px;
	margin-top: 10px;
	margin-left: 10px;
}
.moduleBox .head a {
	height: 15px;
	width: 15px;
	background-image: url(../images/moreBtn.png);
	background-position: 0px 0px;
	display: block;
	outline: none;
	float: right;
	text-indent: -5000px;
	margin-top: 4px;
	margin-right: 4px;
}
.moduleBox .head a:hover {
	background-position: -15px 0px;
}
.moduleBox .body h5 {
	font-size: 14pt;
	font-weight: bold;
	margin-top: 5px;
	margin-right: 5px;
	margin-left: 5px;
	margin-bottom: 0px;
}
.moduleBox .body a {
	color: #fff000;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #fff000;
}
.moduleBox .body a:hover {
	color: #0f034e;
	text-decoration: none;
	border-bottom-style: none;
}
.moduleBox .body p {
	margin-top: 10px;
}
.moduleBox .body h6  {
	font-size: 12pt;
	font-style: italic;
	color: #fff000;
	font-weight: normal;
	margin: 0px;
	padding-left: 25px;
}
