@charset "utf-8";
#container  #topper {
	margin-top: 15px;
}

.employee {
	font-size: medium;
	font-weight: bold;
	color: #0033CC;
}
.jobtitle {
	font-weight: bold;
	font-size: 1.1em;
}

#left_nav {
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	list-style-type: none;
	text-align: left;
	list-style-image: none;
	list-style-position: outside;
	margin-top: 10px;
	margin-left: 0;
	padding: 0;
	font-weight: bold;
}

#left_nav li {
	display: list-item;
	list-style-image: none;
	list-style-type: none;
	padding-bottom: 0.1em;
}
#left_nav ul {
	list-style-image: none;
	list-style-type: none;
	margin-top: 2px;
	margin-right: 2px;
	margin-bottom: 0px;
	margin-left: 1.5em;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0.4em;
	padding-left: 0px;
}
#left_nav a {
	text-decoration: none;
	color: #000000;
}
#left_nav  a:hover {
	color: #003399;
	background: none;
	text-decoration: underline;
}
.process_desc {
	padding-top: 0px;
	padding-bottom: 10px;
}
.footnote {
	font-size: .7em;
}
.location {
	font-size: 1.15em;
	height: 104px;
	margin-top: auto;
	margin-bottom: auto;
	padding-left: 3px;
}
