body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 18px;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 18px;
}
td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 18px;
}
li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 18px;
}
.header {
	font-family: "gill sans", Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: normal;
	color: #027d9b;
	line-height: 24px;
}
.subtext {
	font-family: "gill sans", Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 18px;
	font-weight: bold;
	color: #cf7f21;
}
.bg {
	background-image: url(art/bgbtmtop.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}
.bg2 {
	background-image: url(art/bgbtmbtm.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}




table.job_table {
	background-color:#fff;
	border:1px solid #444;
	border-spacing:0px;
	border-collapse:collapse;
	padding-right:1px;
	width:90%;
}

table.job_table th{
background-color:#cf7f21;
color:#fff;
	margin:0px;
	border:none;
	font-weight:normal;
	line-height:1.1em;
	text-align:left;
}

table.job_table td
, table.job_table th {
   padding:5px;
}

table.job_table tr.even {
background-color:#eee;
}

table.job_table td a:hover {
	color:#000;
}

table.job_table a.fac-link 
{
	display:block;
}