* { 
margin: 0;
padding: 0; 

}

body { 
 font-family: "Courier New", Courier, monospace;
font font-size: 100%;
font-weight: 400
color: #000;
background-color: #D0ECF2;
}
#OuterWrapper{
    margin: 20px auto; 
    width: 1200px; 
}

header {
    width: 100%;
    height: 200px;
    text-align: center;
}

h1 { 
font-size: 3em;
}

h1, h2, h3{
    font-family: "Courier New", Courier, monospace;
    font-weight: 400;
    padding-bottom: 20px;
    
}
#MainNav { 
font-size: 1.5em;
    font-family: "Courier New", Courier, monospace;
    font-weight: 300;
}
#MainNave ul {
    list-style-type: none;
    margin: 0;
        padding: 0; 
}
#MainNav li {
    display: inline-block;
    padding: 20px;
}
#MainNav li a {
    color: #fff;
    text-decoration: none;
}
#MainNave li a: link a:visited {
    color: #fff;
}
#MainNav li a:hover,a:active{
    text-decoration: underline;
    color:darkseagreen;
}
#HomeNav{
    font-size: 1.25em;
    font-family: "Courier New", Courier, monospace;
    font-weight: 400;
}

#HomeNav ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

#HomeNav li {
    display: inline-block; 
    padding: 10px;   
}

#HomeNav li a {
    color: #000;
    text-decoration: none;
}


#HomeNav li a:link, a:visited {
    color:#000; 
}

#HomeNav li a:hover, a:active {
    text-decoration: underline;
    color: crimson; 
}

aside{
    top:200px;
    width:200px; 
    position: fixed;
    height: 100%;
    overflow:auto
}
#subNav { 
font-size: 1.5em;
    font-family: "Courier New", Courier, monospace;
    font-weight: 300;
}
#subNave ul {
    list-style-type: none;
    margin: 0;
        padding: 0; 
}
#subNav li {
    display: block;
    padding-bottom: 15px;
}
#subNav li a {
    color: #100101;
    text-decoration: none;
}
#subNave li a: link a:visited {
    color: #278673;
}
#subNav li a:hover,a:active{
    text-decoration: underline;
    color:#AE8133;
}

main { 
        text-align: center;
    }
p {
    
text-align: left;
    line-height: 1.75;
    margin 0 30px; 
}
img {
    margin-bottom: 20px;
}
footer {
    font-family: "Courier New", Courier, monospace; 
    font-size: .875em; 
    position: fixed; 
    padding: 40px;
    margin-bottom: 0;
}








