@charset "utf-8"; 
#body {
    background-color: aliceblue;
}
#spacer1 {
	width: 100%;
	height: 40px;
	
}
#spacer15 {
    width: 100%;
    height: 150px;
}
#spacer2 {
	width: 100%;
	height: 50px;
}
#spacer3 {
	width: 100%;
	height: 100px;
}
#title {
    width: 100%;
}
#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;
	margin-top: auto;
	margin-bottom: 35px;
	display: block;
}
#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;
	margin-top: 25px;
	margin-bottom: auto;
	display: block;
}
#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;
	margin-top: auto;
	margin-bottom: 10px;
	display: block;
}
#intro {
	width: 100%;
	height: auto;
	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;
	padding-bottom: 25px;
}
#intro a img {
	padding-left: 45px;
}
#text h3 {
    color: #000000;
	font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", serif;
	font-weight: bold;
	text-align: center;
	font-size: 26px;
	text-decoration: none;
	font-style: normal;
}

#text p {
    color: #000000;
	font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", serif;
	font-weight: bold;
	text-align: center;
	font-size: 20px;
	text-decoration: none;
	font-style: normal;
}
#list {
	color: #000000;
	font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", serif;
	font-weight: bold;
	text-align: left;
	font-size: 20px;
	text-decoration: none;
	font-style: normal;
	margin-top: ;
	margin-bottom: 10px;
	display: block;
	padding-top: ;
}
#list ul li {
	color: #000000;
	font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", serif;
	font-size: 22px;
	font-weight: bold;
	text-align: left;
	text-decoration: none;
	list-style-type: none;
	list-style-position: outside;
}
#list ul li a {
	color: #000000;
	font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", serif;
	font-size: 22px;
	font-weight: bold;
	text-align: left;
	text-decoration: none;
}
#list ul li a:hover {
	color: #5FC3FF;
	font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", serif;
	font-size: 24px;
	font-weight: bold;
	text-align: left;
	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: left;
	text-decoration: none;
	list-style-type: none;
	padding-left: 25px;
	padding-right: 20px;
	padding-bottom: 25px;
	margin-top: 20px;
}
#pdf a {
	color: #000000;
	font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", serif;
	font-size: 22px;
	font-weight: bold;
	text-align: left;
	text-decoration: none;
	list-style-type: none;
	padding-left: 25px;
	padding-right: 20px;
	padding-bottom: 25px;
	margin-top: 20px;
}
#pdf a:hover{
	color: #000000;
	font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", serif;
	font-size: 22px;
	font-weight: bold;
	text-align: left;
	text-decoration: none;
	list-style-type: none;
	padding-left: 25px;
	padding-right: 20px;
	padding-bottom: 25px;
	margin-top: 20px;
}
#pdf p{
}
#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;
}
#secpic {
	margin-top: -125px;
}
@media(max-width:800px) {
	#img1 {
		display: none;
	} 
}
@media(min-width:800px) {
	#img2 {
		display: none;
	} 
}
@media(max-width:800px) {
	#img3 {
		display: none;
	} 
}
@media(min-width:800px) {
	#img4 {
		display: none;
	} 
}





