*	{ margin: 0; padding: 0; }

body, input, pre, textarea, select
{
  /* font-size: 9pt; */
  /*
   aspects for a few fonts from w3's css2 spec example for font-size-adjust
   Verdana		.58
   Comic Sans MS 	.54
   Trebuchet MS		.53
   Georgia		.5
   Myriad Web		.48
   Minion Web		.47
   Times New Roman	.46
   Gill Sans		.46
   Bernhard Modern	.4
  */
  /* font-size-adjust: 0.53; */
  /* font-family: "Trebuchet MS", Tahoma, "Georgia", "Baskerville", "Times New Roman", serif; */
  font-family: Tahoma, "Times New Roman", serif;
}


h1				{ font-size: 120%; }


/* this is true in mozilla, but not in IE */
fieldset                        { display: block; }

p				{ text-align: justify; }

a
{
    color: inherit;
    background-color: inherit;
    text-decoration: none;
    border-style: none none dotted none;
    border-width: 0 0 1px 0;
}


form				{ margin-top: 1ex; padding-top: 0ex; padding-bottom: 4ex; }

body				{ margin-left: 1.5em; margin-right: 1.5em; }
h1				{ margin-left: -.8em; padding-top: 1ex; clear: left; }

#header				{ width: auto; min-width: 27em; xxheight: 8ex; margin: 0 -1.5em 0 -1.5em; padding: 0 .5em 0 .5em; }
#header div			{ width: 30%; }
#header ul			{ width: auto; font-size: 75%; }
#header .left			{ width: 31%; }
#header .middle			{ width: 42%; }
#header .right			{ width: 25%; }

#skills .skill			{ min-width: 26em; padding-bottom: .75ex; }

.job				{ min-width: 25em; padding-bottom: 3ex; }
.job .summary
{
    xxheight: 5.5ex;
    padding-top: .5ex;
    margin-top: 1ex;
    border-style: solid none dotted none;
    border-width: 2px 0 1px 0;
}
.job .summary .left		{ margin-right: .5em; }
.job .summary li		{ font-size: 75%; white-space: nowrap; }
.job .summary li.title		{ font-size: 110%; }
.job .summary li.company	{ font-weight: bold; }
.job p, .job .skill		{ padding-top: .5ex; padding-bottom: .5ex; margin-left: .5em; margin-right: .5em; }
