body {
  background-image:	url(/images/background.jpg);
  background-repeat:	repeat-x;
  color: 		black;
  font-family:		Helvetica, Geneva;
  font-size:		12pt;
  text-decoration:	none;
  font-weight:		500;
  margin:		0px;
  padding:		0px;
}

#top {
  align:		center;
}
#mid {
  align:		center;
}
#bottom {
  align:		center;
}

.backribbon {
  background-image:	url(/images/backribbon.jpg);
  background-repeat:	repeat-y;
}

.nav {
  margin:		2px 4px;
  padding:		3px;
  font-weight:		bold;
  font-size:		12px;
  color:		#123456; 
  background-image:	url(/images/navbg.jpg);
  background-repeat:	repeat-x;
}
a.nav			{ text-decoration: none; }
a.nav:hover		{ text-decoration: underline; color: #ffffff; background: black; }

.sidebar {
  margin:		2px;
  padding:		8px 4px;
  font-weight:		bold;
  font-size:		12px;
  color:		#123456;
}
a.sidebar		{ padding: 4px; text-decoration: none; }
a.sidebar:hover		{ text-decoration: none; color: #789abc; }

.content {
  margin:		8px;
  padding:		8px;
}
h2.content {
  margin:		0px;
  padding:		2px;
  color:		#123456;
}

