@charset "UTF-8";

/*------------------------------
   CMD Lab. Profile
------------------------------*/

/*------------------------------
   page title
------------------------------*/

h1 {
  background-image: url(../images/profiletitle-right.png);
  background-repeat: no-repeat;
  background-position: right;
}

/*------------------------------
   greeting
------------------------------*/

img#president {
  float: right;
  margin: 0 26px 13px 20px;
}

h3.section {
  margin-top: 1em;
  margin-left: 26px;
  font-weight: bold;
  color: #573124;
}

div#signature {
  margin-right: 26px;
  margin-bottom: 13px;
}


/*------------------------------
   profile
------------------------------*/

table {
  margin: 7px auto 10px;
  text-align: center;
  width: 95%;
}

th {
  width: 6em;
  text-align: center;
}

table dl {
  margin: 0;
  padding: 0;
}

table dt {
  clear: left;
  float: left;

  width: 6em;
}

table dd {
  margin-left: 6em;
}
