@import url("ppdefault.css");

@media screen {
  #header {
	background-image: url(images/header-courses.gif);
  }
  #j #header {
	background-image: url(images/header-j.gif);
  }
  #p #header {
	background-image: url(images/header-p.gif);
  }
  #e #header {
	background-image: url(images/header-e.gif);
  }
  #a #header {
	background-image: url(images/header-a.gif);
  }
  #j h1 {
	border-bottom: solid 1px #006633;
  }
  #p h1 {
	border-bottom: solid 1px #7b1a31;
  }
  #e h1 {
	border-bottom: solid 1px #ffbe00;
  }
  #a h1 {
	border-bottom: solid 1px #494949;
  }

  #j h2 {
	border-left: solid 10px #006633;
  }
  #p h2 {
	border-left: solid 10px #7b1a31;
  }
  #e h2 {
	border-left: solid 10px #ffbe00;
  }
  #a h2 {
	border-left: solid 10px #494949;
  }
  #j p#breadcrumbs {
	background: #ccff99;
  }
  #p p#breadcrumbs {
	background: #ffe6ee;
  }
  #e p#breadcrumbs {
	background: #ffffcc;
  }
  #a p#breadcrumbs {
	background: #e6e6e6;
  }
  h3 {
        margin: 1.1em 38px 0.3em 68px;
  }
}
