	 {
		box-sizing: border-box;
		margin:0px; padding:0px;
	}


	@font-face {
		font-family: 'Neue Haas Unica';
		src: local('Neue Haas Unica Regular'), local('Neue-Haas-Unica-Regular'),
		url('') format('woff2'),
		url('') format('woff'),
		url('') format('truetype');
		font-weight: 400;
		font-style: normal;
	}

	@font-face {
		font-family: 'Neue Haas Unica';
		src: local('Neue Haas Unica Bold'), local('Neue-Haas-Unica-Bold'),
		url('') format('woff2'),
		url('') format('woff'),
		url('') format('truetype');
		font-weight: 700;
		font-style: normal;
	}
	html {
		min-height: 100%;
	}
	img {
		max-width: 100%;
		height: auto;
		border:none;
		width:auto;
	}


	#wrapper {
		position: relative;
		max-width:940px;
		margin: 12px auto;
		border:1px solid #000;
		padding: 0px;
		background-color: #fff;
		overflow: hidden;
		text-align: left;
		font-family:'Neue Haas Unica', Arial, Helvetica, sans-serif;
		font-size: 14px;
		font-style: normal;
		font-weight: 100;
		line-height: 20px;
	}
	header {
		margin: 0px 0px 0px 0px;
		padding: 0px 0px 0px 0px;
	}
	article {
		margin: 0px 0px 0px 0px;
		padding:30px 30px 0px 30px;
	}

	footer {
		margin: 0px 0px 0px 0px;
		padding: 0px 30px 0px 30px;
	}
	footer a {
		color: #000;}
	nav,figure,address{
		display:block;
		margin:0px;
		font-style:normal;
		padding:0px;}
		p{
			margin:0px 0px 20px;
			padding:0px;}

			h1 {
				margin: 20px 0px 20px 0px;
				padding: 0px 0px 0px 0px;
				font-size: 21px;
				line-height: 29px;color: rgb(0, 87, 184);
				text-align:center;	font-weight: 700;
			}
			h2 {
				font-size:16px;color: rgb(0, 87, 184);
				margin: 20px 0px 10px;
				line-height: 22px;font-weight: 700;
			}
			h3 {
				font-size:16px;color: rgb(0, 87, 184);
				margin: 20px 0px 10px;
				line-height: 22px;font-weight: 700;
			}
			a{
				color: rgb(0, 87, 184);
				text-decoration: none;
			}


			ul {
				margin: 0px 0px 20px 10px;
				padding: 0px 0px 0px 0px;
				list-style: none;
			}
			ul li {
				padding-left:20px;
			}
			li:before {
				content: "\025A0";
				color: #000;
				float: left;
				margin-left: 0px;
				font-size: 9px;
				text-indent:-20px;
				margin-top: -1px;
			}
			.clear{
				clear:both; 
				margin:0px;
				display:block;
				padding:0px;} 

				header img{ position:relative; top:0px; left:0px; margin:0px auto;}
				strong{font-weight: 700;}
				.p{text-align: center;}
				.a{color: rgb(0, 87, 184);text-decoration: underline;}
				header aside{text-align: right;
					padding:30px;}
				header section img{display: block;}
				@media all and (max-width:740px) {
					#wrapper {
						width:100%;
						min-width: 200px !important;
						padding:0px;
						border:none;
					}
					header {
						height: auto;	
						padding:0%;	
						width:auto;
						margin:0px;
					}
					article {
						height: auto;	
						padding:3% 3% 0;	
						width:auto;
						margin:0px;
					}

					footer {
						height: auto;	
						padding:0 3% 3%;	
						width:auto;
						margin:0px;
					}
					h1{
						margin: 3% 0px 3% 0%;
						font-size: 18px;
						line-height: 25px;
					}
					h2{
						margin: 2.5% 0px;
						font-size: 15px;
						line-height: 21px;
					}
					h3{
						margin: 2.5% 0px;
						font-size: 13px;
						line-height:18px;
					}
					a:hover{
						text-decoration:underline;
						color:#0160ae}	
						
						p{
							margin:0px 0px 3%;
						}

							footer br{display: block;}

						}
