.laptopheader{
	position: relative;
	margin: 3.5em 0 1.5em 0;
}
	.laptopheader img{ 
		position: absolute;
		margin: -25px 0 0 .5em;
	}
	.laptopheader h3{
		margin: 0;
		padding: 1em 0 1em 0;
		background: url("images/specsheader.jpg") center no-repeat;
		color: #FFF;
		text-align: center;
		border: 1px solid #666;
		text-transform: none;
	}
	.laptophardware{
		float: left;
		width: 49%;
	}
	.laptopsoftware{
		float: right;
		width: 49%;
	}
	
.laptopfaq{}
	.laptopfaq dd{
		font-size: 12px;
		padding: 1px 1em;
		margin: 0 0 2em 0;
		background: #E2E2E2;
	}
	
.programlist{
	font-size: 12px;
}
	.programlist th{
		font-family: "LatoRegular", "Lato", Arial, Tahoma, sans-serif;
		font-weight: bold;
		font-size: 1.25em;
		color: #000;
	}
	.degreetype{
		width: 100px;
	}
