/* any large floats need to be unfloated for gecko based browsers */

/* remove all background colors */

/* ensure all headings and text are not white */
h2 {
  color: #666666;
}

body {
  background: white;
  font-size: 12pt;
}

.ULcontent {
  width: 46em;
}

img#crest {
  width: auto;
  height: auto;
}

#rightbar, #mainMenu, img.splash, .ULsidebar, .btt, .toc, .breadcrumb, .cleaner {
  display: none;
}

.ULmain {
  margin: 0;
  padding: 0;
}

.ULtext {
  margin: 0;
  padding: 0;
}

#stugrad .ULtext {
  margin-right: 0em;
  padding-right: 0.5em;
}

/* Fix IE. Hide from IE Mac \*/
* html body .ULcontent {
  width: auto;
}
/* End */


