body {
    font: 16px Calibri;
}

@font-face {
    font-family: Stencil Std;
    src: url('../images/StencilStd.woff');
 }


/* DIVISION BACKGROUND */
.Beige {
  background-color: Beige;
  margin: 0;
  padding-top: 0%;
  padding-bottom: 1%;
  border: 1px solid Black;   
}
.GreenYellow {
  background-color: GreenYellow;
  margin: 0;
  padding-top: 0%;
  padding-bottom: 1%;
  box-shadow: 0px 0px 30px rgba(0,0,0,1);
  border: 2px solid Black;   
}
.Yellow {
  background-color: Yellow;
  margin: 0;
  padding-top: 0%;
  padding-bottom: 1%;
  box-shadow: 0px 0px 30px rgba(0,0,0,1);
  border: 2px solid Black;   
}
.GoldenRod {
  background-color: GoldenRod;
  margin: 0;
  padding-top: 0%;
  padding-bottom: 1%;
  box-shadow: 0px 0px 30px rgba(0,0,0,1);
  border: 2px solid Black;   
}
.BtoYG {
  background-color: Beige;
  background: -webkit-linear-gradient(left top, Beige, YellowGreen); /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(bottom right, Beige, YellowGreen); /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(bottom right, Beige, YellowGreen); /* For Firefox 3.6 to 15 */
  background: linear-gradient(to bottom right, Beige, YellowGreen); /* Standard syntax */
  margin: 0;
  padding-top: 0%;
  padding-bottom: 2%;
  box-shadow: 0px 0px 30px rgba(0,0,0,1);
  border: 2px solid Black;   
}
.PGRtoB {
  background-color: PaleGoldenRod;
  background: -webkit-linear-gradient(left top, PaleGoldenRod, Beige); /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(bottom right, PaleGoldenRod, Beige); /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(bottom right, PaleGoldenRod, Beige); /* For Firefox 3.6 to 15 */
  background: linear-gradient(to bottom right, PaleGoldenRod, Beige); /* Standard syntax */
  padding-top: 0%;
  padding-bottom: 2%;
  box-shadow: 0px 0px 30px rgba(0,0,0,1);
  border: 2px solid Black;   
}
.GtoG {
  background-color: Gainsboro;
  background: -webkit-linear-gradient(left top, Gainsboro, GhostWhite); /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(bottom right, Gainsboro, GhostWhite); /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(bottom right, Gainsboro, GhostWhite); /* For Firefox 3.6 to 15 */
  background: linear-gradient(to bottom right, Gainsboro, GhostWhite); /* Standard syntax */
  margin: 0;
  padding-top: 0%;
  padding-bottom: 6%;
  box-shadow: 0px 0px 30px rgba(0,0,0,1);
  border: 2px solid Black;   
}
.GtoW {
  background-color: GhostWhite;
  background: -webkit-linear-gradient(left top, GhostWhite, White); /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(bottom right, GhostWhite, White); /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(bottom right, GhostWhite, White); /* For Firefox 3.6 to 15 */
  background: linear-gradient(to bottom right, GhostWhite, White); /* Standard syntax */
  margin: 0;
  padding-top: 0%;
  padding-bottom: 6%;
  box-shadow: 0px 0px 30px rgba(0,0,0,1);
  border: 2px solid Black;   
}
.YGtoB {
  background-color: YellowGreen;
  background: -webkit-linear-gradient(left top, YellowGreen, Beige); /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(bottom right, YellowGreen, Beige); /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(bottom right, YellowGreen, Beige); /* For Firefox 3.6 to 15 */
  background: linear-gradient(to bottom right, YellowGreen, Beige); /* Standard syntax */
  padding-top: 0%;
  padding-bottom: 2%;
  box-shadow: 0px 0px 30px rgba(0,0,0,1);
  border: 2px solid Black;    
}
.GRtoYG {
  background-color: GoldenRod;
  background: -webkit-linear-gradient(left top, GoldenRod, YellowGreen); /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(bottom right, GoldenRod, YellowGreen); /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(bottom right, GoldenRod, YellowGreen); /* For Firefox 3.6 to 15 */
  background: linear-gradient(to bottom right, GoldenRod, YellowGreen); /* Standard syntax */
  padding-top: 0%;
  padding-bottom: 2%;
  box-shadow: 0px 0px 30px rgba(0,0,0,1);
  border: 2px solid Black;    
}
.herp {
  background-color: Gainsboro;
  padding: 4% 0% 0% 0%;
  width:680px;
  height: 100%;
  border:0px solid #ff0000;
  text-align:center;
}
h1 {
	font-family:'Stencil Std',"Sans-serif";
	font-size: 2em;
    background-color: Gold;
	padding-top: 2%;
	padding-bottom: 2%;
	color:DarkRed;
	margin:0px;
}
.p1 {
    font-family:"Brush Script Std","Sans-serif";
	font-size: 1.4em;
	color:DarkRed;
    text-align: left;
}
h2 {
	font-family:"Palatino Linotype", "Sans-serif";
	font-size: 1.5em;
	color: black;
    border: 0px solid green;
    padding-top: 3%;
    margin: 0;
}
h3 {
	font-family:"Arial", "Comic Sans MS", "Sans-serif";
	font-size:18px;
	margin:0;
  padding-top:30px;
	padding-left:20px;
	padding-bottom:30px;
	color:#8cb02d;
}
h4 {
	font-family:"Palatino Linotype", "Sans-serif";
	font-size: 1.3em;
	margin-left:5%;
	text-align:left;
	color:Black;
}
h5 {
	font-family:"Arial", "Comic Sans MS", "Sans-serif";
	font-size:16px;
	margin:0;
    padding-top:0px;
	padding-left:0px;
	padding-bottom:0px;
	text-align:center;
	color:#004100;
}
h6 {
	font-family:"Arial", "Comic Sans MS", "Sans-serif";
	font-size:16px;
	font-style:italic;
	margin:0;
    padding-top:0px;
	padding-left:0px;
	padding-bottom:5px;
	text-align:center;
	color:#004100;
}
p {
	font-family:"Bookman Old Style", Calibri;
	font-size: 1em;
	padding-left: 5%;
	padding-right: 5%;
	text-align:left;
	color: black;
}
a {
	color:#804000;
	text-decoration:none;
}

a:hover {
	color:#804000;
	text-decoration:underline;
}
a:visited {
	color:#804000;
}
table {
    border: 1px solid black;
}
td {
    border: 1px solid black;
    padding: 5px 0 5px 0;
}
.list {
    font-family: "Bookman Old Style", Calibri;
    font-size: 1em;
    color: black;
    list-style: circle inside;
    margin-left: 2%;
    text-align: left;
}
#idBody {
    background-attachment: fixed;
    background-position:  center center;
    background-repeat: no-repeat;
    background-size: cover;
    text-align: center;
}