a {
	text-decoration:none;
	color: rgb(4, 44, 114);
}
a:hover {
	text-decoration:none;
	color: #0750cf;
}
ul.column{
	width: 100%;
	padding: 0;
	margin: 0px 0;
	list-style: none;
}
ul.column li {
	float: left;
	width: 550px; /*width: 250px;Set default width*/
	padding: 10;	
	margin: 5px 0;
	display: inline;
}
.block {
	/*height: 90px;*/
	
	font-size: 1em;
	margin-right: 10px; /*Creates the 10px gap between each column*/
	padding: 10px;
/*	background: #e3e1d5;*/
}
.block h2 {
	font-size: 1.8em;
}

.block img {
        /*Flexible image size with border*/
	/*width: 89%;*/  /*Took 1% off of the width to prevent IE6 bug*/

	/*
	padding: 5%;
	*/
	padding-right: 20px;
/*	background:#fff;
	margin: 0 auto;
	display: block;
	-ms-interpolation-mode: bicubic;*/ /*prevents image pixelation for IE 6/7 */
}

