body {
	padding-top: 50px;
	color: #959595;
	}

.IDPLogo {
    background-image: url('../images/favicon30.png');
    background-repeat: no-repeat;
    background-position-x: -20px;
    background-position-y: -20px;
    display: inline;
    position: absolute;
    width: 30px;
    height: 30px;
    padding: 5px 5px 5px 5px;
    border: solid;
}

.IDPLogoTitle {
    position: absolute;
    padding: 0px 0px 0px 40px;
    border: solid;
}


h1, h2, h3, h4, h5, h6 {
	color: black;
	}
	
.feature {
	background-color: #99cc33;
	color: white;
	}
	
.article-intro {
    margin-bottom: 25px;
}

.footer-blurb {
    padding: 30px 0;
    background-color: goldenrod;
    color: black;
}
    
.footer-blurb-item {
    padding: 30px;
    }
 
.small-print {
	background-color: #fff;
	padding: 30px 0;
}