@charset "utf-8";
#body {
   background-color: aliceblue;
}
#spacer1 {
	width:100%;
	height:40px;
}
#spacer1b {
    width: 100%;
    height: 40px;
    border-top: 2px solid #000000;
}
#spacer2 {
	width: 100%;
	height: 75px;
}
#spacer3 {
    width: 100%;
    height: 100px;
}
#spacer4 {
    width: 100%;
    height: 500px;
}
#article {
    margin-top: 100px;
}
#article h1 {
	color: #000000;
	font-family: Arial;
	font-weight: bold;
	font-size: 32px;
}
#article h2 {
	color: #000000;
	font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", serif;
	font-size: 38px;
	text-align: center;
	text-decoration: none;
	font-weight: bold;
	font-style: italic;
	font-variant: normal;
}
#article p {
	color: #000000;
	font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", serif;
	font-size: 16px;
	text-align: left;
	text-decoration: none;
	padding-left: 30px;
}
#event h1 {
	color: #000000;
	font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", serif;
	font-weight: bold;
	font-size: 32px;
	text-align: center;
	text-decoration: none;
}
#event h2 {
	color: #000000;
	font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", serif;
	font-weight: bold;
	font-size: 26px;
	text-align: center;
	text-decoration: none;
}
#event h3 {
    color: #000000;
    font-family: Impact, Haettenschweiler, "Franklin Gothic Bold", "Arial Black", sans-serif;
    font-size: 24px;
    text-align: center;
}
#event p {
    color: #000000;
    font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", serif;
    font-weight: bold;
    font-size: 20px;
    text-align: center;
}
#events {
	float: left;
	width: ;
	height: auto;
}
#events 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;
}
#events h2 {
	color: #000000;
	font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", serif;
	font-weight: bold;
	font-size: 26px;
	text-align: center;
	text-decoration: none;
}
#events h3 {
    color: #000000;
	font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", serif;
	font-weight: bold;
	font-size: 24px;
	text-align: center;
	text-decoration: none;
}
#events a {
    color: #000000;
	font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", serif;
	font-weight: bold;
	font-size: 24px;
	text-align: center;
	text-decoration: none;
}
#events a:hover {
    color: #000000;
	font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", serif;
	font-weight: bold;
	font-size: 24px;
	text-align: center;
	text-decoration: none;
}
#events p {
	color: #000000;
	font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", serif;
	font-size: 22px;
	text-align: center;
	text-decoration: none;
	line-height: 40px;
	padding-left: 50px;
	padding-right: 25px;
}
#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;
}

