body{
	font-family: Gill Sans, sans-serif;
    background-color: aliceblue
}

h1,h2,h3,h4{
	font-family: Gill Sans, sans-serif;
    font-weight: 700;
}

li{
    display: inline;
    list-style-type: none;
    
}

#skip-links a:focus{
position: static;
width: auto;
height: auto;
}

#skip-links{
width: 100%;
background-color: black;
}

#skip-links a{
color: white;
}

#skip-links {
position: absolute;
left: -10000px;
top: auto;
width: 1px;
height: 1px;
overflow: hidden;
}

a:link, a:visited, a:active{
    text-decoration:;
    color: black;
}

a:hover {
    text-decoration: underline;
    color: lavenderblush;
    
}

#content {
	width: 100%;
    margin: 0;
	padding: 0;
}

#bodycontent {
	width: 85%;
	float: left;
	margin: 2px;
	padding: 0 1% % 0;
}

#wrapper{
	width: 90%;
	padding: 0px 40px;
    margin: 30px auto;
	border-collapse: collapse;
    border: solid 1.75px grey;
	color: #000C66;
}

.primarynav {
	display: inline-block;
	padding: 3px 10px;
	text-align: center;
}

#header{
	width: 100%;
    color: #050d30;
}

#footer {
	width:100%;
	clear:both;
	color:black;
}
primarynav {
	display: inline-block;
	padding: 2px 10px;
	text-align: center;
}

#navigation {
    list-style-type: none;
	clear: both;
	padding: 5px 32px;
    margin: 0 -40px;
	list-style-type: none;
	background-color: lavender;
	color: black;
}

#headerborder {
    list-style-type: none;
	clear: both;
	padding: 10px 40px;
    margin: 0 -40px;
	list-style-type: none;
	background-color: lavenderblush;
}

h2, h1 {
	color: #000C66;
}

#contentside {
	width: 13% ;
	float: left;
	margin: 120px 0px 00px 19px;
	padding: 0px;
	background-color: lavender;
	color: #000C66;
    text-align: center;
    border: solid 1px black;
    
}

#contentsiderates {
	width: 13% ;
	float: left;
	margin: 73px 0px 00px 19px;
	padding: 0px;
	background-color: lavender;
	color: #000C66;
    text-align: center;
    border: solid 1px black;
    
}

#contentsidefindus {
	width: 13% ;
	float: left;
	margin: 135px 0px 00px 19px;
	padding: 0px;
	background-color: lavender;
	color: #000C66;
    text-align: center;
    border: solid 1px black;
    
}


