* {
	margin: 0;
	padding: 0;
	font-family: Verdana, sans-serif;
	font-size: 1em;
}
html {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	background: #ebece7 url('/dsg/footer.jpg') no-repeat bottom right;
}

body {
	font-size: 62.5%;
	color: #000;
}

img {
	border: 0;
}
p {
	padding-bottom: 1em;
}
a {
	color: #1c5092;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

ul {
	margin-bottom: 1em;
}
ul li {
	margin-left: 4em;
}

div.spacer {
	clear: both;
	height: 0;
	overflow: hidden;
}
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

div.line {
	height: 2em;
	background: url('/dsg/center-h1-line.gif') repeat-x center left;
	overflow: hidden;
}