body
{
	background-color:White;
	background-image:url(images/bodybg.gif);
	background-repeat:repeat-x;
}
a:link {
  color:#000000;
  text-decoration:none;
  }
a:visited {
  color:#000000;
  text-decoration:none;
  }
a:hover {
  color:#000000;
  text-decoration:none;
  }

.whitetable
{
	border-right: white 1px solid;
	border-top: white 1px solid;
	font: 8pt verdana;
	border-left: white 1px solid;
	border-bottom: white 1px solid;
}

.smalllink
{
    font: 8pt verdana;
    font-weight:bold;
    text-decoration:underline;
    cursor:hand;
}

.sidebox {
	margin: 0 auto; /* center for now */
	width: 17em; /* ems so it will grow */
	background: url(images/bbodyr.gif) no-repeat bottom right;
	font-size: 100%;
}
.boxhead {
	background: url(images/headerr.gif) no-repeat top right;
	margin: 0;
	padding: 0;
	text-align: center;
}
.boxhead h2 {
	background: url(images/headerl.gif) no-repeat top left;
	margin: 0;
	padding: 20px 20px 5px;
	color: white; 
	font-weight: bold; 
	font-size: 10pt; 
	line-height: 0.8em;
	text-shadow: rgba(0,0,0,.4) 0px 2px 5px; /* Safari-only, but cool */
}
.boxbody {
	background: url(images/bbodyl.gif) no-repeat bottom left;
	margin: 0;
	padding: 5px 30px 31px;
}
.widthlessbox {
	margin: 0 5%; /* NO WIDTH! Opens up a world of possibilities! */
	background: url(images/bbodyr.gif) no-repeat bottom right;
	font-size: 100%;
}
.boxhead-red {
	background: url(images/headerr-red.gif) no-repeat top right;
	margin: 0;
	padding: 0;
	text-align: center;
}
.boxhead-red h2 {
	background: url(images/headerl-red.gif) no-repeat top left;
	margin: 0;
	padding: 20px 20px 5px;
	color: white; 
	font-weight: bold; 
	font-size: 10pt; 
	line-height: 0.8em;
	text-shadow: rgba(0,0,0,.4) 0px 2px 5px; /* Safari-only, but cool */
}

.navbox 
{
	cursor:hand;
	COLOR:#ffffff;
	BORDER-RIGHT: #ccccff 1px solid;
	BACKGROUND-COLOR:#886262;
}