

body {
    display: flex;
    background-color: #FFFFFF;
    margin: 0.4em;
    border-style:solid;
    border-color:#BEBEBE;
    border-width:1px;
    font-family:Tahoma,sans-serif;
  }


a:link {
    text-decoration: none;
  }


a:visited {
    text-decoration: none;
  }


a:hover {
    text-decoration: underline;
  }


a:active {
    text-decoration: underline;
  }


a#forgot, input.s {
    white-space: nowrap;
    font-family:tahoma,sans-serif;
    font-size:10pt;
    color:black;
    background-color:#F7F9FA;
    border-style:solid;
    text-align:center;
    border: solid #E0E0E0 1px;
    white-space: nowrap;
    width:auto;
  }


a#forgot[id] {
    height : 1.4em;
    padding-bottom : 1px;
    padding-left : 10px;
    padding-right : 10px;
    padding-top : 1px;
  }


a#forgot {
    height : 1.4em;
    margin-bottom : -4px;
    margin-left : 0px;
    margin-right : 0px;
    margin-top : 0px;
    padding-bottom : 2px;
    padding-left : 10px;
    padding-right : 10px;
    padding-top : 2px;
  }


a#forgot:hover, input.s:hover {
    text-decoration:underline;
    color:#0F0F0F;
    border-color:#666666;
  }


input {
    border: 1px;
    border-style:solid;
    font-size:12pt;
    width: 6em;
  }


label {
    font-size : 90%;
    margin-bottom : 0px;
    margin-left : 0px;
    margin-right : 4px;
    margin-top : 0px;
  }


h2 {
    color: #222222;
    font-family: Tahoma, sans-serif;
    font-size: 14pt;
    font-weight: bold;
    margin-bottom: 0px;
    margin-top: 1em;
    text-indent: 2em;
  }


#header {
    position: relative;
    width: 100%;
    background-color: #75BEF5;
    border-width: 2px 2px 0;
    border-style: solid;
    border-color: #E0E0E0;
  }


#header h1 {
    height: 80px;
    background-color: #75BEF5;
    margin: 0 0 0 50px;
    font-family: Tahoma, sans-serif;
    font-size: 20pt;
    text-align: left;
    line-height: 80px;
    font-weight:bold;
    color:#FFFFFF;
  }


div#centered {
    border: 0;
    height: 30%;
    width: 80%;
    position: absolute;
    left: 10%;
    top: 20%;
    color: black;
  }


div#menu {
    border-bottom-width : 1px;
    border-left-width : 1px;
    border-right-width : 1px;
    border-top-width : 1px;
    position : absolute;
    right : 10%;
    text-align : left;
    top : 30%;
    vertical-align : middle;
  }


form {
    white-space: nowrap;
    margin-bottom:2em;
    margin-top: 2em;
  }


fieldset {
    border-bottom-color : #E0E0E0;
    border-bottom-style : solid;
    border-bottom-width : 1px;
    border-left-color : #E0E0E0;
    border-left-style : solid;
    border-left-width : 1px;
    border-right-color : #E0E0E0;
    border-right-style : solid;
    border-right-width : 1px;
    border-top-color : #E0E0E0;
    border-top-style : solid;
    border-top-width : 1px;
    padding-bottom : 20px;
    padding-left : 20px;
    padding-right : 20px;
    padding-top : 20px;
  }


small {
    text-align:right;
    display: block;
    font-size: x-small;
  }

