body {
background-color: #DDD;
/*background-image: linear-gradient(180deg, #FFF 0%, #DDD 100%);*/
margin: 0;
}

#fixed-header {
height: 15%;
background-color: #EEE;
box-shadow: 0 4px 6px 0 rgb(12 0 46 / 6%);
/*background-image: linear-gradient(90deg, #FFFFFF 0%, #CCC 100%);*/
}

#fixed-header-logo {
float: left;
height: 100%;
}

#fixed-header-logo img {
float: left;
height: 100%;
}

#fixed-header h1 {
/*float: left;*/
}

#help-banner {
font-size: 34px;
font-family: tahoma;
text-align: center;
display: inline-block;
padding-top: 25px;
color: #0170c5;
margin-left: 0px;
}

#header-button-start {
float: right;
background-color: green;
color: white;
border-radius: 30px;
font-size: 30px;
padding: 0px 30px;
cursor: pointer;
box-shadow: 5px 5px #999999;
margin: 60px 50px 0px 0px;
}

#header-button-start:hover {
background-color: #33CC33;	
}

#header-button-contact {
float: right;
background-color: #0170c5;
color: white;
border-radius: 30px;
font-size: 30px;
padding: 0px 30px;
cursor: pointer;
box-shadow: 5px 5px #999999;
margin: 60px 50px 0px 0px;
}

#header-button-contact:hover {
background-color: #3399FF;
}

#help-main {
height: 85%;
overflow: auto;
}

#toc {
width: 20%;
float: left;
overflow: auto;
color: #FFF;
background-color: #333;
height: 100%;
}

.toc-L1 {
/*list-style-type: square;*/
}

.toc-L2 {
list-style-type: disc;	
}

.toc-L3 {
list-style-type: circle;	
}

#toc li {
font-family: arial;
font-size: 20px;
}

#toc a,
#toc a:visited {
color: white;
text-decoration: none;
}

#toc a:hover {
color: white;
background-color: #0170c5;
}

#help {
width: 70%;
padding-left: 5%;
padding-right: 5%;
float: left;
overflow: auto;
height: 100%;
}

#help h1 {
font-size: 32px;
color: #0170c5;
text-align: left;
font-family: tahoma;
}

#help p {
font-size: 20px;
font-family: arial;
}

#help ul {
font-size: 20px;
font-family: arial;
}

#help li {
margin-top: 10px;
}

#help img {
box-shadow: 5px 5px 5px #999;
border-radius: 3px;
margin-left: 10%;
max-width: 1000px;
}

iframe {
margin-left: 10%;	
}

hr {
margin-top: 20px;
margin-bottom: 20px;
border-top: 3px solid black;
}