.titledBox {
	border-bottom: 1px dashed #a8b9ed;
}

.titledBox h2 {
	margin: 0;
	background-color: #d0d9f4;
	background-image: url("../../img/home-box_title-background.png");
	background-position: 100% 0;
	background-repeat: no-repeat;	
	padding: 0 0 0.2em 0.5em;
	font-size: 0.8em;
}

.titledBox h2 a:link, .titledBox h2 a:visited {
	padding: 6px 57px 0 0;
	display: block;
	color: #08122c;
	text-decoration: none;

}

.titledBox h2 a:hover, .titledBox h2 a:active {
	text-decoration: underline;
}

.titledBox p {
	margin: 1px 0;
	padding: 0.5em;
	height: auto !important;
	min-height: 75px;
	height: 75px;
	background-color: #f7f9fd;
	background-image: url("../../img/home-box_content-background.png");
	background-position: 50% 100%;
	background-repeat: no-repeat;	
	border: 1px solid #d0d9f4;
}
