/***************************************************
* RJV This first section applies to all pages
***********************************************/
body.VASbody {
  margin:20;
  }

div.VASpageHeader {
  margin: .5em;
  font-size: 30pt;
  font-weight: bold;
  line-height: 1.1;
  /*position: fixed;*/
  }
  
div.VASpageFooter {
  font-size: 10pt;
  font-weight: bold;
  text-align: center;
  margin-top: 7px;
  /*bottom: 20;*/
  clear:left;
  }

div.VASmenu {
  margin:10px;
  margin-top:0px;
  font-size: 10pt /*smaller*/;
  font-weight: bold;
  line-height: 1.1;
  text-align: center;
  /*position: fixed; */
  float: left;
  top: 0;
  left: 0;
  width: auto;
  /*right: auto;*/
}

div.VASmenu p {
  margin: 0; 
  padding: 0.3em 0.4em;
  font-family: Arial, sans-serif;
  /*background: #FFF;*/
  /*border: thin outset #00F;*/
  /*color: white;*/
}

div.VASmenu a, div.VASmenu em { display: block; margin: 0 0.5em }
div.VASmenu a, div.VASmenu em { border-top: 2px groove #900 }
div.VASmenu a:first-child { border-top: none }
div.VASmenu em {
  /*color: #000;*/
  /*background: #DDD;*/
  font-size: 130%;
  /*border-style: none;*/
}

div.VASmenu a:link { text-decoration: none; color: #000 }
div.VASmenu a:visited { text-decoration: none; color: #900 }
div.VASmenu a:hover { background: black; color: white }

/***************************************************
 RJV For the front page
****************************************************/
#VAScontactInfo {
  float: left;
  margin-left: 5;
  }
  
/***************************************************
 RJV For the Site Administration page
****************************************************/
div.siteAdmin {
  display: block;
  margin-left: .5em;
  float:left;
  width: 375px;
  }
div.siteAdmin dt{
  font-weight: bold;
  font-size: 120%;
  }
  
/***************************************************
* RJV for the Work page
****************************************************/
#VASworkImage {
  float:left;
}
#VASworkInfo {
  /*float:left;*/
  width: 250px;
  margin-left:7px;
}


/***************************************************
* RJV utility
****************************************************/
P.VASeditTableDescription {
  color: blue;
  }
  
P.VASerror {
  font-size: 100%;
  font-weight: bold;
  color: red;
  }

P.VASmessage {
  font-size: 100%;
  color: blue;
  }