.head {
	padding:6px 6px 0px 6px;
}

.head .cont {
	margin-bottom:6px;
	padding:8px 12px;
	background-color:#33567b;
	font-weight:bold;
}

.body {
	padding:0px 20px 10px 20px;
}

.body .image {
	width:200px;
	background-color:#3f6791;
}

.body .imageleft {
	margin:10px 15px 10px 0px;
	float:left;
	clear:right;
}

.body .imageright {
	margin:15px 0px 15px 15px;
	float:right;
	clear:left;
}

.body .image img, .body .smallimage img {
	border:1px solid #fff;
}

.body .image .caption {
	margin:0px;
	padding:0px 3px 2px 3px;
	font-size:11px;
	color:#fff;
}

.body .newsitem {
	margin-bottom:30px;
	clear:both;
	text-align:justify;
}
.body .newsitem .head {
	background-color:#3f6791;
	margin:20px 0px 5px 0px;
	padding:2px 10px 1px 10px;
	font-size:12px;
	font-weight:bold;
}
.body .newsitem .head .date {
	color:#ccc;
}
.body .newsitem img {
	border:1px solid #fff;
	margin:0px 15px 30px 0px;
	float:left;
}
.body .newsitem .downloadbar a img {
	margin:0px;
}

.listitem {
	margin:10px 0px 45px 0px;
	clear:both;
}
.listitem .imgbox {
	width:134px;
	margin:0px 15px 15px 0px;
	background-image:url('../img/indesign/list-imgbox-bg.png');
	float:left;
}
.listitem .imgbox .top {
	width:134px; height:6px;
	background-image:url('../img/indesign/list-imgbox-top.png');
	overflow:hidden;
}
.listitem .imgbox .bottom {
	width:134px; height:6px;
	background-image:url('../img/indesign/list-imgbox-bottom.png');
	overflow:hidden;
}
.listitem .imgbox img {
	padding:0px 5px;
}
	
.listitem .name {
	margin-left:167px;
	font-weight:bold;
	font-size:14px;
}
.listitem .details {
	margin: 5px 0px 10px 177px;
}
.listitem .details .left {
}
.listitem .details .right {
	margin-left:90px;
	float:right;
}

.downloadbar {
	padding:5px 15px;
	margin-bottom:10px;
	background-color:#33567b;
}

.downloadbar a {
	color:#fff;
	text-decoration:none;
	font-weight:bold;
}
.downloadbar a:hover {
	color:#ccc;
}
.downloadbar a img {
	margin:0px;
	border:0px;
}


.cpitem {
	margin-bottom:20px;
	clear:both;
}

.cpitem .head {
	padding:0px;
	margin:0px 0px 5px 0px;
	text-decoration:underline;
	font-weight:bold;
	font-variant:small-caps;
}
.cpitem .row {
	margin-top:5px;
	clear:both;
}
.cpitem .name {
	font-weight:bold;
}
.cpitem .left {
	width:75px;
	float:left;
}
.cpitem .right {
	margin-left:80px;
}
	
	
	
p {
	text-align:justify;
}

p.caption {
	font-size:smaller;
	font-weight:bold;
}
