

/* APG Styles */
p.SponsorDept {
  margin-top: -10px;
  padding-top: 0;
  font-size: 100%;
  letter-spacing: 1px;
  }

div.APGMoreInfo {
  float: right;
  padding-left: 10px;
  padding-bottom: 10px;
  margin-left: 10px;
  border: solid #b3b3aa 1px;
  }

div.APGMoreInfo h3 {
  margin-top: 0;
  margin-left: -10px;
  width:273px;
  }

div.APGDescriptions h3:first-child {
  margin-top: 0;
  }

.APGDescriptions ul {
  margin-top: 7.5pt;
  margin-bottom: 7.5pt;
  margin-left: 0;
  }

.APGDescriptions p + ul {
  margin-top: -7.5pt;
  }

div.APGAcademicYear {
  margin-bottom: .5em;
  }

.APGSemester {
  width: 100%;
  }

.APGCourse {
  width: 84%;
  vertical-align: bottom;
  }

.APGHours {
  text-align: right;
  vertical-align: bottom;
  }

.APGTotalHours {
  text-align: right;
  font-weight: bold;
  vertical-align: bottom;
  }

table.APGTwoColumn, table.APGTwoColumn tr, table.APGTwoColumn th, table.APGTwoColumn td {
  border: none;
  margin: 0;
  padding: 0;
  text-align: left;
  }

ul.APGTwoColumn {
    float: left;
    width: 100%;
    padding: 0;
    list-style-type: none;
    }

ul.APGTwoColumn li {
    text-indent: -10px;
    margin: 0 0 0 10px;
    padding: 0 10px 0 0;
    float: left;
    width: 46%;
    }

.APGDescriptions ul.APGTwoColumn + ul.APGTwoColumn {
    margin-top: -7.5pt;
    }
/* End APG Styles */