h1 {
	font: lighter 180% Georgia, "Times New Roman", Times, serif;
	color: #000;
}
h2 {
	margin: 20px 0px 10px;
	font: bolder small-caps 95% Georgia, "Times New Roman", Times, serif;
	color: #000;
}
h3 {
	margin: 20px 0px 10px; font: bolder 95% Georgia, "Times New Roman", Times, serif;
	color: #000;
}
p {
	margin-top: 0px;
	font: 75%/140% arial, Helvetica, sans-serif;
}
table td, table th {
	font: 75%/140% arial, Helvetica, sans-serif;
	padding: 2px;
}

ul {
	list-style: square;
}
ul li {
	font: 75%/140% arial, Helvetica, sans-serif;
}
ul li a {
	color: #000;
	text-decoration: underline;
}

p a {
	color: #000;
	text-decoration: underline;
}

body {
	margin: 0px;
	color: #000;
	background-color: #FFF;
	text-align: center;
}

div#wrap {
	text-align: center;
}
div#toprow {
	display: none;
}

div#contentrow {
	background-color: #fff;
}
div#content {
	width: 100%;
	text-align: left
}
div#leftcol {
	width: 100%;
}
div#menu {
	display: none;
}

div#footerrow {
	border-top: #000 2px solid;
	margin-top: 25px;
}
div#footer {
	padding: 10px 0 0 0;
	margin: 0px auto 25px;
	width: 100%;
	text-align: left;
}
div#footer p#copyright {
	margin: 0px;
}
div#footer ul {
	display: none;
}

div#toplink {
	display: none;
}

div#breadcrumbs {
	display: block;
	font: 70% arial, Helvetica, sans-serif;
	color: #999;
	padding: 5px 0 5px 0;
/*	border-bottom: #999 1px dotted;		*/
}
div#breadcrumbs a {
	color: #000;
	text-decoration: none;
}

/* Search results table ______________________________________________ */

table#search th, table#search td {
	padding: 7px;
}
table#search th {
	font-weight: bold;
	text-align: left;
	color: #000;
}
table#search td a {
	text-decoration: underline;
	color: #000;
}
table#search td a:hover {
	text-decoration: none;
}

div#searchnav {
	display: block;
	height: 38px;
	padding: 0 7px;
}
div#searchnav img.prev {
	float: left;
	margin-top: 10px;
}
div#searchnav img.next {
	float: right;
	margin-top: 10px;
}

/* Overall Site styles _______________________________________________ */

.clear {
	clear: both;
}
.bold {
	font-weight: bold;
}
.error {
	padding: 0 0 30px 0;
	color: #FF0000;
}
form {
	margin: 0;
}

h1.graphical img {
	display: none;
}

/* Home Style _________________________________________________________ */
.homeJob h2 a {
	color: #000;
}

/* Form styles */

form#regForm {
	background-color: #FFF;
	padding: 25px;
}

.formLine {
	clear: left;
	height: 25px;
}
.formLineLarge {
	clear: left;
	height: 130px;
}
label {
	font: 70% arial, Helvetica, sans-serif;
	color: #000;
	font-weight: bold;
}
.formLine input.button {
	background-color: #000;
	color: #FFF;
	font-weight: bold;
}
.formLine label, .formLineLarge label {
	width: 120px;
}
.formLine label {
	float: left;
}
.formLine input, .formLine select {
	float: left;
	width: 300px;
	border: 1px solid #000;
	font: 75% arial, Helvetica, sans-serif;
	color: #000;
}
.formLineLarge textarea {
	width: 416px;
	margin-top: 6px;
	border: 1px solid #000;
	font: 75% arial, Helvetica, sans-serif;
	color: #000;
}

.officePhoto {
	float: left;
	margin-right: 32px;
	border: 2px solid #000;
}