body {
    margin: 0;
    padding: 0;
    border: 0;
    height: 100%;
    max-height: 100%;
    font-family: verdana;
    font-size: 0.8em;
    font-weight: normal;
    color: #121950;
    background-color: #FFFFFF;
    overflow: auto;
}
.underline {
    text-decoration: underline;
}
a, a:visited {
    text-decoration: underline;
    color: #121950;
}
a:hover {
    text-decoration: underline;
    color: #3300FF;
    cursor: pointer;
}
ul {
    padding-left: 0px;
}
dt {
    margin: 10px;
    font-weight: bold;
    font-size: 1em;
    display: list-item;
    list-style-type: decimal;
}
ul {
   padding: 0px;
}
li {
    padding: 0.1em 0 0 0;
    list-style-position: inside;
}
#nav {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    overflow: hidden; /*Disable scrollbars. Set to "scroll" to enable*/
    border-right: solid black 1px;
    padding: 35px;
}
#content {
    position: absolute;
    top: 0;
    left: 350px; /*Set left value to WidthOfFrameDiv*/
    right: 0;
    bottom: 0;
    padding: 0;
}
#frame {
    margin: 5px;
    text-align: left;
    border-style: none;
    margin-top:15px;
    width:95%;
    overflow:visible;
    height:500px;
}
  
.title, .title-center, .bold {
    font-weight: bold;
}
.title-center, .center {
    text-align: center;
}

.welcome {
    display: flex;
    height: 93%;
}
.welcome .left {
    white-space: nowrap;
    border-right: solid black 1px;
    padding: 20px;
    height: 100%;
}
.welcome .right {
    width: 100%;
    margin-top: 15px;
    padding-left: 20px;
    height: 100%;
}

.redtext {
    color: red;
}