
body {background: #;
    margin-top: 100px;
    margin-bottom: 100px;
      margin-right: 80px;
      margin-left: 80px;}
      
h1 {text-align: center;
    font-family:Papyrus, fantasy;
    font-size:30px;
    color: #224433;
    text-decoration:underline;
}
h2 {text-align: left;
    font-family:Papyrus, fantasy;
    font-size:24px;
	color: #224433;
    text-decoration:underline;
    }
    
h3 {text-align: left;
    font-family:Papyrus, fantasy;
    font-size:24px;
	color: #224433;
    text-decoration:bold;
    }
    
p {font-family:Papyrus, fantasy;
   font-size:20px;
   color: #224433;
  }
   
ul {font-family:Papyrus, fantasy;
   font-size:20px;
   color: #224433;}
#oacp {width: 30%; vertical-align: bottom; text-align: center;}   

#oacw {width: 30%;
       vertical-align: top;
       text-align: center;
       font-family:Papyrus, fantasy;
       font-size:20px;
       color: #224433;}
       
#scp {width: 45%; vertical-align: bottom; text-align: center;}   

#scw {width: 45%;
       vertical-align: center;
       text-align: center;
       font-family:Papyrus, fantasy;
       font-size:20px;
       color: #224433;}   

#scl {width: 45%;
       vertical-align: center;
       text-align: left;
       font-family:Papyrus, fantasy;
       font-size:20px;
       color: #224433;}   
#pp {width: 91%; vertical-align: bottom; text-align: center;}   

#pw {width: 91%;
       vertical-align: center;
       text-align: center;
       font-family:Papyrus, fantasy;
       font-size:20px;
       color: #224433;}   
#pb {width: 20%;
      text-align: right;
       font-family:Papyrus, fantasy;
       font-size:20px;
       color: #224433;}

#menu {
    list-style-type: none;
    padding-left: 0px;
}

#menu li {
    display: block;
    background-image: url(/buttons/blank_button.png);
    background-repeat: no-repeat;
    width: 120px;
    height: 28px;
    font-family: comic-sans;
    text-align:center;
    padding-top: 3px;
    font-family: 'comic sans ms', fantasy;
}

#menu li.active {
    font-weight: bold;
}

#menu li a {
    text-decoration: none;
    font-family: 'papyrus', fantasy;
    
}

#menu_div {
    float: left;
    padding-right:15px;
}

.navbar-brand {
    text-transform: uppercase;
    font-weight: 900;
    letter-spacing: 2px;
}

.navbar-nav {
    text-transform: uppercase;
    font-weight: 400;
    letter-spacing: 2px;
}
    .navbar {
        border-radius: 0;
    }

    .navbar-header {
        display: none;
    }

    .navbar {
        min-height: 0;
    }

    .navbar-default {
        border: none;
        background: #fff;
        background: rgba(255,255,255,0.9);
    }

    .nav>li>a {
        padding: 15px;
    }

    .navbar-nav>li>a {
        line-height: normal;
    }

    .navbar-nav {
        display: table;
        float: none;
        margin: 0 auto;
        table-layout: fixed;
        font-size: 1.25em;
    }
}

