* {
	margin: 0px;
	padding: 0px;
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
body {
	background-color: #0084A9;
	font-family: Arial, Helvetica, sans-serif;
}
table {
	border-collapse: collapse;
}
#horizon {
	height: 1px;
	overflow: visible;
	position: absolute;
	top: 50%;
	width: 100%;
}
#outer {
	height: 232px;
	width: 400px;
	margin-left: -200px;
	position: absolute;
	left: 50%;
	top: -116px;
}
#wrapper {
	background-color: #FFFFFF;
	height: 232px;
	width: 400px;
	border: 4px solid #02ADD3;
}
#logo {
	float: left;
	width: 160px;
	margin-top: 22px;
	margin-left: 22px;
	margin-right: 22px;
}
#text-col {
	float: left;
	width: 179px;
	margin-top: 22px;
}
#text-col h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 21px;
	line-height: 22px;
	font-weight: normal;
	color: #0084A9;
	margin-top: 0px;
	margin-bottom: 25px;
}
#text-col p {
	font-size: 12px;
	line-height: 14px;
	color: #005A84;
	margin-top: 0px;
	margin-bottom: 13px;
}
#text-col a:link, #text-col a:visited {
	color: #02ADD3;
	text-decoration: underline;
}
#text-col a:hover, #text-col a:active {
	color: #005A84;
	text-decoration: underline;
}
.alt-blue {
	color: #02ADD3;
}
