@charset "UTF-8";
* {
	margin: 0px;
	padding: 0px;
}
#wrapper {
	max-width: 1280px;
	margin: auto;
	background-color: #EAF4F2;
	width: 100%;
	overflow: auto;
}
body {
	font-family: 'Raleway', "sans-serif;";
	background-color: #B3D1CF;
}
nav {
margin-top: auto;
margin-right: auto;
margin-left: 5%;
margin-bottom: auto;
width: 100%;
}
nav ul li {
    list-style-type: none;
    float: left;
    width: 25%;
    margin-left: 8px;
    margin-bottom: 24px;
    margin-right: 18px;
}
nav ul li a {
    display: block;
    text-decoration: none;
    border-radius: 8px;
    border: 1px solid #B20B4F;
    color: #2E5442;
    font-size: 12pt;
    line-height: 24pt;
    text-align: center;
    font-weight: 300;
    -webkit-box-shadow: 4px 4px 6px #C9E2DF;
    box-shadow: 4px 4px 6px #C9E2DF;
}
nav ul li a:hover {
    box-shadow: 4px 4px 6px #FFF;
}
#EdgeID {
height: 500px;
}
footer  {
text-align: center;
width: 90%;
float: left;
color: #649285;
font-size: 9pt;
margin-top: 2%;
letter-spacing: 1px;
margin-bottom: 24PX;
margin-left: 5%;
}
