* {
    margin: 0;
    padding: 0;
}

body{
    font-family:'Lato', sans-serif;;
    font-size: 100%; 
    color: #000;
    background-color: #fff;
}
    
#OuterWrapper {
    margin: 20px auto;
    width: 1200px;     
}

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

h1{
    font-family: 'Oswald', sans-serif;
    font-size: 4em;  
}

h2{
    font-family: 'Oswald', sans-serif;
    line-height: 2;
    font-size: 2em;
    padding-bottom: 20px;
    
}
/*this styles the home navigation*/

#HomeNav {
    font-family: 'Oswald', sans-serif;
    font-size: 1.5em;
}

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

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

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

#HomeNav a:link, a:visited {
    color: #fff;
    text-decoration: none;
}

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

main {
    text-align: center;   
}

footer {
    font-family: "Times New Roman", TIMES, serif;
    font-size: .8em;
    padding: 20px;
    position: fixed;
    bottom: 0px;
    width: 100%
}
/*this styles the home navigation*/
#MainNav {
    font-family: 'Oswald', sans-serif;
    font-size: 1.5em;
}

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

#MainNav li {
    display: inline;
    padding-right: 10px;
}

#MainNav a{
    color: #C201A7;
    text-decoration: none;
}

#MainNav a:link, a:visited {
    color: #C201A7;
    text-decoration: none;
}

#MainNav a:hover, a:active {
    text-decoration: underline;
    color:#1e3376;
}

aside{
    top: 200px;
    width: 200px;
    margin: 20px;
    height: 100%;
    position:fixed;
    
}

#SubNav {
    font-family: 'Oswald', sans-serif;
    font-size: 1.5em;
}

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

#SubNav li {
    display: block;
    padding-bottom: 20px;
}

#SubNav a{
    color: #D5893D;
    text-decoration: none;
}

#SubNav a:link, a:visited {
    color: #D5893D;
    text-decoration: none;
}

#SubNav a:hover, a:active {
    text-decoration: underline;
    color:navy;
}

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

img {
    padding-bottom: 10px;
}