@charset "utf-8";
#header {
    width: 100%;
	height: 250px;
	clear: both;
	background-image: url(Images/world-map-background_400.png);
	margin-top: -8px;
	
}

#header #name {
	margin-top: 25px;
	color: #FFFFFF;
	font-family: Impact, Haettenschweiler, "Franklin Gothic Bold", "Arial Black", sans-serif;
	font-style: italic;
	font-weight: normal;
	text-align: center;
	font-size: 72px;
	text-shadow: 5px 5px #000000;
}
#spacer1 {
	width: 100%;
	height: 40px;
}
#spacer2 {
	width: 100%;
	height: 50px;
}
#spacer3 {
	width: 100%;
	height: 75px;
}
#spacer4a {
    width: 100%;
    height: 100px;
}
#title {
	width: 100%;
}
#title p {
	color: #000000;
	font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", serif;
	font-size: 24px;
	text-align: left;
	text-decoration: none;
}
#title2 h2 {
	color: #000000;
    font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, sans-serif;
    font-size: 30px;
    font-weight: bold;
    font-style: normal;
    text-align: center;
}
#title2 h3 {
    color: #000000;
    font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, sans-serif;
    font-size: 24px;
    font-weight: bold;
    font-style: normal;
    text-align: center;
}
#title2 p {
    color: #000000;
    font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", serif;
    font-size: 18px;
    font-style: normal;
    text-align: left;
}
#chapters {
    margin-bottom: 30px;
    margin-top: 30px;
}
#chapters h1 {
	color: #000000;
	font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", serif;
	font-weight: bolder;
	font-size: 34px;
	text-align: center;
	text-decoration: none;
	margin-left:;
	margin-right: ;
}
/* Aligns images to the left */ 
#printfriendly img{
    float:left;
    margin-top: 12px;
    margin-right: 12px;
} 
/* Changes font family and size */
#printfriendly {
    font-family: Arial;
    font-size: 14px;
} 
/* Changes header color */
#printfriendly h1, #printfriendly h2, #printfriendly h3, #printfriendly h4 {
    color: Green;
} 
/* Hides the Page Title and Source URL */
#printfriendly, #pf-src {
    display:none;
} 
#list {
	margin-bottom: 30px;
}
#list p {
	color: #000000;
	font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", "serif";
	font-size: 16px;
	font-weight: bold;
}
#list h3 {
    color: #000000;
    font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", "serif";
    font-size: 24px;
    font-weight: bold;
    font-style: italic;
    text-align: left;
}
#list a {
	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;
}
#list a:hover {
	color: #0C18F4;
	font-family: Impact, Haettenschweiler, "Franklin Gothic Bold", "Arial Black", sans-serif;
	font-style: normal;
	font-weight: bold;
	font-size: 28px;
	text-align: center;
	text-decoration: none;
}
#book {
	width: 100%;
	height: ;
	margin-top: 40px;
	margin-bottom: 30px;
	float: left;
}
#book p {
	color: #000000;
	font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", serif;
	font-size: 24px;
	text-align: left;
	text-decoration: none;
	padding-bottom: 20px;
}
#booklink {
	margin-top: ;
    margin-bottom: 40px;
}
#booklink a {
	color: #000000;
	font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", serif;
	font-weight: normal;
	font-size: 20px;
	text-align: center;
	text-decoration: none;	
}
#booklink a:hover {
	color: #0C18F4;
	font-family: Impact, Haettenschweiler, "Franklin Gothic Bold", "Arial Black", sans-serif;
	font-style: normal;
	font-weight: bold;
	font-size: 28px;
	text-align: center;
	text-decoration: none;
}
#booklink figure {
	margin-top: auto;
	margin-bottom: auto;
	margin-left: auto;
	margin-right: auto;
}
#adobe {
	margin-bottom: 40px;
}
#adobe figure {
	
}
#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;
}
