body {
  background-image: url('images/menu_background.gif');
  background-repeat: no-repeat;
	background-color: #4251ad;
	color: white;
     }

#top { 
	position: absolute; top: 0px; left: 155px;
	width: 80%;
	height: 145px; 
	text-align: center;
     }

#footer {
	float: bottom;
	height: 10px;
	width: 80%;
	text-align: center;
	   }

#side {
	position: absolute; top: 0px; left: 0px;
  width: 145px;
      }

#page-box {
	position: absolute; top: 145px; left: 145px;
	min-width: 600px; max-width: 1920px;
	min-height: 145px; 
	padding: 10px;
	    }

#content { 
	overflow: auto; 
	padding-bottom: 10px; padding-right: 10px;
	background-color: #dddddd; color: black;
	border-style: solid; border-color: #f2aa32;
	border-width: 2px;
      }

#menu { 
	position: relative; left: 5px; top: 1px;
	width: 131px; 
	background-color: #202b69;
	background-image: url('images/blue_menu_fade3.gif');
	background-repeat: no-repeat;
	color: white;
	border-style: solid; border-color: #4251ad;
	border-width: 2px;
      }
#menu a { 
	padding-left: 10px;
	text-decoration: none; font-weight: bold;
	color: white; display: block;
      }
#menu a:active, #menu a:hover {
	background-image: url('images/blue_active_fade2.gif');
}

#teaching {
	padding-left: 10px;
	display: none;
}

#current {
	padding-left: 10px;
	display: none;
}

#nextQuarter {
	padding-left: 10px;
	display: none;
}

#info {
	padding-left: 15px;
      }

#indent {
	padding-left: 30px;
      }

#note {
	font-size: small; 
      }

div.label {
	background-color: #f2aa32;
	background-image: url('images/gold_header_fade2.gif');
	color: white; 
	font-weight: bold; padding-left: 5px;
      }

div.heading {
	position: relative; left: -10px; 
	padding-top: 10px; padding-bottom: 10px;
	font-weight: bold; 
      }

