div.outer {
    position: relative;
}

h1 {
    background: #3D4973;
    color: #C0C1C4;
    text-align: center;
    padding: 5px;
}

body {
    margin: 0px;
    background: #C0C1C4;
    color: #232A43;
    font-style: normal;
}

div#topBar {
    height: 42px;
    padding: 0px;
    width: 100%;
    position: fixed;
    top:0;
    font-size: 18px;
    background: #3D4973;
    color: #C0C1C4;
    border-bottom: 1px solid grey;
    font: 1.3em "LTVeto Medium", sans-serif;
}

div#topBar a {
    color: #C0C1C4;
    display: block;
    height: 30px;
    padding: 6px;
}

div#topBar a:hover {
    background: #2A324F;
    color: #95B2EE;
}

div#userbar {
    float: right;
    margin: 0px;
    display: block;
    margin-right: 20px;
}

span#userBarMenu {
    text-decoration: underline;
    position: relative;
    height: 40px;
    display: block;
    padding: 7px;
    margin: 0px;
}

span#userBarMenu ul {
    display: none;
    list-style-type: none;
    position: absolute;
    top: 42px;
    right: 0;
    margin: 0px;
    padding: 0px;
}

span#userBarMenu:hover ul {
    display: block;
}

span#userBarMenu ul li:first-child a {
    border-top: 1px solid gray;
}

span#userBarMenu ul a {
    display: block;
    background: #3D4973;
    text-decoration: none;
    height: 30px;
    width: 10em;
    padding: 5px;
    border: 1px solid gray;
    border-top: none;
}

div#siteMenu {
    padding: 0px;
    margin-left: 40px;
    float: left;
}

div#siteMenu ul {
    list-style-type: none;
    padding: 0px;
    margin: 0px;
}

div#siteMenu li {
    float: left;
}    

#banner {
    margin-top: 30px;
    text-align: center;
    background: black;
}

#content {
    padding: 5px;
    padding-top: 18px;
    margin-bottom: 20px;
    text-align: center;
}

div.section {
    display: inline-block;
    -moz-border-radius:12px;
    -khtml-border-radius: 12px;
    -webkit-border-radius: 12px;
    border-radius:12px;
    border-style: solid;
    border-color: grey;
    border-width: 2.8px;
    padding: 10px;
    background-color: #DFDFDF;
    text-align: left;
    margin: 5px 200px 5px 200px;
}

input {
    font-size:14px;
}

input:focus {
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.075),0 0 5px rgba(81, 167, 232, 0.5);
}

#pageMenu a {
    color: black;
    background-color: white;
    font-family: sans-serif;
    padding: 6px;
    margin: 5px;
    border: 1px solid black;
    border-radius: 6px;
}

#pageMenu ul{
    position: fixed;
    right: 0px;
    top 500px;
    list-style: None;
}

table.form-table td {
    vertical-align: top;
}

table.form-table th {
    vertical-align: top;
    text-align: right;
}

table.content-table td {
    vertical-align: top;
    text-align: left;
    padding: 5px;
}

#footer {
    width: 100%;
    text-align: center;
    height: 20px;
    position: fixed;
    bottom: 0px;
}

.outer {
    width: 100%;
    /*height: 100%;*/
    margin: auto;
    margin-top: 0px;
    margin-bottom: 20px;
    padding: 0px;
}

div.horizontal_menu_item {
    padding: 2px;
    display: inline-block;
    border: 1px solid gray;

}

.white_on_blue, .white_on_blue a {
    color: white;
    background: #3D4973;
}

.blue_border {
    border: 2px solid #3D4973;
}

div#appMenu span{
    display: block;
    float: left;
    padding: 10 10 10 140px;
    margin: 0px;
    background: #3D4973;
    color: #C0C1C4;
    height: 30px;
}

div.htab {
    margin: 0;
    padding: 0;
    font-size: 18px;
    position: relative;
}
  
div.htab ul {
    background: #3D4973;
    padding: 0px;
    margin: 0px;
    list-style: none;
    position: relative;
    display: inline-block;
    }
    
div.htab ul li{
    padding: 0px;
    margin: 0px;
    }
    
div.htab ul ul {
    display: none;
    }
    
div.htab ul li:hover > ul {
    display: block
    }
    
div.htab > ul > li {
    float: left;
    position: relative;
    }
    
div.htab ul ul li {
    float: none; 
    position: relative;
    min-width: 10em;
    border: 1px solid gray;
    border-top: none;
    }

div.htab ul ul li:first-child {
    border-top: 1px solid gray;
}

div.htab ul li:hover {
    background: #2A324F;
    }
    
div.htab ul li a {
    color: #C0C1C4;
    display: block;
    height: 30px;
    padding: 10px;
    }

div.htab ul li a:hover {
    color: #95B2EE;
}

div.htab > ul > li > ul {
    position: absolute; top: 100%;
    }
    
div.htab ul ul ul {
    position: absolute; left: 100%; top: 0%;
    }
