#main-text {
  margin:auto;text-align:left;
  width:40em;min-width:709px;
  padding:10px;
  background-color:#DDDDDD;}

a img { border: 2px #DDDDDD; }

h3 { font-family: sans-serif; font-variant: small-caps; }

dt { font-variant: small-caps; }

.warning { background: yellow; text-align: center }

.formteam { background:  #99CCFF; text-align: center }

#navigation {
    background:#dddddd;
    margin:auto;text-align:center;
    width:40em;min-width:709px;
    padding:10px;
    font-family:sans-serif;
}
#navigation ul {
    list-style:none;
    padding-left: 30px;
    display:inline;
    
}

#navigation ul:hover {
    background:#CCCCCC;
}

#navigation a:hover {
    background:#FFFFFF;
}

#navigation li {
    text-transform:lowercase;
    display:inline;
}
#navigation a {
    padding:0 12 0 12px;
    text-decoration:none;
}
#navigation hr {
    display: none;
}

#navbar {
    display: block;
    margin: 0;
    padding-bottom: 50px;
    padding-left: 8px;
}

#navbar li {
    display: block;
    float: left;
    text-align: center;
    width: 19%;
    vertical-align: middle;
    height: 50px;
    line-height: 50px;
    background-color: #3D3C3B;
    color: #FFF2ED;
    font-family: "Courier";
    border-radius: 5px;
    box-shadow: -3px 7px 5px #888;
    margin: 0px 2px;
    font-size: 14px;
    border-style: solid;
    border-width: 1px;
    border-color: darkGray;
}

#navbar li:hover, #navbar li.active{
    background-color: #555555;
    color: #FF9933;
}
