body { font-family: sans-serif }
pre { font-family: monospaced }
pre.example { background: lightblue; }
body.contents { 
  background: #dadee1; 
}
a:visited { color: #00679e; }
h1 { color: #00679E }
h2 { color: #00679E }
h3 { color: #00679E }
h4 { color: #00679E }
a.nodec img { 
	border: 0;
}

#left-bar {
	position: absolute;
	left: 8px;
	width: 220px;
	/* background-color: #dadee1; */
}

#outer {
	margin-left: 230px;
	/* background-color: pink; */
}
	
#top-bar {
	margin-bottom: 1em;
	border-top: black 1px solid;
	border-bottom: black 1px solid;
	background-color: #dadee1;
}
#top-bar A
{
	color: black;
	text-decoration: none;
	white-space: nowrap;
	padding-left: 0.5em;
	padding-right: 0.5em;
}
#top-bar A.active
{
    background-color: #999;
}
#top-bar A:hover
{
    background-color: #ccc
}

#content {
	/* background-color: lime; */
}

#career_postings .date {
	display: block;
	float: left;
	font-size: 14px;
	font-weight: normal;
	height: 15px;
	margin-right: 5px;
	width: 80px;	
}

ul#career_postings {
	font-size: 14px;
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
	margin: 10px 0 0 10px;
}
ul#career_postings li {
	padding: 5px 0 3px;
}
