.header {
	position: relative;
	font-size: 9px;
	font-family: Arial,Helvetica,sans-serif;
	width: 905px;
	height: 75px;
	margin-left: 50px;
	border: 1px solid black;
	margin-top: 1px;
	background-color: #fff;
}

.lifa-logo {
	width: 50px;
	height: 50px;
	background-image: url("../images/logos/association_small.gif");
	background-repeat: no-repeat;
	position: relative;
	float: left;
	clear: none;
	margin-top: 10px;
	margin-left: 1px;
}

.prometric-logo {
	width: 90px;
	height: 36px;
	background-repeat: no-repeat;
	float: right;
	clear: none;
	margin-right: 1px;
	margin-top: 17px;
}

.header-lifa-text {
	position: relative;
	float: left;
	clear: none;
	margin-left: 4px;
	margin-top: 18px;
}

.header-prometric-text {
	position: relative;
	float: right;
	clear: none;
	text-align: right;
	margin-right: 4px;
	margin-top: 18px;
}

.header-link:link {
	color: #000;
	text-decoration: none;
}

.header-link:visited {
	color: #000;
	text-decoration: none;
}

.header-link:hover {
	color: #000;
	text-decoration: none;
}

.header-link:active {
	color: #000;
	text-decoration: none;
}