ul,li,h1,h2,h3,h4,h5,h6,body,html,p{
    margin:0; padding:0;
}

body{
    background-color: #ffffff;
    width: 100%;
    height: inherit;
    font-size: 14px;
    font-family: 'LucidaGrande', 'Lucida Grande', 'Lucida Sans Unicode', sans-serif;
    box-shadow: 3px 3px 3px #666666;
}

.bodyNL{
    background-color: #ffffff;
    width: 100%;
    height: inherit;
    font-size: 14px;
    font-family: 'LucidaGrande', 'Lucida Grande', 'Lucida Sans Unicode', sans-serif;
 box-shadow: 0px 0px 0px #fff;
}

#container{
    width: 896px;
    height: 1000px;
    background-color: #ffffff;
    margin: auto;
}

#containerNL{
    width: 896px;
    height: 1200px;
    background-color: #ffffff;
    margin: auto;
}




#headerspace{
    width: 100%;
    height: 150px;
    background-color: #ffffff;
}

.headeritems{
    display: inline-block;
    width: auto;
    height: 140px;
    margin-top: 10px;
    -webkit-margin-top: 10px;
    -moz-margin-top: 10px;
    -moz-margin-top:10px;
}

#ikddlogo{
    width: auto;
    height: 100%;
    margin-left: 5px;
}

#acmlogo{
    width: auto;
    height: auto;
}

#ikddname{
    width: auto;
    height: auto;
    margin-bottom: 5px;
}

#navigation{
    width: 100%;
    height: 30px;
    background-color: #2ba6cb;
}
    #navigation ul{
        width: auto;
        margin:auto;
        margin-left: 15%;
    }
        #navigation li{
            list-style: none;
            display: inline-block;
            float: left;
            padding: 10px;
        }
            #navigation li a{
                text-decoration: none;
                font-size: 15px;
                color: #ffffff;
                font-weight: normal;
                line-height: 13px;
            }
    
                #navigation li .active{
                    color: #003f3f;
                    font-weight: bold;
                }



#bodycontainer{
    width: 100%;
    height: auto;
    margin-top: 20px;
}
    #pageheading{
        font-size: 18px;
        font-weight: bold;
        text-align: center;
        display: block;
    }
    
    #paracontent, #heading{
        color: #333333;
        text-align: justify;
        margin-top: 5px;
        margin-left: 10px;
        font-size: 15px;
        display: block;
        -webkit-margin-before: 1em;
        -webkit-margin-after: 1em;
        -webkit-margin-start: 0px;
        -webkit-margin-end: 0px;
    }
        #heading{
            color: #2ba6cb;
            font-weight: bold;
            font-size: 17px;
            margin-top: 20px;
        }
        
#updater , #org-namer{
    margin-left: 20px;
}
    #updater li , #org-namer li{
       margin-top: 5px; 
    }
        #updater li a{
            text-decoration: underline;
            color: inherit;
        }
        sup{
            color: red;
            font-size: 12px;
            font-weight: bolder;
            text-decoration: blink;
        }

#event-namer{
    margin-left: 30px;
}
    #event-namer li{
        margin-top: 20px;
    }
        #event-namer li a{
            text-decoration: none;
            font-weight: bold;
            display: block;
            color: #2ba6cb;
            margin-bottom: 5px;
        }

#contactcontent{
    color: #2d2d2d;
    text-align: center;
    font-size: 15px;
    margin-top: 15px;
}


footer{
    text-align: center;
    font-weight: bold;
    font-size: 12px;
}
