
body {
  margin:0px;
  padding:0px;
  font-family:verdana, arial, helvetica, sans-serif;
  color:black;
  background-color:tan;
  background-image: url("DDC_Files/Parchment.jpg");
}


#header {
  margin-left: 375px;  
  width: 850px;
  height: 190px;
  text-align: center;
  background-image: url(DDC_Files/Dragon.GIF);
  background-repeat: no-repeat; 
  }


#header-big {
  margin-left: 175px;  
  width: 850px;
  height: 350px;
  text-align: center;
  background-image: url(DDC_Files/IndexTitle.gif);
  background-repeat: no-repeat; 
  }

#V_Menu {
  position: absolute;
  top: 250px;
  left: 0px;
  width: 108px;
  }

#V_Menu_I {
  position: absolute;
  top: 400px;
  left: 0px;
  width: 108px;
  }

#H_Menu {
  position: absolute;
  left: 0px;
  top: 178px;
  width: 1000px;
  text-align: center;
  background: maroon;
  }

#H_Menu_I {
  position: absolute;
  left: 0px;
  top: 320px;
  width: 1000px;
  text-align: center;
  background: maroon;
  }


#footer {
  margin-top: 10px;
  margin-left: 120px;  
  width: 820px;
  text-align: center;
  font-size: x-small;
  }  

#content {
  margin-top: 25px;
  margin-left: 100px;  
  padding: 1em; 
  width: 900px;
/*  border-top: thick solid maroon; */
  border-bottom: thick solid maroon;
  }

.ColumnLeft {
  float: left;
  padding: 2em;
  width: 50%;
  margin-left: -1px;
  }

.ColumnRight {
  float: right;
  padding: 2em; 
  width: 50%;
  }


.BlackBox {
  width: 80%;
  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 maroon;
  }

.Con_Name {
  border-top: thin solid maroon;
  font: x-large; small-caps; bold; 
  color: red; 
  text-align: center;
  }

.New_Item {
  border-top: thin solid maroon;
  font: large; small-caps; bold; 
  }


.line {
  border-top: thin solid maroon;
  }

.outlined {
  outline: black, solid, thin;
  }

H1 { 
  font: xx-large; small-caps; bold;
  text-align: center;
  }

H2 { 
  font: x-large; small-caps; bold;
  }


H3 { 
  font: large; small-caps; bold;
  }

H4 { 
  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; }

/* Specific styles for the Games Results files */

.Game_Name {
  border-top: thin solid maroon;
  font: large; small-caps; bold; 
  }

.GamePlayerLeft {
  font: small; small-caps;
  float: left;
  margin-left: 100px;
  width: 350px;  
  }

.GamePlayerRight {
  font: Small; small-caps;
  text-align: right;
  margin-left: 460px;
  width: 350px;
  }

.Seats {
  font: Medium; small-caps; bold;
  text-align: center;
  }

/* Descriptors for Submission Forms */

.FormLeft {
  width: 250px;
  font: bold;
  text-align: right;
  }

.FormLeftNotBold {
  text-align: right;
  width: 250px;
  }

.FormRight {
  text-align: left;
  }

/* End of Form Descriptors*/


/* Unused Styles */

.2_Col_Left {
  float: left;
  margin-left: -1px;
/*  padding: 1em; */
  width: 350px;
}

.2_Col_Right {
  float: right;
  margin-left: 350px
/*  padding: 1em; */
  width: 350px;
}

.FloatLeft {
  float: Left;
 }

.FloatRight {
  float: Right;
 }