.bighead   { font-weight: bold ; font-size: 1.75em }
.smallhead { font-weight: bold ; font-size: 1.25em }
.smallerhead { font-weight: bold ; font-size: 1.15em }
.microhead { font-weight: bold ; font-size: 1em }
.titletext {
  font-family: cursive, arial; 
  text-decoration: none; 
  color: black;
}
.menutd {
}

body {
  margin-left: 0px;
  margin-top:  0px;
  margin-right: 0px;
  margin-bottom: 5px;
  color: black;
  background-color: white; 
}

div#titlebar {
  /*display: block;*/
  width: 100%;
  border-bottom: 1px solid #AAA; 
  margin-left: 0px; 
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  text-decoration: none;  
  background-color: #f4f0e3;
}

div#titleright {
  font-family: arial;
  font-size: .8em;
  text-align: right; 
  text-decoration: none; 
  position: absolute; 
   
  right: 2px; 
  top: 5px;
}

a { 
  font-weight: bold; 
}
a:hover { color: red}
a.inconspicuouslink {
  font-weight: normal;
  color: darkblue;
  text-decoration: none;
}

a.pagelink {
  color: blue;
}

table#pagecontents 
{
	
}

td#menuwrapper 
{
	vertical-align: top;
/*  display: inline;
  float: left;
  padding-right: 5px;*/
}

div#menu 
{
  display: block;
  float: left;
  width: 150px;  
  background-color: #f4f0e3; 
  border-right: 1px solid #AAA;
  border-top: 0px;
  padding-right: 3px;
}

div#menu a {
  display: block;
  text-align: left; 
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 3px;
  border-bottom: 1px solid #AAA; 
  font-family: arial;
  font-size: .75em;
  text-decoration: none; 
  background: #f4f0e3; 
  color: #444;
  width: 150px;
}

div#menu a:hover {
  color: #411; 
  background: #AAA;
}

div#content 
{
  display:block ;
	

/*  float: right;*/
  margin-top: 3px;
  margin-left: 5px;
  margin-right: 3px;
  top: 0px;
  font-family:  "Palatino Linotype";
}

/*
left: 150px;
  
*/



ul {
  list-style-position: inside;
  list-style-type: circle;
}

li {
/*  padding-left: 10px;*/
}


