*{
   margin: 0;
    padding: 0;  
    
    
}

body {
    font-family: "Times New Roman", Times, serif;
    font-size: 100%; 
    color:#000;
    background-color:aliceblue;
     
    
}

#OuterWrapper {
    margin: 20px auto;
    width: 1200px; 
    
}

header {
    width: 100%;
    height: 150px;
    text-align: center;
   
}
h1 {
    font-size: 3em;
    
}

h1, h2, h3 {
    font-family: 'Lato', sans-serif;
    font-weight: 400;
}

h2 {padding-bottom: 20px; 
}

#MainNav {
    font-size: 1.5em;
    font-family: 'Lato', sans-serif;
    font font-weight:400; 
}
#MainNav ul{
    list-style-type: none;
    margin: 0;
    padding: 0;
    
 
}
#MainNav li {
    display: inline-block;
    padding: 15px;  
    
    
}
#MainNav a:link, a:visited {
    color:black; 
    text-decoration: none; 
}
#MainNav a:hover, a:active {
    color:crimson; 
    text-decoration: underline;
}
aside{
    top: 200px;
    width: 200px;
    height 100%;
    position: fixed;
    overflow: auto;
        
     
    
}
#SubNav {
    font-size: 1.5em;
    font-family: 'Lato', sans-serif;
    font font-weight:400; 
}
#SubNav ul{
    list-style-type: none;
    margin: 0;
    padding: 0;
    
 
}
#SubNav li {
    display: block;
    padding: 15px;  
    padding-bottom: 20px;
    
    
}
#SubNav a:link, a:visited {
    color:black; 
    text-decoration: none; 
}
#SubNav a:hover, a:active {
    color:crimson; 
    text-decoration: underline;
}


Main {
    text-align: center;
    
}
p{
text-align: left;
    font-size: 0.875em; 
    line-height: 1.75; 
    margin:0 30px;
    
}   

img {
    margin-bottom: 20px;
}

footer {
    font-family: "Times New Roman", Times, serif;
    font-size: .875; 
    padding: 10px;
    position: fixed;
    bottom: 0; 
    width: 100%;
    
}
