.textfield {
    position: relative;
    display: block;
    background: none;
    border: 0px solid cyan;
    margin-left: auto;
    margin-right: auto;
    min-height: 200px;
    width: 1000px;
}

#techtext {
    padding-top: 41px;
    position: relative;
    font: 12pt/2 Calibri;
    color: #646464;
    width: 470px;
    margin-left: 294px;
}

#notetext {
    padding-top: 41px;
    position: relative;
    font: 16pt/1.5 Calibri;
    color: #323232;
    width: 800px;
    margin-left: 175px;
    /*background-color:lightseagreen;*/
}

.offTop { /* to prevent scrolling to the top */
    position: relative;
    /*top: -100px; restore it for fixed top menu */
}

.dottedline {
    position: relative;
    width: 700px;
    left: 0px;
    border-top-color: #000000;
    border-top-style: dotted;
    border-top-width: 3px;
    padding-bottom: 20px; /* Space around the text */
}

#foot_top{
  display: block;
  position: relative;
  width: 700px;
  left: 290px;
}

.titfont1 {
    font: bold 100% sans-serif;
    font-family: calibri;
    line-height:0.02;
    color: #000000;
    font-size: 60pt;
    text-align: right;
    padding-top: 40px;
}

.titfont2 {
    font: bold 100% sans-serif;
    font-family: calibri;
    color: #000000;
    background: none;
    font-size: 30pt;
    text-align: right;
}

.titfont3 {
    font: bold 100% sans-serif;
    font-family: calibri;
    line-height: 1;
    color: #000000;
    background: none;
    font-size: 16pt;
}

#vert_menu {
    position: absolute;
    display: block;
    top: 280px;
    width: 270px; /* defined right edge of the text - dist from the left edge of 'contain */
    /* padding-left:90px; defines locationj of the bullets - if we want them*/
    text-align: right;
    font: normal 18px Calibri;
    text-shadow: black 2px 2px 6px;
}

    #vert_menu li {
       list-style:none; /* to remove bullets */
    }

        #vert_menu li a {
            color: #fff;
        /*background: #000;*/
        line-height:3.0;
            padding: 6px 10px 8px 14px; /* top-right-down-left: defines dimensions of background around the text */
        }

            #vert_menu li a:hover {
                color: #ffcc00;
            }

            #vert_menu li a:active {
                color: #0074A3;
            }

.swithcLink { /* for SwitchGame.htm */
    color: #dcaa00;
    font-weight: bold;
}