/* general */
* {
	margin: 0;
	padding: 0;
	font-family: Verdana, sans-serif;
	font-size: 1em;
}
body {
	font-size: 62.5%;
	color: #3a3a3a;
}
img {
	border: 0;
}
p {
	margin-bottom: 1em;
}
a {
	color: #00328f;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}

ul li {
	margin-left: 20px;
}

div.spacer {
	clear: both;
	height: 0;
	overflow: hidden;
}
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

a.back {
	float: right;
	font-size: 90%;
}



ul.items {
	list-style-type: none;
}
	ul.items li {
		clear: both;
		margin: 0 0 2em 0;
	}
		ul.items li div.image {
			float: left;
			width: 130px;
			height: 130px;
			background: url('/dsg/no-picture.gif') no-repeat center center;
			border: 1px solid #a1a1a1;
		}
			ul.items li div.image a {
				display: block;
				width: 130px;
				height: 130px;
				text-decoration: none;
			}
		ul.items li div.info {
			margin-left: 150px;
		}
			ul.items li div.info h2 {
				font-size: 1.4em;
				color: #ff7e00;
				margin-bottom: 0.5em;
			}
			ul.items li div.info h2 a {
				color: #ff7e00;
				text-decoration: none;
			}
				ul.items li div.info h2 a:hover {
					text-decoration: underline;
				}
			ul.items li div.info div.function {
				font-size: 0.9em;
				margin: -0.5em 0 1em 0;
				color: #888;
			}
			ul.items li div.info div.text {
				font-size: 1.1em;
				margin-bottom: 1em;
			}
			ul.items div.info a.more {
				font-size: 0.9em;
				font-weight: bold;
				color: #002974;
				text-decoration: none;
			}
				ul.items li div.info a.more:hover {
					text-decoration: underline;
				}