#bluebox {
	background-color:#F3F7D7;
	font-family:georgia;
	font-size:15px;
	font-style:italic;
	margin-top:20px;
	padding:22px 30px;
	text-align:center;
}

#bluebox a {
	font-family:sans-serif;
	font-style:normal;
	font-weight: bold;
}

#heading {
	background: #DEE1E4; /* for non-css3 browsers */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#E6E9EC', endColorstr='#CBD5DE'); /* for IE */
	background: -moz-linear-gradient(center top , #E6E9EC, #CBD5DE) repeat scroll 0 0 transparent;
	background: -webkit-gradient(linear,left top, left bottom, from(#E6E9EC), to(#CBD5DE)); /* for webkit browsers */
    border-bottom: 1px solid #B1B6BA;
}

#heading h1 span{
	color: #7b91a8;
	font-weight: bold;
}

.column {
	margin-left: 70px;
	width:300px;
	float: left;
}

.column p {
	font-family:sans-serif;
	font-size:13px;
	line-height:18px;
	margin-bottom:28px;
	padding-right: 15px;
}

.column .list {
	font-family:lucida Grande;
	font-size:13px;
	list-style: disc outside none;
	margin-left: 20px;
}

h3 {
	margin:26px 0 14px;
}

h3 span{
	font-size:13px;
	color: #000000;
}

p {

}
