@charset "utf-8";
/* CSS Document */

/* Elements */
body {
	background-color:#0583ae;
	font-family:"Segoe Print";
	color:#ffffff;
	overflow:auto;
	width:100%;
	height:auto;
	text-align:center;
}

img {
	border-style:none;
}

a:link {
	text-decoration:none;
	color:#ffffff;
	font-weight:600;
}

a:visited {
	text-decoration:none;
	color:#ffffff;
	font-weight:600;
}

a:hover {
	text-decoration:underline;
	color:#ffffff;
	font-weight:600;
}

a:active {
	text-decoration:underline;
	color:#ffffff;
	font-weight:600;
}

/* ID */
#header{
	width:100%;
	height:auto;
	text-align:center;
}

#navigation {
	width:100%;
	height:auto;
	text-align:center;
}

#body {
	width:100%;
	height:auto;
	text-align:center;
	/* border:solid 3px #666666; */
}

#footer {
	width:100%;
	height:auto;
}

#copyright {
    color:#000000;
    font-size:.6em;
    text-align:center;
    width:100%;
    height:auto;
}  

/* Class */

.header {
	width:100%;
	height:auto;
	position:relative;
	text-align:center;
}

.logo {
	width:20%;
	height:auto;
	postion:reletive;
	text-align:center;
}

.heading {
	width:60%;
	height:auto;
	postion:reletive;
	text-align:center;
}

.just-enterprises {
	width:20%;
	height:auto;
	postion:reletive;
	text-align:center;
}

.navigation {
	width:100%;
	height:40px;
	position:relative;
	text-align:center;
	border-collapse:collapse;
}

.missioncell {
	width:80%;
	height:auto;
}

.kamcell {
	width:20%;
	height:auto;
	text-align:center;
}

.mission {
	text-indent:30px;
    text-align:justify;
    font-size:.9em;
}

.copyright:link {
	text-decoration:none;
	color:#000000;
}

.copyright:visited {
	text-decoration:none;
	color:#000000;
}

.copyright:hover {
	text-decoration:underline;
	color:#000000;
}

.copyright:active {
	text-decoration:underline;
	color:#000000;
}