body {
    font: 16px Calibri;
}
/* 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:justify;
	color: black;
}
.p-red {
	font-family:"Bookman Old Style", Calibri;
	font-size: 1em;
	padding-left: 5%;
	padding-right: 5%;
	text-align:center;
	color: DarkRed;
}
.piright {
	font-family:"Arial", "Sans-serif";
	font-size:14px;
	font-style:italic;
	padding-top:0px;
	padding-bottom:0px;
	padding-left:25px;
	padding-right:25px;
	text-align:right;
	color:#000000;
}
a {
	color:#804000;
	text-decoration:none;
}

a:hover {
	color:#804000;
	text-decoration:underline;
}
a:visited {
	color:#804000;
}
.listolinks {
	margin:25px;
	text-align:left;
	list-style-type:none;
	list-style-position:inside;
	padding-left:0px;
}
.listolinks LI {
	font-family:"Book Antiqua", "Sans-serif";
	font-size: 1.1em;
	color: DarkRed;
	padding-left:0px;
	padding-bottom:6px;
}
.listolinks A {
	color:#804000;
	text-decoration:none;
}
.listolinks A:hover {
    background-color: GhostWhite;
}
.listolinksfancy {
	margin:25px;
	text-align:left;
	list-style-type:circle;
	list-style-position:outside;
	padding-left:0px;
}
.listolinksfancy LI {
	font-family:"Book Antiqua", "Sans-serif";
	font-size: 1.1em;
	color: DarkRed;
	padding-left:0px;
	padding-bottom:6px;
}
.listolinksfancy A {
	color:#804000;
	text-decoration:none;
}
.listoevents {
	margin:25px;
	text-align:left;
	list-style-type:circle;
	list-style-position:outside;
	padding-left:0px;
}
.listoevents LI {
	font-family:"Arial", "Sans-serif";
	font-size:16px;
	color:#004100;
	padding-left:5px;
	padding-bottom:6px;
}
.listoevents A {
	color:#804000;
	text-decoration:none;
}
.listoevents A:hover {
	color:#804000;
	text-decoration:underline;
}
.listoevents A:visited {
	color:#804000;
}
#table3col {
	color:#000;
  margin-top: 5%;
	margin-left:auto;
	margin-right:auto;
    width: 95%;
}
#table3col TD {
    border:2px dotted #902c15;
	padding: 3%;
}
.col1 {
  font-family:"Calibri", "Sans-serif";
	font-size: 1em;
	font-weight:bold;
  text-align:center;
	background-color:#f1f2f4;
}
.col2 {
  font-family:"Calibri", "Sans-serif";
	font-size: 1.1em;
  text-align:left;
	background-color:#e1e2e4;
}
.col3 {
  font-family:"Calibri", "Sans-serif";
	font-size: 1em;
  text-align:center;
	background-color:#e1e2e4;
}
#kirtlandpic {
  float:left;
	margin:0px;
  width:600px;
	height:360px;
	padding-right:160px;
	padding-left:160px;
	padding-top:0px;
	padding-bottom:20px;
}
#idBody {
    background-attachment: fixed;
    background-position:  center center;
    background-repeat: no-repeat;
    background-size: cover;
    text-align: center;
}