/* Stylesheet for Printing */

.lightText
{
  display: none;
}

#mainNavTable
{
  display: none;
}

#mainFrame
{
  height: 11.0in;
  width: 100%;
  background-color: white;
}

/* Copied from handout-stylesheet2.css, below, minus the selector above: */

html
{
  height: 95%;
}

body, frameset
{
  font-family: Arial, sans-serif;
  height: 95%;
  width: 95%;
}

body.menu
{
  background-color: #EEEEFF;
  color: #000000;
  padding: 0px;
  margin: 0px;
}

.mainTitle
{
  margin-left: 10px;
  margin-top: 10px;
}

.mainBody
{
  background-color: #660066;
  background-image: url(images/violet_wallpaper.jpg);
}

.nav td
{
  font-size: 0.7em;
}

td.heading
{
  font-size: 1em;
  font-weight: bold;
}

.centered
{
  text-align: center;
}

div.content
{
  text-align:left;
}

div.menuContent
{
  text-align:center;
}

#mainDiv
{
  height: 78%;
  width: 748px;
}

.datetimestamp
{
  font-size: xx-small;
  font-family: Arial, sans-serif;
  color: red;
}

.expandedList li
{
  margin-bottom: 12px;
}

span.revision
{
  color: red
}

.buttonText
{
  color:black;
  font-style:normal;
  font-size:medium;
  text-decoration:none;
}

.subHead
{
  background-color:#FFCCCC;
}

.subdivider
{
  text-align:center;
  width:75%;
}

.studentList a
{
  font-size: 1.5em;
}

#studentListTable
{
  width: 50%;
  text-align: left;
}

#handoutTable
{
  text-align: left;
}
