body {
    margin: 0;
    width:100%;
    padding:0;
    height:100%;
	font-family: Arial, Helvetica, sans-serif;
}
.container{
    /*display:table;*/
    width:100%;
    height:100%;
    /*table-layout:fixed;*/
}
.menu{
	width:100%;
	align:center-left;
}
.cent {
    /*width:800px;*/
	width:60%;
	float:left;
	max-width:800px;
}
.left {
    /*width: calc(30%-800px);*/
	width:20%;
	float:left;
	/*background-image:URL(images/logo.jpg);*/

}
.right {
    /*width: calc(70%-800px);*/
	width:20%;
	float:left;
}
.right .right-top{
	width:100%;
	margin-top:232px;
}
.left .left-top{
	margin-top:232px;
	float:right;
}
.left .left-top img{
	max-width:230px;
}
/*.left, .right, .cent {
    display: table-cell;
}*/
        /*Horizontal navigation bar CSS begin*/
.menu {
    overflow: hidden;
    background-color: white;
    top: 0;
}
/*.cent .menu img{
    height: 200px;
	width:100%;
}*/
.menu ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: auto;
    background-color: whiteSmoke;
}

/*li:last-child{
    border-right: none;
}*/
.menu  li {
    float: left;
}

.menu  li a{
    display: block;
    color: red;
    font-weight: bold;
    font-size: 16px;
    text-align: center;
    padding: 2px 16px;
    text-decoration: none;
	
}
.menu li.dropdown{
    display: inline-block;
}
.cent .menu .dropdown-content{
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index:1;
}
.menu .dropdown-content a{
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    text-align: left;
}
.menu .dropdown-content a:hover{
    background-color: #f1f1f1
}
.menu .dropdown:hover .dropdown-content{
    display:block;
}
.menu li a:hover, .dropdown:hover .dropbtn{
    background-color: #7BE0CF;
}
/*.active {
    background-color:#4CAF50;
}*/
        /*Horizontal navigation bar CSS end*/
        
.cent .main {
	margin-top:0;
    padding: 0px;
    color: black;
	background-color:white-space;
    margin-left:5px;
	margin-right:5px;
    }
.cent .main p{
    line-height:190%;
    }
.cent .main .programintro{
    background-color: white;
    width:100%;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index:1;
    }
.cent .main img{
	max-height: 350px;
}
.cent .footer{
	text-align: center;
	font-size: small;
}
.cent .mediaConnection{
	text-align:center;
}

@media only screen and (max-width:800px) {
  /* For tablets: */
  .right{
	  display:none;
	  
  }
  .left{
	  display:none;
  }
  .cent{
	  width:100%;
  }
}
@media only screen and (max-width:500px) {
  /* For mobile phones: */
  .right{
	  display:none;
	  
  }
  .left{
	  display:none;
  }
  .cent{
	  width:100%;
  }
}
#pageHeader{
	background-color:#ccffff;
	text-align: center;
}
