html,body {
	margin:0;
	padding:0;
}
html{
	background: #cbd8e6;
}
body {
	background: #FFF;
	width:800px;
	margin: 20px auto;
	border: 1px solid #fff;
	font-size:11pt;
	padding:10px 15px;
}

header, section{
	width:100%;
	max-width:800px;
	background:#fff;
	margin: -40px auto 0;
}
header{
	margin-bottom:25px;
	background:#ccc;
	border-bottom:double;
	display:inline-block;
	border-radius:5px 5px 0 0;
	padding:5px;
	-moz-box-shadow:     0px 4px 9px #aaa;
	-webkit-box-shadow:  0px 4px 9px #aaa;
	box-shadow:             0px 4px 9px #aaa;
	color: #3F4F79;
}
header img{
	max-width:300px;



}
.phone{
	display:inline-block;
	font-size:.9em;
	margin-left:20px;
	margin-top:-10px;
	position:relative;
	vertical-align:middle;
}

}
.address{
	display:inline-block;
	font-size:.9em;
	float:right;
	margin-right:60px;
			
}
.address address{
	margin-top:24px;

}
section{
	margin-top:50px;
	border-radius:15px;
	text-align:center;

}
h2 {
	font-size:1.3em;
}
.main{
	display:;
	width:525px;
	float:right;
	margin-right:40px;
}

.topText{
	background:#ccc;
	padding:5px;
	border-radius:10px;
}

.topText p{
	color:#4C5E91;
}

.form{
	background:#5d6c7e;
	padding:15px;
	border-radius:12px;
	margin-top:10px;
	margin-bottom:140px;
	color:#fff;
	
}

.finePrint{
	font-size:.7em;
	text-transform: uppercase;
}
.error{
	color:red;
}

.search{
	float:right;
	background:#ccc;
	margin-top:30px;
	font-size:1em;
}
.search:hover{
	background:#aaa;
}
.response {
	background:#ccc;
	padding:5px;
	margin:20px 0;
	border-radius:5px;
	font-size:1.3em;
}
.money{
	color:green;
	font-weight:bold;
}
.verification{
	color:red;
	font-style:italic;
}
#display{

	margin:35px auto 0;
	font-size:1.3em;
	border-top:2px solid;
	padding-top:10px;
}

#display th{
	text-decoration:underline;
	color:#000;
}
aside{
	display:inline;
	width:160px;
	float:left;
	background:#700B2D;
	color:#fff;
	padding:15px;
	text-align: left;
}
aside h2{
	font-size:1.6em;
	text-align:center;
}
aside ul {
	list-style:none;
	padding: 0;
	
}
aside ul li{
	margin-bottom:10px;
}


footer{
	clear:both;
	text-align:center;
	display:inline-grid;
}