body
{	margin: 0;
	padding: 0;
	background-color: #FFFFFF;
	font-family: Sans Serif, calibri, trebuchet ms, verdana, tahoma, arial;
	font-size: 14px;
	line-height: 120%;
}



img
{
	border: 0px;
}




body > #menu
{
	position: fixed;
}

a:active, a:visited, a:link
{
	color: #5E8E3E;
	text-decoration: underline;
}

a:hover
{
	color: #000000;
	text-decoration: none;
}

#menu
{
	position: absolute;
	top: 0;
	left: 0;
	width: 200px;
	height: 100%;
	overflow: auto;
	background-color: #555555;
	border-right:1px solid #000000;
}

#menutop
{
	width: 200px;
	height: 200px;
	border-bottom:1px solid #808080;
	background-color: #444444;
}




#main
{
	
	margin-left: 200px;
	padding: 20px;
}



         
#main kepDiv
            {
                width:100%;
                height:100%;
                float:left;
            }
            
.kep
            {
                width:100%;
                height:100%;
            }



#main h1
{
	border-bottom: 1px solid #808080;
	font-family: Sans Serif, calibri, trebuchet ms;
	font-weight: 100;
	letter-spacing: 2px;
        font-color: #000000;
	font-size: 24px;
	text-align: left;
        line-height: 150%;
}



#main h2
{       border-bottom: 1px dashed #808080;
	font-family: Sans Serif, calibri, trebuchet ms;
	font-weight: normal;
	letter-spacing: 1px;
	font-size: 22px;
	text-align: left;
        line-height: 150%;
}



#main h3
{
	
	font-family: Sans Serif, calibri, trebuchet ms;
	font-weight: normal;
	letter-spacing: 0px;
	font-size: 14px;
	text-align: left;
        line-height: 150%;
}


#main h4
{
	
	font-family: Sans Serif, calibri, trebuchet ms;
	font-weight: normal;
	letter-spacing: 0px;
	font-size: 14px;
	text-align: justify;
}

#main h5
{
	border-bottom: 1px dashed #808080;
	font-family: Sans Serif, calibri, trebuchet ms;
	font-weight: normal;
	font-size: 18px;
	text-align: left;
}

.popup-overlay {

    display: none;

    position: fixed;

    top: 0;

    left: 0;

    width: 100%;

    height: 100%;

    background: rgba(0, 0, 0, 0.5);

}

.popup {

font-family: Arial, sans-serif;

    position: absolute;

    top: 50%;

    left: 50%;

    transform: translate(-50%, -50%);

    background: Bisque;

    padding: 20px;

    border-radius: 8px;

    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);

}

.popup-content {

    text-align: center;

}

.popup .close {

    position: absolute;

    top: 10px;

    right: 10px;

    font-size: 20px;

    cursor: pointer;

    color: #333;

}
