* {
    line-height: 1.3;
    font-family: "Trebuchet MS", Helvetica, Arial, Verdana;
    font-size: 15px;
    color: #000000;
}




.flex-container {
    display: flex;
    flex-wrap: nowrap;
    margin: auto;
    justify-content: center;
}

.ws {
    clear: both;
    padding-top: 25px;
}    

h1 {
    font-weight: bold;
    color: #000000;
    font-size: 1.5em;
    text-align:center;
    background-color: inherit;
}

h2 {
    padding-top: 15px;
    font-weight: bold;
    color: #000000;
    font-size: 1.2em;
    background-color: inherit;
}


h3 {
    color: #0A0A0A;
    font-size: 1.2em;
    background-color: inherit;
}

p {
    background-color: #ffffff;
}

.note{
    font-size: 20px;
    font-weight: bold;
}

.note a {
    text-decoration: none;
    font-size: 20px;
    font-weight: bold;
    color: #004DD6;
}


code, pre {
  font-family: Consolas,"courier new";
}

.tiny {
    font-size: x-small;
}

.mirror {
    z-index: 4;
}

.logo {
    background: transparent;
    z-index: 6;
    padding-top: 10px;
    padding-left: 0px;
    float: left;
}

.logoimg {
    background: transparent;
    z-index: 6;
    padding-top: 10px;
    padding-left: 0px;
    float: left;
}


.line {
    z-index: 4;
    width: 60%;
    text-align:center;
    margin: auto;
    max-width: 750px;
    justify-content:center;
}


.header {
}

.footer {
    padding-top: 30px;
    padding-bottom: 30px;
    font-size: 0.8em;
}


.foot {
    text-align: right;
}



body {
    background-color: #cccccc;
    margin:0 auto 0 auto;
}


ul{
    padding-left: 20px;
    margin-left: 0px;
}

/* Second Level */
ul ul{
  margin-left:10px;
}

/* Third Level */
ul ul ul{
  margin-left:20px;
}

.structitem
{
    margin-left: 20px;
    margin-bottom: 10px;
}

table {
    margin: 30px;
}


a {
    text-decoration: none;
    color: #004DD6;
}

a:visited {
    color: #021FAA;
}

.img-left {
    float: left;
}


/* Left and right columns */
.column.side {
    width: 10%;
    justify-content: center;
}


/* Main column */
.column.main {
    width: 80%;
    max-width: 720px;
    padding: 10px;
    background-color: #ffffff;
}


/* Main column */
.column.main25 {
    width: 20%;
    padding-left: 10px;
    max-width: 180px;
    background-color: #ffffff;
}

.column.main75 {
    width: 60%;
    padding-right: 10px;
    max-width: 540px;
    background-color: #ffffff;
}


.footer ul{
    list-style-type: none;
    margin: 0;
    padding-right: 10px;
}

.footer ul ul{
    list-style-type: disc;
    margin: 0;
    padding-right: 10px;
}


.submenu li{
    margin: 2px 0;
}

.sublist ul{
    list-style-type: none;
    padding-left: 16px;
}

.submenu a {
    text-decoration: none;
    display:block;
    width:100%;
    background-position:right;
    background-repeat:no-repeat;
    padding:3px;
    padding-right:0;
}
.submenu a:hover {
    background-color:#eeeeee;
    background-repeat:repeat-y;
}
