body {
	background-image: url("images/bg6.jpg"); 
	background-position: left top; 
	background-repeat: repeat;
}
#menu {
	position: absolute;
	padding: 0px;
	margin-top: 0px;
}
#menu li {
	float: left;
	list-style-type: none;
	padding-right: 20px;
	width: 200px;
	background-color: #CC9966;
  font-family: Arial, Helvetica, sans-serif;
  font-size: small;
  color: #FFF;
}
#menu li ul {
	background-color: #CC9966;
	margin: 0px;
	padding: 0px;
}
#menu li ul li {
	padding: 0px;
	margin: 0px;
	float: none;
	list-style-type: none;
	width: 200px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: small;
  color: #FFF;
}
#menu li a {
  text-decoration: none;
  padding: 0px 10px;
  color: #FFF;
}

/* don't work;
.menu li a:link {
  color: #FFF;
}
.menu li a:visited {
  color: #CCC;
}
*/

table caption {
	font-style: italic;
	font-size: 12px;
	color: #663300;
}

.ldiv {
	float: left;
}

.rightfig {
	float: right;
}

.leftfig {
	float: left;
}

.menu li a:hover {
  font-weight: bold;
  color: #FFCC99;
  background-color: #996633;
}

a img {
	border-width: 0;
}

#logo {
	float: left;
	margin: 10px;
}

#pagetitle {
	font-family: "Times New Roman", "Times", serif;
	line-height: 3;
	font-weight: bold;
	color: #663300;
	font-size: 36px;
	padding-left: 350px;
	padding-top: 50px;
}

#info {
	clear: left;
}

#info p {
/*	clear: left; removed with addition of strata page*/
	font-family: "Times New Roman", "Times", serif;
	font-size: 24px;
	color: #663300;
	line-height: normal;
	font-weight: normal;	
}

#info p.emph {
	font-style: italic; font-weight:bold
}

#info ul {
	clear: left;
	font-family: "Times New Roman", "Times", serif;
	font-size: 24px;
	color: #663300;
	line-height: normal;
	font-weight: normal;	
}

#caltable {
	width: 100%;
	font-family: "Times New Roman", "Times", serif;
	font-size: 24px;
	color: #663300;
	line-height: normal;
	font-weight: normal;	
}

.caltdwidth {
	width: 30%;
}

#copyright {
  clear:both;
  height: 30px;
  width: 100%;
  border-top: solid #663300 1px;
  border-bottom: solid #663300 1px;
  background-color: #CC9966;
}
#copyright p {
  margin: 0px;
  padding: 0px;
  font-family: "Arial", "Helvetica", sans-serif;
  font-size: small;
  text-align: center;
  color: #FFF;
  line-height: 30px;
  white-space: nowrap;
}
