#passport {
	margin-right: 58px;
	margin-left: 58px;
	text-align: center;
}
#passport h3 {
	padding-top: 10px;
}

#passportLeft {
	height: 270px;
	width: 420px;
	border: 1px solid #036;
	margin-top: 10px;
	margin-bottom: 20px;
	float: left;
	background-image: url(Images/Logo/maiw_stamp.png);
	background-repeat: no-repeat;
	background-position: 250px 100px;
}
#passportRight {
	height: 270px;
	width: 420px;
	border: 1px solid #036;
	margin-top: 10px;
	margin-bottom: 20px;
	float: right;
	background-image: url(Images/Logo/maiw_stamp.png);
	background-repeat: no-repeat;
	background-position: 250px 100px;
}
#passportHeader {
	font-weight: bold;
	color: #FFF;
	background-color: #036;
	height: 20px;
	width: 410px;
	padding: 5px;
}
#passportHeaderLeft {
	text-align: left;
	float: left;
}
#passportHeaderRight {
	text-align: right;
	float: right;
	font-style: italic;
}
#passportQuote {
	height: 100px;
	width: 400px;
	text-align: center;
	font-size: small;
	font-weight: bold;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 10px;
	margin-right: 10px;
	font-style: italic;
}
#passportQuote img {
	float: left;
	padding-right: 10px;
}
#passportInfo {
	height: 130px;
	width: 400px;
	font-size: small;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 20px;
	font-weight: bold;
	text-align: left;
	line-height: 10px;
}

