body {
  margin: 0px;
  padding: 0px;
  font-family: verdana,arial,helvetica,sans-serif;
  font-size: 83%;
  background-color: #cccccc;
}
#container {
  border: 1px solid #003366;
  width: 800px;
  background-color: white;
  background-image: url(navart/menutile.jpg);
  background-repeat: repeat-y;
  padding-bottom: 10px;
  margin-left: 20px;
}
#banner {
  margin-left: 135px;
}
#content {
  margin-left: 135px;
  padding-right: 10px;
  padding-left: 10px;
}

#content a:link, #content a:visited {
  text-decoration: none;
}


h3 {
	font-size: 100%;
	font-weight: bold;
	text-transform: uppercase;
	margin-bottom: -12px;
}

li.linklist {
	margin-top: 10px;
	margin-bottom: 10px;
}

#menu {
  position: absolute;
  top: 10px;
  line-height: 45px;
  font-size: 110%;
  padding-left: 8px;
  left: 20px;
}


#menu a:link, #menu a:visited {
  color: white;
  text-decoration: none;
}
#menu a:hover {
  color: yellow;
  text-decoration: none;
}
#signature {
  text-align: center;
}
#footer {
  text-align: center;
}
.menumain {
  font-variant: small-caps;
}
.menusub {
  font-size: 92%;
  line-height: 20px;
  margin-top: -12px;
  margin-left: 5px;
}
.menuselect {
  color: yellow;
}
.floatright {
	border: 1px solid black;
	float: right;
	margin-bottom: 5px;
	margin-left: 5px;
}
.legend {
	border: 1px solid black;
	width: 270px;
	float: right;
	margin-bottom: 5px;
	margin-left: 5px;
}

