/*Reorder the document flow and get rid of background images*/
body{
	font-family: arial, sans-serif;
}

.container{
	background-color: White;
	text-align: left !important;
}

.pdms{
	background: none !important;
}

.toplogo{
	float: right;
	margin-right: 0px;
}

h1{
	margin-top: 100px;
}

.leftside twocolumnboxlist h3{
margin-top: 400px;
	
}

img{
	border: none;
}

.headingimage{
	margin-top: 30px;
	display: block;
}

/*Hide links and sections that don't help on a print out*/
#toplinks, .menu, .toplink, .questionitems, .headinglist, .contacts{
	display: none;
}