@charset "utf-8"; 
#spacer1 {
	width: 100%;
	height: 40px;
	
}
#spacer2 {
	width: 100%;
	height: 50px;
}
#spacer3 {
	width: 100%;
	height: 100px;
}
#title {
    
}
#title h1 {
	color: #000000;
	font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", serif;
	font-weight: bold;
	text-align: center;
	font-size: 64px;
	text-decoration: none;
	font-style: italic;
}
#title h2 {
	color: #000000;
	font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", serif;
	font-weight: bold;
	text-align: center;
	font-size: 30px;
	text-decoration: none;
	font-style: italic;
}
#title p {
	color: #000000;
	font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", serif;
	font-weight: bold;
	text-align: left;
	font-size: 16px;
	text-decoration: none;
	font-style: normal;
}
#intro {
	
	border-bottom: 3px solid #0572CD;
	padding-left: 15px;
	padding-bottom: 15px;
}
#intro p{
	color: #000000;
	font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", serif;
	font-size: 18px;
	text-align: left;
	text-decoration: none;
	padding-left: 25px;
	padding-right: 20px;
}
#intro a img {
	padding-left: 45px;
}
#teachings {
	width: 100%;
	height: auto;
	
}
#teachings h1{
	color: #000000;
	font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", serif;
	font-weight: bold;
	font-size: 24px;
	text-align: left;
	text-decoration: none;
}
#teachings a {
	color: #000000;
	font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", serif;
	font-weight: bold;
	font-size: 32px;
	text-align: left;
	text-decoration: none;
}
#teachings a:hover{
	color: #000000;
	font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", serif;
	font-weight: bold;
	font-size: 32px;
	text-align: left;
	text-decoration: none;
}
#teachings p{
	
}
#lgg {
	
	display: block;
	float: left;
	margin-left: 25px;
	margin-right: 25px;
	padding-top: 25px;
	padding-left: 10px;
	padding-right: 10px;
	
}
#lgg h1{
	color: #000000;
	font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", serif;
	font-weight: bold;
	font-size: 30px;
	text-align: center;
	text-decoration: none;
}
#pdf {
	color: #000000;
	font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", serif;
	font-size: 22px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	list-style-type: none;
	margin-left: 45px;
	margin-right: 45px;
	padding-bottom: 10px;
	
}
#pdf a {
	color: #000000;
	font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", serif;
	font-weight: bold;
	font-size: 22px;
	text-align: center;
	text-decoration: none;
}
#pdf a:hover{
	color: #000000;
	font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", serif;
	font-weight: bold;
	font-size: 22px;
	text-align: center;
	text-decoration: none;
}
#pdf p{
}
#book {
	color: #000000;
	font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", serif;
	font-size: 22px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	list-style-type: none;
	margin-left: 45px;
	margin-right: 45px;
	
}
#book a {
	color: #000000;
	font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", serif;
	font-weight: bold;
	font-size: 22px;
	text-align: center;
	text-decoration: none;
}
#book a:hover{
	color: #000000;
	font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", serif;
	font-weight: bold;
	font-size: 22px;
	text-align: center;
	text-decoration: none;
}
#book p{
}
#ehs {
	
	display: block;
	float: left;
	margin-left: 25px;
	margin-right: 25px;
	padding-top: 25px;
	padding-left: 10px;
	padding-right: 10px;	
}
#ehs h1{
	color: #000000;
	font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", serif;
	font-weight: bold;
	font-size: 30px;
	text-align: center;
	text-decoration: none;
}
#acts {
	
	display: block;
	float: left;
	margin-left: 25px;
	margin-right: 25px;
	padding-top: 25px;
	padding-left: 10px;
	padding-right: 10px;	
}
#acts h1{
	color: #000000;
	font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", serif;
	font-weight: bold;
	font-size: 30px;
	text-align: center;
	text-decoration: none;
}
#fmi {
	border-bottom: 3px solid #000000;
}
#back2Top {
    width: 40px;
    line-height: 40px;
    overflow: hidden;
    z-index: 999;
    display: none;
    cursor: pointer;
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    position: fixed;
    bottom: 50px;
    right: 0;
    background-color: darkred;
    color: #555;
    text-align: center;
    font-size: 30px;
    text-decoration: none;
}
#back2Top:hover {
    background-color: #DDF;
    color: #000;
}