html{color:#000;background:#FFF;}body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}li{list-style:none;}caption,th{text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}q:before,q:after{content:'';}abbr,acronym {border:0;font-variant:normal;}sup {vertical-align:text-top;}sub {vertical-align:text-bottom;}input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;}input,textarea,select{*font-size:100%;}legend{color:#000;}
 
html {
	font-size:62.5%;
	font-family:"HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Calibri, Verdana, sans-serif;
	font-weight:300;
	color: #4a6985;
	background-color: #90c7f6;
	line-height: 18px;
}

a {
	color: #252c39;
	text-decoration: none;
}

a:hover {
	-text-decoration: underline;
	background-color:#252c39;
	color: #90c7f6;
}

strong {
	font-weight: bolder
}

h1 {
	font-size: 40px;
	margin-top: -2px;
	background-color: #252c39;
	color: #90c7f6;
	padding-top: 6px;
}

h2 {
	font-size: 30px;
}

body {
	font-size: 16px;
}

dd {
	font-size: 30px;
}

dd ~ dd {
	margin-top: 25px;
}

li ~ li {
	margin-top: 13px;
}


div.wrap {
	margin-top: 100px;
	margin-left: auto;
	margin-right: auto;
	width: 900px;
	text-align: left;
	position: relative;
}

.col1 {

	float: left;
	width: 170px;
	margin-right: 10px;
}

.col2 {
	float: left;
	width: 350px;
	margin-right: 10px;
}

.col3 {
	float: left;
	width: 280px;
}