#nav {
  width: 100%;
}
#nav ul li {
  font-weight: bold;
  list-style-image: url(../images/arrow.gif);
  list-style-type: circle;
  margin-bottom: 2px;
}
#nav ul li a {
  font-size: 0.8em;
  padding: 2px;
  display: block;
  color: #bbb;
  border: 1px dashed #336699;
}
#nav ul li a:hover {
  color: white;
  /*border: 1px dashed #999;*/
  border-bottom: 3px solid white;
}

.navlink
{
	display: block;
	width: 150px;
	margin: 2px 4px;
	padding: 5px;
	font-size:1.1em;
	font-weight:bold;
	background:#eee url(../images/gradient2.png) repeat-x;
	color: #2e8b8b;
	border:1px solid #ddd;
	text-decoration:none;
}

.navlink:hover,.navlink:active
{
	background:#fff url(../images/gradient2.png) repeat-x;
	color:#103131;
	border-top:1px solid #ddd;
	border-right:1px solid #888;
	border-bottom:1px solid #888;
	border-left:1px solid #ddd;
	text-decoration:none;
}
.navfull {
	display: block;
	width: 152px;
	margin: 0;
  margin-left: 7px;
  margin-top: 8px;
  margin-bottom: 8px;
	padding: 8px;
	font-size:1.1em;
	font-weight:bold;
	background: white;
	color: #2e8b8b;
	text-decoration:none;
}

.navfull:hover,.navfull:active
{
	background: white;
	color:#222;
	text-decoration:none;
}

/* --------------------------- */
#footer {
  font-family: arial,helvetica,clean,sans-serif;
  font-size: 1em;
  text-align: center;
  color: white;
  line-height: 50px;
}
#footer a{
  text-decoration: none;
  color: white;
}

/* --------------------------- */
table.boxes {
  width: 100%;
  border: 0;
  margin: 0;
  padding: 0;
  font-size: 1.0em;
}
table.boxes tr {
  border: 0;
  margin: 0;
  padding: 0;
}
table.boxes tr td {
  border: 0;
  margin: 0;
  padding: 0;
}
/* --------------------------- */
.sidebox {
	margin: 0 10; /* center for now */
	width: 17em; /* ems so it will grow */
	background: url(../images/sbbody-r.gif) no-repeat bottom right;
	font-size: 100%;
}
.boxhead {
	background: url(../images/sbhead-r.gif) no-repeat top right;
	margin: 0;
	padding: 0;
	text-align: center;
}
.boxhead h2 {
	background: url(../images/sbhead-l.gif) no-repeat top left;
	margin: 0;
	padding: 22px 30px 5px;
	color: white; 
	font-weight: bold; 
	font-size: 1.2em; 
	line-height: 1em;
	text-shadow: rgba(0,0,0,.4) 0px 2px 5px; /* Safari-only, but cool */
}
.boxbody {
	background: url(../images/sbbody-l.gif) no-repeat bottom left;
	margin: 0;
	padding: 5px 30px 31px;
}
.boxbody p {
  margin-bottom: 5px;
}
/* --------------------------- */
