/* Style sheet for creating a drop shadow around a fixed-width
   centered area.
*/   
body {
	margin: 0;
} 
.mainframe {
  width: 730px;
  margin: 0; 
  padding: 0; 
  background-color: #05D0D7; 
  /* text-align: center; */
}  

td.topshadow {
  text-align: center;
  height: 8px;
  background: url(dropshadow_top.png) no-repeat;
}
td.leftshadow {
  width: 10px;
  background: url(dropshadow_left.png) repeat-y;
}
td.leftspacer {
	width: 13px;
	background-color: #05D0D7;
}
td.rightspacer {
	width: 13px;
	background-color: #05D0D7;
}
td.rightshadow {
  width: 10px;
  background: url(dropshadow_right.png) right repeat-y;
}
td.bottomshadow {
  text-align: center;
  height: 10px;
  margin: 0;
  background: url(dropshadow_bottom.png) no-repeat;
}

.bottomspacer {
  height: 40px; 
  text-align: center;
  font-family: "Times New Roman";
  font-style: italic;
  font-size: 12px;
  color: #888888;
}
.bottomspacer a:link, .bottomspacer a:visited {
  color: #888888;
}
.bottomspacer a:hover {
  color: #444444;
}