p.job_desc {
	font: italic normal 1.1em Georgia, "Times New Roman", times, serif;
	color: #444;
	padding: 4px 0;
}

a.job_title {
	font-size: 1.2em;
	color: #444;
	text-decoration: none;
	font-weight: bold;
}

a.job_title:hover {
	color: #000;
	text-decoration: underline;
}

table#job_postings {
	width: 100%;
	position: relative;
	margin: 2.0em auto;
}

table#job_postings th {
	font-weight: bold;
	font-size: 1.4em;
	color: #333;
	text-align: left;
	text-indent: 5px;
	border-bottom: 1px dotted #ccc;
}

table#job_postings td {
	border-bottom: 1px dotted #ccc;
	padding: 4px 5px;
	vertical-align: middle;
}

td.job_location {
	font-weight: bold;
	font-style: italic;
}

.altrow td {
	background: #f0f0f0;
}

ul.paginator {
	padding: 10px 0;
	display: block;
}

ul.paginator li {
	float: left;
}

ul.paginator li a {
	float: left;
	border: 1px solid #fff;
	text-decoration: none;
	color: #003d96;
	font-weight: bold;
	padding: 5px 10px;
	font-size: 1.2em;
}

ul.paginator li a:hover {
	border: 1px solid #003d96;
}

ul.paginator li.current_page a {
	background: #003d96;
	color: #fff;
}

h2 {
	width: 100%;
	padding: 10px;
	font-size: 1.7em;
	font-weight: bold;
}

h3 {
	width: 100%;
	padding: 10px;
	font-size: 1.4em;
	font-weight: bold;
}

div.clear {
	width: 100%;
	display: block;
	height: 10px;
	clear: both;
}