@import url(navbar.css);
@import url(footer.css);

#wrapper {
  margin: 0 auto 1.8em auto;
  padding: 0em 1.8em;
  width: 75em;
}

#primaryContent, #sideContent {
  margin-top: 2.7em;
}

#twoColLayout #primaryContent {
  float: left;
  width: 56.1em;
}

#twoColLayout #sideContent{
  float: right;
  width: 18.4em;
}

.box {
  border: 0.3em ridge #A9A9A9;
  display: block;
  margin-bottom: 1.8em;
  overflow: visible;
  padding: 1.5em;

  /* CSS 3 */
  -moz-box-shadow: 0.4em 0.4em 1.5em #DDD;
  -webkit-box-shadow: 0.4em 0.4em 1.5em #DDD;
  box-shadow: 0.4em 0.4em 1.5em #DDD;
}

.box .label {
  background-color: white;
  float: left;
  position: relative;
}

.box h2.label {
  margin-bottom: -1.2em;
  padding: 0em 0.5em;
  top: -1.7em;
}

.box div.first, .box p.first {
  margin-top: 0;
}

.box div.last, .box p.last {
  margin-bottom: 0;
}

p {
  text-align: justify;
}

a:active {
  color: #000000;
}

a:hover {
  color: #660033;
}

a:link {
  color: #000000;
}

a:visited {
  color: #660033
}

.psParamName,
.psParamValue {
  display: inline-block;
  margin: 0.4em;
}
