@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 {
width: 60%;
margin-top: auto;
margin-right: auto;
margin-left: auto;
margin-bottom: auto;
}
nav ul li {
    list-style-type: none;
    float: left;
    width: 30%;
    margin-left: 24px;
    margin-bottom: 24px;
}
nav ul li a {
    display: block;
    text-decoration: none;
    border-radius: 8px;
    border: 1px solid #B20B4F;
    color: #2E5442;
    font-size: 14pt;
    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;
}
.present {
    border: 1px solid #B20B4F;
    color: #B20B4F;
}
#EdgeID  {
width: 100%;
margin-top: 2%;
margin-bottom: 2%;
}
footer  {
    text-align: center;
    width: 100%;
    float: left;
    color: #649285;
    font-size: 10pt;
    margin-top: 3%;
    letter-spacing: 1px;
    margin-bottom: 24PX;
}
