h1 {
	  color: red;
	  font-size: 250%;	  
  }

h2 {
    font-size: 1.3em; 
    margin: 5px 5px 0em 1em;
}

h2.orgname {
    position: absolute;
    z-order: 1;
    top: 10px;
    color: blue;
  }
  
body {
	  color: blue; 
	  Xbackground: rgb(230,230,200);
	  margin-left: 10%; margin-right: 10%; 
  }

hx {
	  margin-left: -8%; 
	  margin-right: -8%;
	  font-size: 150%;
	  font-family: Garamond, "Times New Roman", serif; 
   }

div.header {
	  width: 90%;
	  font-size: 150%;
	  color: orange;
	  border-color: red;
  }

div.header {
	  color: green;
	  border: none;
	  z-order: 0;
      position: static;
	  top: -0;
	  left: 1em;
  }

img.topimage { 
	  /*border: thin red solid;
	  width: 75%;*/
	  z-order: 0;
	  position: static;
	  top: 0;
  }

div.newssection {
      border: thin black solid;
      height: 300;
      background: rgb(220,220,220);
      margin: 2px; padding: 6px; 
      overflow-x: hidden; 
      overflow-y: auto; 
      width: 96%;   
      height: 10em; 
      text-align: left;
  }

div.applistsection {
      border: thin black solid;
      height: 300;
      background: rgb(220,220,220);
      margin: 2px; padding: 6px; 
      overflow-x: hidden; 
      overflow-y: auto; 
      width: 96%;   
      height: 10em; 
      text-align: left;
  }

div.newitem {
      /*height: 100;*/
      background: rgb(255,220,220);
  }

div.appitem {
      /*height: 100;*/
      background: rgb(255,200,200);
  }

div.newstitle {
      font-size: 150%;
  }

div.applisttitle {
      font-size: 150%;
  }

div.newsheader {
      font-style: underscore }

div.welcome{
      color: #000000;
      border: 2px solid green;
      padding: 5px;
#      width: 100%;
      background-color: white;
  }  

div.notice{
      color: #000000;
      border: 2px solid blue;
      padding: 5px;
#      width: 100%;
      background-color: white;
  }  

div.error {
      font-color: white;
      font-weight: bold;
      color: red;
  }

div.appErrs {
      background-color: white;
      border-color: red;
      border-width: medium;
      border-style: solid;
      font-weight: normal;
      font-size: 9pt;
      width: auto;
      #max-width: 75%;
      color: red;
      left: 0;
  }
 
div.appErrsTitle {
      text-align: center;
      font-weight: bold;
      color: black;
 }

