html {
	overflow: scroll;
}
html, body {
	font: 12px Arial, Helvetica, sans-serif;
	background: #666;
	text-align: center;
	margin: 0;
}
h1 {
	font-size: 16px;
	color: #370504;
	background: #B9B9B9;
	text-align: center;
	padding: 2px;
}
h2 {
	font-size: 14px;
	color: #093B78;
	background: #7DA8DB;
	text-align: center;
	padding: 2px;
}
img {
	border: none;
}
a:link {
	color: #000;
}
a:visited {
	color: #666;
}
a:hover {
	text-decoration: none;
}
body.noscript #noscript {
	display: none;
}
#container {
	background: #FFF;
	margin: 10px auto;
	width: 738px;
}
#wrapper {
	overflow: hidden;
}
#left {
	margin-bottom: -2000px;
	padding-bottom: 2000px;
	float: left;
}
#menu {
	font-weight: 700;
	padding: 0 5px;
}
#menu a {
	color: #B9B9B9;
	text-decoration: none;
}
#menu a:hover {
	color: #7DA8DB;
}
#right {
	margin-bottom: -2000px;
	padding-bottom: 2000px;
	float: left;
}
#subHeader {
	background: #B9B9B9;
}
#content {
	padding: 10px;
}
#titleHolder {
	width: 194px;
}
#homeLeft {
	float: left;
}
#mia {
	text-align: center;
	width: 182px;
}
#mara {
	text-align: center;
	width: 182px;
}
#homeRight {
	float: right;
}
#visa {
	margin-top: 15px;
}
#passport {
	margin-top: 10px;
}
#footer {
	font-size: 10px;
	background: #B9B9B9;
	text-align: center;
}
.center {
	text-align: center;
}
.floatLeft {
	float: left;
}
.floatRight {
	float: right;
}
.pdf {
	vertical-align: bottom;
}
.small {
	font-size: 10px;
}