body{
	 background: rgba(242,246,248,1);
	 background: -moz-linear-gradient(top, rgba(242,246,248,1) 0%, rgba(216,225,231,1) 39%, rgba(181,198,208,1) 67%, rgba(224,239,249,1) 100%);
	 background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(242,246,248,1)), color-stop(39%, rgba(216,225,231,1)), color-stop(67%, rgba(181,198,208,1)), color-stop(100%, rgba(224,239,249,1)));
	 background: -webkit-linear-gradient(top, rgba(242,246,248,1) 0%, rgba(216,225,231,1) 39%, rgba(181,198,208,1) 67%, rgba(224,239,249,1) 100%);
	 background: -o-linear-gradient(top, rgba(242,246,248,1) 0%, rgba(216,225,231,1) 39%, rgba(181,198,208,1) 67%, rgba(224,239,249,1) 100%);
	 background: -ms-linear-gradient(top, rgba(242,246,248,1) 0%, rgba(216,225,231,1) 39%, rgba(181,198,208,1) 67%, rgba(224,239,249,1) 100%);
	 background: linear-gradient(to bottom, rgba(242,246,248,1) 0%, rgba(216,225,231,1) 39%, rgba(181,198,208,1) 67%, rgba(224,239,249,1) 100%);
	 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2f6f8', endColorstr='#e0eff9', GradientType=0 );
	 font-family: "Helvetica Neue", "Lucida Grande", Helvetica, Arial, Verdana, sans-serif;
	 font-size: 14px;
	 margin-top: .5em; color: #666;
	 padding: 30px 100px;
	 text-align : justify;
	 }
h1,h2,h3{
	 font-family:  'Hoefler Text', Georgia, 'Times New Roman', serif;
	 font-weight: normal;
	 font-size: 1.75em;
	 letter-spacing: .1em;
	 line-height: 1.1em;
	 margin:0px;
	 text-align: center;
	 text-transform: uppercase;
	 color: #186f87;
	 }
h2{
	 font-size: 1.50em;
	 }
h3{
	 font-size: 1.25em;
	 }
article{
	 margin-top:35px;
	 }