body {
	background: #ffffe0;
	margin-left: 5%;
	color: #000;
	margin-right: 5%;
	font-family: "Verdana", "Arial", "Helvetica", sans-serif;
	font-size: small
}
td {
	line-height: 1.35; 
	font-family: "Verdana", "Arial", "Helvetica", sans-serif;
	font-size: small;
	vertical-align: top;
}
th {
	line-height: 1.35; 
	font-family: "Verdana", "Arial", "Helvetica", sans-serif;
	font-size: small;
	vertical-align: top;
}
.ctr {text-align: center}
.right {text-align: right}
.left {text-align: left}
h1 {
	font-size: x-large;
	margin-top: 1em;
	margin-bottom: 0.75em;
	font-weight: bold;
	color: #000;
	line-height: 1
}
h1.banner {
	font-size: xx-large;
  text-align: center
}
h1.bannertop {
	font-size: xx-large;
	font-weight: normal;
  text-align: center;
	margin-top: 0.4em;
	margin-bottom: 0.1em;
}
h1.bannerbottom {
	font-size: large;
	font-weight: normal;
  text-align: center;
	margin-top: 0;
	color: #0000ff
}
h2 {
	font-size: large
}
h3 {
	font-size: small;
	margin: 0
}
div.indent {
	margin-left: 5%;
	margin-top: 0.5em;
	margin-bottom: 0.5em
}
div.endmatter {
	border-top: thin solid;
	margin-right: -6em
}
div.map {
	clear: both;
	margin: 1em;
	/* text-shadow: 0.2em 0.2em silver */
}
div.box {
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 10%;
	margin-right: 10%;
	font-size: small;
	font-family: helvetica, sans-serif;
	line-height: 1.25em;
	background-color: #ffebcd;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
	padding-right: 20px
}
a img {
	color: white
}
a:link {
	color: #009
}
a:visited {
	color: #906
}
a:active {
	color: #906
}
a:link img {
	border-top-style: none;
	border-right-style: none; 
	border-left-style: none; 
	border-bottom-style: none
}
a:visited img {
	border-top-style: none; 
	border-right-style: none; 
	border-left-style: none; 
	border-bottom-style: none
}
.hide {
	display: none; 
	color: white
}
.motto {
	font: italic 120%/1.3 Georgia, serif; 
	color: #990
}
.emphasized {
	font-weight: bold
}
.highlight {
	background-color: #ffff99;
	font-style: italic;
	font-weight: bold
}
.stronghighlight {
	background-color: #ffff00;
	font-style: italic;
	font-weight: bold;
}
ul {
	list-style-type: disc;
	padding: 0;
	padding-left: 1em;
  margin : 1em;
}
ul li {
	list-style-type: disc;
	padding: 0;
	padding-left: 1em;
	margin : 0;
}
ol.lalpha {
  list-style-type: lower-alpha; 
	padding: 0;
	padding-left: 2em;
  margin : 0;
}
.margintb {
	margin-top: 0.5em;
	margin-bottom: 0.5em;
}
.nav{
  white-space : nowrap;
  background-color : #faebd7;
	text-align: center;
	border-style : solid; 
	border-color : #ffcc99;
	border-width : 1px 0 1px 0;
	font-size: smaller ; 
} 
.nav ul{
   padding : 0;
   margin : 0;
}
.nav ul li{
   display : inline;
}
.nav ul li a{
   padding-left : 1em;
   padding-right : 1em;
   background-color : #faebd7;
   color : black;
   text-decoration : none;
}
.nav ul li a:hover{
   background-color : #99CCFF;
   color : #000066;
} 
div.news{
   display : block;
	 text-align: left;
	 border-bottom-style : dashed; 
	 border-bottom-width : 1px; 
   padding : 0.5em;
   margin : 0;
}
div.news a {
	border-bottom-style: none;
	border-bottom-width : 0;
	margin : 0;
	padding : 0;
	width: 100%;
	color : black;
	text-decoration:none
}
div.news a:hover{
   background-color : #99CCFF;
   color : #000066;
	 text-decoration:none
} 
div.leftbox {
position: absolute;
width: 20%;
margin:0;
margin-top:1em;
left:5%;
right:auto;
background-color: #ffcc33;
padding: 1em;
}
div.rightbox {
position: absolute;
width: 20%;
margin:0;
margin-top:1em;
right:5%;
left:auto;
background-color: #ffd700;
padding: 0em;
}
div.image a {
/* using 'a' to allow hover state below */
float:left;
padding:0;
margin-left:0;
margin-top:0;
margin-bottom:1em;
margin-right:1em;
border-style: outset;
border-color: #d3d3d3; /*lightgrey*/
border-width: 2px
}
div.image a:hover {
border-style: inset;
}
unknown {
	margin-top: 0px; 
	text-indent: 1.5em
}
p {
	font-size: small;
	margin-top: 0.5em; 
	margin-bottom: 0.5em;
}
p.stb {
	margin-top: 0.6em; 
	text-indent: 0px
}
p.remark {
	font-size: smaller
}
p.links {
	font-size: smaller ;
	text-align: center;
}
pre {
	margin: 1em 0px 1em 1.5em; 
	color: #603
}
hr { 
	width: 50%;
	text-align: center;
	color: #c0c0c0 /*silver*/ ;
}
