body {
	background-image: linear-gradient(#c2c2c2, #000000);
	font-size: 17px; font-family: "Poppins"; #969696
}

.spacersmall
{
	height: 1%;
}

#header
{
	font-size: 65px;
	color: #000000;
}

#container
{
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
}

#top-bar
{
	background-color: #4da853;
	color: white;
	padding: 10px;
	margin-top: 20px;
	margin-bottom: 25px;
	height: 180px;
	-webkit-box-shadow: 9px 9px 80px -9px rgba(0,0,0,0.75);
	-moz-box-shadow: 9px 9px 90px -9px rgba(0,0,0,0.75);
	box-shadow: 9px 9px 80px -9px rgba(0,0,0,0.75);
	font-size: 19px;
	line-height: 12px;

}

#topbartext 
{
    float: left;
    width: 650px;
    padding: 10px;
    color: #333333;
    margin-top: 5px;
}

#topbartext > h1
{
    font-size: 30px
}

#footer
{
	border-top: 1px dashed #000000;
	text-align: center;
	padding: 15px;
	font-size: 10px;
}

#content
{
	width:100%;
	background-color: #dbdbdb;
	-webkit-box-shadow: 9px 9px 80px -9px rgba(0,0,0,0.75);
	-moz-box-shadow: 9px 9px 90px -9px rgba(0,0,0,0.75);
	box-shadow: 9px 9px 80px -9px rgba(0,0,0,0.75);
}

#contenttext
{
	margin: 30px;
}

#contenttext > h1
{
	padding: 20px;
	border-bottom: 1px dashed #000000;
	text-align: center;
	font-size: 30px
}


.all
{
	width: 550px;
    overflow: auto;
    color: #666666;
	/*float: left;*/
	position: sticky;
	padding: 5px;
}
.allr
{
	width: 350px;
    height: 500px; 
    overflow: auto;
    color: #666666;
	float: left;
	position: sticky;
	padding: 5px;
}
.alll
{
	width: 350px;
    height: 500px; 
    overflow: auto;
    color: #666666;
	float: left;
	position: sticky;
	padding: 5px;
}
a
{
	color: #000000;
}

ol
{
	padding: 0 ;
	margin: 0;
	list-style-type: none;
	font-size: 18px;
	height: 35px;
	line-height: 200%;
	display: inline-block;
	background-color: #4da853;
	width:100%;
}

ol a
{
	color: #ffffff;
	text-decoration: none;
	display: block;
}

ol > li
{
	float: left;
	width: 240px;
	height: 40px;
	text-align: center;
}

ol > li:hover
{
	background-color: #224d24;
	height: auto;
}

ol > li:hover > a
{
	color: #ffff;
}

ol > li > ul
{
	list-style-type: none;
	padding: 0;
	margin: 0;
	height: 60px;
	display: none;
}

ol > li:hover > ul
{
	display: block;
}

ol > li > ul > li
{
	background-color:#224d24;
	position: relative;
	z-index: 100;
	border-top: 1px dashed #1a3b1c;
}

ol > li > ul > li:hover
{
	background-color: #102411;
}

ol > li > ul > li:hover > a
{
	color: #ffff;
}