html, body, div, span, object, h1, h2, h3, h4, h5, h6 {
   margin: 0px;
   padding: 0px;
   border: 0px;
   outline: 0px;
   font-size: 100%;
}
#globalContainer {
   text-align: center;
   margin-left: auto;
   margin-right: auto;
}

#header {
   background: #9FDA00;
   height: 200px;
   width: 1080px;
   margin-left: auto;
   margin-right: auto;  
   display: block;
   border-right: 3px solid #1B60E0;
   border-left: 3px solid #1B60E0;  
   border-bottom: 3px solid #1B60E0;
   border-bottom-left-radius: 100px;
   border-bottom-right-radius: 100px;
}


/* navigation bar */

#navbar {
   display: block;
   font-size: 18pt;   
   font-family: aeos_systemsloperegular;
   text-shadow: 1px 1px 6px #558F1D;
   text-align: center;
   background-color: #3399FF;
   margin-left: auto;
   margin-right: auto;
   height: 46px;
   width: 854px;
   margin-top: -22px;
   border-right: 2px solid #0A50D0;
   border-left: 2px solid #0A50D0;  
   border-top: 2px solid #0A50D0;
   border-top-left-radius: 20px;
   border-top-right-radius: 20px;
}

#navbar ul {
   list-style-type: none;
   margin: 0px;
   padding: 0px;
   overflow: hidden;
}

#navbar li {
   float: left;
   width: 170px;  
   height: 46px;
}

#navbar li.rightborder {
   border-right: 1px solid #FFF; 
}

#navbar a:link, #navbar a:visited {
   display: block;
   color: #5CD65C;
   text-align: center;
   padding: 12px;
   text-decoration: none;
   height: 100%;
}

#navbar a:link.selected, #navbar a:visited.selected {
   background-color: #ffc315;
}

#navbar a:hover,a:active {
   background-color: #7A991A;
}




@font-face {
    font-family: 'aeos_systemsloperegular';
    src: url('font/aeossystemslope-webfont.eot');
    src: url('font/aeossystemslope-webfont.eot?#iefix') format('embedded-opentype'),
         url('font/aeossystemslope-webfont.woff') format('woff'),
         url('font/aeossystemslope-webfont.ttf') format('truetype'),
         url('font/aeossystemslope-webfont.svg#aeos_systemsloperegular') format('svg');
}