
/*
 *  Home Page Section
 */

#Home {
 overflow: auto;
 position: relative;
 border: thick double maroon;
 padding: 10px;
 margin: 10px;
 text-align: center;
 font-family: "Times New Roman";
 heig-ht: 540px;
 height: 660px;
 font-size: .9em;
}

#Home h1, #Home h2, #Home h4, #Home h5 {
 margin: 0px;
 padding: 0px;
}

#Home h2 {
 font-size: 2.0em;
 margin-bottom: 20px;
 font-family: "apple chancery";
}

#Home h3 {
 font-size: 1.5em;
 margin-bottom: 20px;
 font-family: "apple Chancery";"
}

#Home hr {
 height: 2px;
 color: maroon;
 background-color: maroon;
 width: 75%;
 margin: 0 auto;
 margin-bottom: 10px;
 border: 0px;
}

#Home img {
 float: left;
 height: 250px;
 hei-ght: 300px;
 border: thick double maroon;
 margin: 5px;
}

#Home .Smaller {
	height: 200;
	mar-gin-left: 30px;
	margin-right: 10px;
	margin-top: 30px;
 height: 219px;
}

#Home .Bigger {
	height: 375;
  height: 100%;
	margin-top: 10px;
	margin-right: 10px;
 height: 474.5px;
 }

#Home img#lowerright {
 float: right;
}

#Home p {
 margin: 10px;
 text-align: justify;
}

#Home p:first-letter {
 font-size: 2em;
}
