body {
  font-family: Tahoma,Verdanna,Arial,sans-serif;
  font-size: 100%;
  line-height: 1.166;
  margin: 0px;
  padding: 0px;
  background-color: #000000;
}

.normText {
  color: #000000;
  font-size: 90%;
  font-style: normal;
}

/* header tag styles                            */

h1 {
  font-weight: bold;
}
h2 {
  font-weight: bold;
  font-size: 100%;
}
h3 {
  font-weight: bold;
  font-size: 100%;
}
h4 {
  font-weight: normal;
  font-size: 100%;
  color: #333333;
}

/* Layout Divs                                 */
#pagecell1 {
  left: 2%;
  right: 2%;
  width: 96%;
  background-color: #000000;
}

#masthead {
  height: 18px;
  padding: 8px 0px 8px 5px;
}
#masthead h2 a {
  color: #ffd700;
  text-decoration: none;
}

#pageName {
  padding: 0px 20px 10px 10px;
  background-image: url('fadeGrayWhite.png');
  border-bottom: 1px solid #ccd2d2;
}
#pageName h1 {
  font-weight: bold;
  font-size: 160%;
  color: #000000;
  line-height: 140%;
}
#pageName h3 {
  color: #334d55;
}
#pageName h3 a {
  color: #21536a;
  font-weight: normal;
  text-decoration: none;
}
#pageName h3 a:hover {
  color: #334d55;
  text-decoration: underline;
}
#pageName img {
  float: left;
  margin-right: 10px;
}

#pagecell2 {
	left: 2%;
	right: 2%;
	width: 96%;
	background-color: #ffffff;
	border-top: 1px solid #ccd2d2;
}

#sectionLinks {
  float: left;
  width: 190px;
  padding: 0px;
  background-color: #f5f7f7;
  border-right: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
  font-size: small;
}
#sectionLinks a:link, #sectionLinks a:visited {
  display: block;
  border-top: 1px solid #ffffff;
  border-bottom: 1px solid #cccccc;
  font-weight: bold;
  padding: 3px 0px 3px 10px;
  color: #21536a;
}
#sectionLinks a:hover {
  border-top: 1px solid #cccccc;
  background-color: #ddeeff;
  font-weight: bold;
  text-decoration: none;
}
#sectionLinks .title {
  display: block;
  border-top: 1px solid #ffffff;
  border-bottom: 1px solid #cccccc;
  font-weight: bold;
  color: #000000;
  text-align: center;
  padding: 3px 0px 3px 10px;
}

#content {
  padding: 8px 8px 8px 16px;
  margin: 0px 0px 0px 190px;
  border-left: 1px solid #ccd2d2;
}
#content > div#about {
  padding: 0;
  height: 48px;
  background: #c6dfff;
}
#content > div#about > div.info {
  display: none;
}
#content > div#about > h3 {
  text-decoration: underline;
}
#content > div#about > h3:hover + div.info {
  display: block;
  padding: 10px;
  float: left;
  background: #c6dfff;
  color: #000000;
  font-size: 90%;
  font-style: normal;
  line-height: 1.2;
}
#content > #academics {
  width: 94%;
  position: relative;
  height: 280px;
}
#content > #academics > .dropMenu {
  list-style-type: none;
  float: left;
}
#content > #academics > .dropMenu ul {
  list-style-type: none;
  position: absolute;
  display: none;
  z-index: 999;
}
#content > #academics > .dropMenu > li {
  width: 300px;
  float: left;
  color: #21536a;
}
#content > #academics > .dropMenu li a {
  display: block;
  padding: 0;
  text-decoration: none;
}
#content > #academics > .dropMenu li a.noBlock {
  display: inline;
}
#content > #academics > .dropMenu li ul {
  list-style-type: disc;
  padding-top: 10px;
  padding-right: 10px;
  background-color: #c6dfff;
}
#content > #academics > .dropMenu li:hover ul {
  display: block;
}
#content > #academics > .dropMenu li ul li {
  margin-bottom: 10px;
}

#intro {
  color: #000000;
  margin-bottom: 10px;
}

#siteInfo {
  clear: both;
  border-top: 1px solid #cccccc;
  font-size: small;
  color: #ffffff;
  width: 100%;
  text-align: center;
  padding: 10px 10px 10px 10px;
  background-color: #000000;
}
#siteInfo a:link, a:visited {
  color: #ffffff;
}
#siteInfo a:hover {
  color: #c6dfff;
}
/* end                                     */