body {
	margin: 2px;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 1em;
	background-color: #fff;
	background-image: url(bios-background.gif);
	text-align: left;
}

a:visited {
	color: #93A445;
}

a:link {
	color: #5A0000;
}

table {
	margin-top: 20px;
	margin-bottom: 30px;
	border: 0px;
	background-color: #fff;
	width: 80%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

table tr th {
	padding: 5px;
	background-color: #eee;
	border-bottom: 3px solid #93a445;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 1.3em;
	color: #000;
}

table tr td {
	padding: 5px;
	font-size: small;
	vertical-align: top;
}

table tr.lastrow td {
	padding: 5px;
	font-size: small;
	border-bottom: 1px solid #555555;
	vertical-align: top;
}

table#header {
	border: 0px;
	background-color: #fff;
	width: 80%;
}

table#header tr th {
	padding: 5px;
	background-color: #fff;
	border-right: 0px;
	border-bottom: 0px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 2.5em;
	color: #000;
	padding-left: 25px;
}

table#header tr th#headerleft {
	width: 220px;
	border-right: 1px solid #93a445;
	padding-left: 0px;
}

table#header tr th#headerleft img {
	margin-top: 15px;
}


.job-title {
	font-size: 0.4em;
	color: #999;
	margin-left: 30px;
}


