BODY {
	font-family: sans-serif;
	color: #666666;
}

/* headers for sections within a page */
.section {
	margin-bottom: 20px;
}

.section_header {
	font-family: sans-serif;
	color: #666666;
	border-top: 1px solid #999999;
	background-color: #f0f4f5;
	margin-right: 0px;
	margin-bottom: 10px;
}

DIV.toc A:hover {
  background-color: #d0d4d5;
}

DIV.toc A:visited {
  text-decoration: none;
  color:red;
}

DIV.toc A:link {
  text-decoration: none;
  color: red;
}

.upcomingEvents ul {
  list-style-type: none;
}

.announcements ul {
  list-style-type: none;
}

.calEventContent {
  background-color: #f0ffff;
  font-family: courier;
  font-size: smaller;
}

.announcementContent {
  background-color: #f0ffff;
  font-family: courier;
  font-size: smaller;
}

#sidebar {
  width: 230px;
  min-width: 230px;
  vertical-align: top; 
/*
  position: absolute;
  top: 123px;
*/
}

#mainpane {
  position: relative; 
  top: 16px;
 vertical-align: top;
}

#mainblock{
/*
  position: absolute;
  left: 250px;
  top: 140px;
*/
}

#footer {
  position: relative;
  top: 20px;
  text-align: center;
  font-size: smaller; 
}

.lauren {
  display: none;
  top-margin: 10px;
  color:red;
}
