root { 
    display: block;
}
body{
    font-family: "helvetica";
	font-size:11pt;
	max-width:1500px;
	position:absolute;
	top:0;
	bottom:0;
	left:0;
	right:0;
	margin:auto;
	max-height:1000px;
	padding-top:10px;
	padding-bottom:10px;
}
a {
	text-decoration: none;
	color: black;
}
a :hover{
	text-decoration: none;
	color: black;
}
IMG.displayed {
    display: block;
    margin-left: auto;
    margin-right: auto 
}
.mainBody{
    width: 1000px;
    border: none;
    overflow: auto;
    margin-left: auto;
    margin-right: auto;
}
.sideMenu{
    float: left;
    width: 25%;
    background-color: red;
    border: none;
    color: white;
    height: 1200px;
}
.sideMenu2{
    float: left;
    width: 25%;
    background-color: red;
    border: none;
    color: white;
    height: 1650px;
}
.sideMenu3{
    float: left;
    width: 25%;
    background-color: red;
    border: none;
    color: white;
    height: 3100px;
}
.sideMenu4{
    float: left;
    width: 25%;
    background-color: red;
    border: none;
    color: white;
    height: 2000px;
}
.sideMenu5{
    float: left;
    width: 25%;
    background-color: red;
    border: none;
    color: white;
    height: 2500px;
}
.sideMenu6{
    float: left;
    width: 25%;
    background-color: red;
    border: none;
    color: white;
    height: 900px;
}
.mainContent{
    float: left;
    width: 75%;
    background-color: white;
    border: black;
    height: 1200px;
}
.mainContent2{
    float: left;
    width: 75%;
    background-color: white;
    border: black;
    height: 1650px;
}
.mainContent3{
    float: left;
    width: 75%;
    background-color: white;
    border: black;
    height: 3100px;
}
.mainContent4{
    float: left;
    width: 75%;
    background-color: white;
    border: black;
    height: 2000px;
}
.mainContent5{
    float: left;
    width: 75%;
    background-color: white;
    border: black;
    height: 2500px;
}
.mainContent6{
    float: left;
    width: 75%;
    background-color: white;
    border: black;
    height: 900px;
}
.logo{
    max-width: 150px;
    display: block;
    margin-top: 50px;
    margin-bottom: 50px;
    margin-left: auto;
    margin-right: auto;
}
.menu{
    display: block;
    margin-left: 0px;
    list-style: none;
}
.dropMenu{
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.dropMenu li{
    list-style: none;
    display: none;	
}
.dropMenuOpen li{
    display: block;
}
.child{
    display: block;
    border-left: black solid 2px;
    padding: 5px;
    margin-left: 10px;
    font-size: 15px;
    text-transform: uppercase;
	font-size: 8pt;
    cursor: pointer;
}
.child:hover{
    color: black;
}
.childOpen{
    display: block;
    border-left: black solid 2px;
    padding: 5px;
    margin-left: 10px;
    font-size: 15px;
    text-transform: uppercase;
	font-size: 8pt;
    cursor: pointer;
    color: black;
}
.bigBtn{
    width: 100px;
    height: 30px;
    background-size:100px 30px;
    margin-bottom: 2px;
    cursor: pointer;
}
.courses{
    background-image: url("../img/button_courses.png");
}
.courses:hover{
    background-image: url("../img/button_courses2.png");
}
.spacing{
    height: 50px;
    border: none;
}
.content{
    display: block;
    padding-top: 20px;
    padding-left: 50px;
}
.content2{
    display: block;
    margin-left: 50px;
    margin-top: -30px;
}
.header{
    font-size: xx-large;
    font-weight: bolder;
}
.contact{
	position: absolute;
    max-width: 200px;
    display: block;
    margin-top: 1070px;
    margin-bottom: 50px;
    margin-left: 15px;
    margin-right: auto;
    color: black;
}
.contact3{
	position: absolute;
    max-width: 200px;
    display: block;
    margin-left: 30px;
    margin-right: auto;
    margin-top: 2975px;
    color: white;
}
.contact2{
	position: absolute;
    max-width: 200px;
    display: block;
    margin-top: 1510px;
    margin-bottom: 50px;
    margin-left: 30px;
    margin-right: auto;
    color: white;
}
.contact4{
	position: absolute;
    max-width: 200px;
    display: block;
    margin-top: 1875px;
    margin-bottom: 50px;
    margin-left: 30px;
    margin-right: auto;
    color: white;
}
.contact5{
	position: absolute;
    max-width: 200px;
    display: block;
    margin-top: 2375px;
    margin-bottom: 50px;
    margin-left: 30px;
    margin-right: auto;
    color: white;
}
.contact6{
	position: absolute;
    max-width: 200px;
    display: block;
    margin-top: 300px;
    margin-bottom: 50px;
    margin-left: 30px;
    margin-right: auto;
    color: white;
}
.listProyek{
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.listProyek li{
    list-style: none;
    display: none;	
}
.containerGambar{
    height:490px;
}
.navigationArr{
    font-weight: bold;
    color:#999999;
}
.navigationArr:hover{
    cursor: pointer;
    background: none;
    color: black;
}