body {
    min-width:780px;
}

ol.plLvl1List {
  list-style-type: decimal;
}
ol.plLvl1List li { /* li within ol with given style take on below style. */
  margin: 4px 0px 4px 0px;
}


ol.plLvl2List {
  list-style-type: upper-alpha;
}

ol.plLvl3List {
  list-style-type: lower-roman;
}

/* style all li within ul's with given style */
ul li {
  margin: 4px 0px 4px 0px;
}

p.plh1{
  font-family: Lucida Sans Unicode, Lucida Sans, Lucida Grande, sans-serif;
  font-size: 15pt;
  text-align: left;
  font-weight: bold;
  margin: 12px 8px 12px 8px;
  text-transform: uppercase;
}

p.plh2{
  font-family: Lucida Sans Unicode, Lucida Sans, Lucida Grande, sans-serif;
  font-size: 13pt;
  text-align: left;
  font-weight: bold;
  margin: 8px 8px 8px 8px;
  text-transform: uppercase;
}

p.plh3{
  font-family: Lucida Sans Unicode, Lucida Sans, Lucida Grande, sans-serif;
  font-size: 15pt;
  text-align: left;
  font-weight: bold;
  margin: 8px 8px 8px 8px;
  text-transform: uppercase;
}

.wrap {
    border-style: solid;
    border-width: 2px;
    border-color: rgb(129, 129, 190);
    margin:0 auto;
    width:780px;
}
#header {
    background:rgb(79, 79, 159);
}
#header h1 {
    color:rgb(255,255,255);
    padding:5px;
    margin:0;
}
#topbar {
    padding:3px;
}
#topbar ul{
    margin:0;
    padding:0;
    list-style:none;
}
#topbar li{
    display:inline;
    margin:0;
    padding:0;
}
#leftbar {
    float:left;
    width:50%;
}
#rightbar {
    float:right;
    width:50%;
}
#footer {
    background:rgb(255, 165, 020);
    clear:both;
}
#footer p {
    padding:5px;
    margin:0;
}

div.jobitem {
	border-width: 2px 2px 2px 2px;
	border-style: solid solid solid solid;
	border-color: rgb(129, 129, 190);
    margin: 3px 9px 6px 9px;
}

p.ppagelet {
  text-align: justify;
  margin: 8px 8px 8px 8px;
}

p.pjobtitle {
  text-align: center;
  font-weight: bold;
  margin: 8px 8px 8px 8px;
}

p.psectiontitle{
  text-align: left;
  font-weight: bold;
  margin: 8px 8px 8px 8px;
}

.hilite {
    background-color: yellow;
    font-weight: bold;
}


