/* STYLES.CSS 1.0 May 2018 by Estelle Scott */
img {
	display: block;
    margin:auto;
}
body{
	background-color: #00b6c7;
	font-family: Arial;
	line-height: 1.5em;
}	
.content{
	padding:5%;
}
.container{
	width:1052px;
	margin:auto;
	margin-top:25px;
	background-color: rgb(12,142,160);
	height:1000px;
}
.container1{
	width:819.7px;
	height:876px;
	background-color:lightgrey;
	margin-left: 22.09%;
}
ul{
	list-style-type:none;
	margin:0;
	padding:0;
	float:left;
	height:500px;
}
li a {
    display: block;
    width: 200px;
	background-color:rgb(12,142,160);
	color: black;
	font-family:Arial;
	text-decoration:none;
	padding: 8px 16px;
	font-size:18px;
}
li a:hover {
    background-color: rgb(7,84,95);
    color: white;
}
li a.active {
	background-color:#555;
	color:white;
}
.links{
	font-size:12px;
	text-align:center;
}
.topicimg1{
	float:right;
	padding:2%;
	padding-bottom:0;
	padding-right:0;
	padding-top:0;
	font-size:12px;
}
.topicimg2{
	float:left;
	font-size:12px;
	padding:2%;
	padding-left:0;
	padding-top:0;
	padding-bottom:0;
	margin-top:0;
	margin-bottom:0;
}
h1{
	padding-bottom:3%;
}
.container2{
	width:1052px;
	margin:auto;
	margin-top:25px;
	background-color: rgb(12,142,160);
	height:2000px;
}	
.container3{
	width:819.7px;
	height:1876px;
	background-color:lightgrey;
	margin-left: 22.09%;
}
.footer{
	background-color:rgb(4,51,69);
	width:1047.4px;
	margin:auto;
	margin-top:-2%;
	margin-bottom:2%;
	color:white;
	height:30px;
	text-align:right;
	padding-right:0.5%;
}
.container4{
	width:1052px;
	margin:auto;
	margin-top:25px;
	background-color: rgb(12,142,160);
	height:1100px;
}
.container5{
	width:819.7px;
	height:976px;
	background-color:lightgrey;
	margin-left: 22.09%;
}
span{
	font-style:italic;
}
.references{
	margin-bottom:1em;
}
.referencelinks{
	background-color:lightgrey;
	font-size:16px;
	display:contents;
	padding:0;
	margin:0;
	width:770px;
}
.referencelinks:hover{
	color:rgb(0,153,102);
	background-color:lightgrey;
}
.directlinks{
	color:black;
	text-decoration:none;
}
.directlinks:hover{
	color:rgb(0,153,102);
}