
body {
  margin:0px;
  padding:0px;
  font-family:verdana, arial, helvetica, sans-serif;
  color:black;
  background-color:tan;
  background-image: url("PageGraphics/Parchment.jpg");
}


#header {
  width: 325px;
  height: 150px;
  text-align: center;
  background-image: url();
  background-repeat: no-repeat; 
  }


#header-big {
/*  width: 1000px;*/
  height: 300px;
  text-align: center;
  background-image: url(PageGraphics/Title_Main.GIF);
  background-repeat: no-repeat; 
  background-color:darkblue;
  }

#H_Menu {
  position: absolute;
  left: 0px;
  top: 178px;
/*  width: 1000px;*/
  text-align: center;
  background: goldenrod;
  }

#H_Menu_I {
  position: absolute;
  left: 0px;
  top: 300px;
  width: 100%;
  text-align: center;
  background: gold;
  border-bottom: thin solid darkblue;

  }


#footer {
  margin-top: 10px;
  margin-left: 0px;  
/*  width: 1000px;*/
  text-align: center;
  font-size: x-small;
  border-top: thick solid darkblue;
  }  

#content {
  margin-top: 25px;
  margin-left: 50px;  
  padding: 1em; 
  width: 900px;
  }

.Black-Notice {
  border: thick solid black;
  padding: 1em 
}

p {
/*  text-indent: 1em; */
  }  

ul, ol, dl, li {
	padding: 0;
	margin-top: 0.3em;
	margin-bottom: 0.3em;
	border: 0;
	}


.FormText {
  font-family: serif; 
  font-size: XXsmall; 
  font-weight: bold;
  }

.fancy {
  font-family: cursive;
  }

.BoldRed {
  font: bold; 
  color: red; 
  }

.Red {
  color: red; 
  }

.inset {
  margin-left:4 em;
}

.separated {
  border-top: thin solid darkblue;
  }

.Con_Name {
  border-top: thin solid darkblue;
  font: x-large; small-caps; bold; 
  color: red; 
  text-align: center;
  }

.New_Item {
  border-top: thin solid darkblue;
  font: large; small-caps; bold; 
  }


.line {
  border-top: thin solid darkblue;
  }

.outlined {
  outline: black, solid, thin;
  }

H1 { 
  font: x-large; small-caps; bold;
  text-align: center;
  }

H2 { 
  font: large; small-caps; bold;
  }


H3 { 
  font: medium; small-caps; bold;
  }

.XXLarge {font: xx-large; small-caps; bold; }
.XLarge {font: x-large; small-caps; bold; }
.Large {font: large; small-caps; bold; }
.Small {font: small; small-caps; bold; }
.XSmall {font: x-small; small-caps; bold; }
.XXSmall {font: xx-small; small-caps; bold; }

