body {
	font-family: arial;
	font-size: .90em;
	position: relative;
}

#pgheader {
	text-align: left;
	padding: 5px 5px 60px 5px;
}

#pgbody {
	background-color: #93B9DC;
}


a:link {
	color: white;
	text-decoration: none;
	font-weight: bold;
	position: relative;
	height: 50px;
	width: 150px;
	background-color: #005AC3;
	text-align: center;
	display: block;
	line-height: 50px;
}

a:visited {
	color: white;
	text-decoration: none;
	font-weight: bold;
	position: relative;
	height: 50px;
	width: 150px;
	background-color: #005AC3;
	text-align: center;
	display: block;
	line-height: 50px;
}

a:active {
	color: white;
	text-decoration: none;
	font-weight: bold;
	position: relative;
	height: 50px;
	width: 150px;
	background-color: #005AC3;
	text-align: center;
	display: block;
	line-height: 50px;
}

a:hover {
	color: white;
	text-decoration: underline;
	font-weight: bold;
	position: relative;
	height: 50px;
	width: 150px;
	background-color: #005AC3;
	text-align: center;
	display: block;
	line-height: 50px;
}

#phxjobs {
	position: relative;
	top: 50px;
	left: 25%;
}

#otherjobs {
	position: relative;
	left: 60%;	
}

p.pgfooter {
	color: #005AC3;
	font-weight: bold;
	text-align: center;
	padding-bottom: 25px;
}