body { 
	font: smaller "Georgia", "Book Antiqua", "Times Roman", serif;
	background: #fff;
	color: #000;
        margin: 0.5em 0;
        padding: 0;
}
table, th, tr, td {
	font-family: "Georgia", "Book Antiqua", "Times Roman", serif;
        font-size: 100%;
}

a, a:visited  {
	text-decoration: none;
	color: #05b;
}
a:hover {
	text-decoration: underline;
	color: #d48;
}

#header {
	font-size: 85%;
	border-bottom: 1px solid #9be;
	text-align: right;
	padding: 0.2em 2em;
}
#who h4 {
	text-align: center;
	font-weight: bold;
	font-variant: small-caps;
	font-size: 112%;
}
#main {
	margin-left: 3em;
	margin-right: 4.5em;
}	

.section {
	margin: 0; /* no effect */
	margin-top: 2em;
}

.section h3 {
	font-weight: bold;
	font-size: 112%;
	color: #026;
	margin-left: -1.5em;
	margin-bottom: 1em;
}
.section .separator {
	display: none;
}

.section .job {
	color: #015;
	margin-bottom: 1em;
	_margin-bottom: 0em;   /* IE adds margin space as if a border were there */
	_width: 99%;   /* Critical on IE to prevent table overflow and extraneous space after empbar */
}

.section .project {
	margin-bottom: 1em;
}

.jobtitle {
	font-style: italic;
	clear: both;
}

.timespan {
	color: #039;
	float: left;
        width: 25%;
}

.employer {
        text-align: center;
        float: left;
        width: 50%;
        _width: 49%;      /* IE: prevent overflow to next line */
}

.location {
            float: right;
	text-align: right;
        width: 25%;
}

.empbar {
	float: left;
	width: 100%;
        border-bottom: 1px solid #9be;
}

#skills .name {
	color: #039;
}       
#related {
	display: none;
}


.section .job .jobdesc, .section .project .projdesc {
	text-align: justify;
	color: #000;
	/* padding-right: 3em; */ /* now in #main */
}

.section ul {
/*	text-align: justify; */
	list-style: none;
	line-height: 1.3em;
        padding-left: 0;
        margin: 0;
}
.section ul li {
	text-indent: -2em;
	margin-left: 2em;
/* ie may not like this */
	padding-bottom: 0.2em;
}

p {
	margin-top: 0em;
	margin-bottom: 0;
	line-height: 1.3em;
}
.jobdesc p { 
        margin-left: 0.7em;
        margin-bottom: 1em;
}
.jobdesc { 
        clear: both;
        margin-top: 0em;
}

table.tprojects th {
	font-weight: normal;
	padding-right: 2em;
}

acronym {
	border: none;
	font-style: normal;
	cursor: help;
}

table.categories {
	margin-left: 0.7em;
	margin-top: 0em;
        margin-right: 0;
        padding-right: 0em;
        width: 100%;                  
        _width: 99%;          /* IE: match jobdesc container width */
        margin-bottom: 1em;
        display: block;       /* firefox fix */
}
table.categories TH {
	text-align: left;
	vertical-align: top;
	padding-right: 1em;
	font-weight: normal;
	text-decoration: underline;
}

.section table.categories tr td ul {
	margin: 0;
	padding: 0;
        padding-left: 0em;
}
.section .categories TR TD UL LI {
	line-height: 1.3em;
	padding-bottom: 0em;
        padding-left: 0em;
	/* line-height: 1em; */
}
