.contentBox {
	margin: 18px 0 0 0;
	padding: 0;
	width: 548px;
	background-image: url("../imagesnew/content-box-center.gif");
	background-repeat: repeat-y;
	background-position: left;
}

.contentBox * {
	margin: 0;
	padding: 0;
	position: relative;
}

.contentBoxBottom {
	padding: 0 0 30px 0;
	background-image: url("../imagesnew/content-box-bottom.gif");
	background-repeat: no-repeat;
	background-position: bottom;
}

.contentBoxTop {
	padding: 0px 17px 0 17px;
	background-image: url("../imagesnew/content-box-top.gif");
	background-repeat: no-repeat;
	background-position: top;
}

.contentBoxItem {
	clear: both;
}

.contentBox h2 {
	padding: 8px 10px 20px 38px;
	color: white;
	font-size: 1.1em;
	font-weight: bold;
}

.contentBox h3 {
	margin: 10px 0 -13px 0; 
	padding: 10px 0 0 0;
	font-size: 1.1em;
	font-weight: bold;
}

.contentBox a:link, .contentBox a:visited {
	color: #0040b6;
	text-decoration: underline;
}

.contentBox img.contentBoxPicture {
	margin: 0 15px 0 0;
	float: left;
}

.contentBox p {
	padding: 7px 0 0 0;
}
