.left {
	position: absolute;
	left: 0px;
	top: 0px;
	width:262px;
	bottom: 0;
}
.right {
	position: absolute;
	top: 0px;
	bottom: 0;
	right: 0px;
	left: 262px;
}

.corner {
	width:100%;
	background-color: #FFFFFF;
	position: absolute;
	font-family: serif;
	color: #fff;
	top: 0px;
	margin: 0 auto;
	height: 200px;
}

.corner img {
	padding: 6px;
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
	border-bottom: 1px solid #ffffff;
	border-right: 1px solid #ffffff;
	display:block;
	margin-left:auto;
	margin-right:auto;
}


.banner {
	width:100%;
	background-color: #060c4c;
	position: absolute;
	font-family: serif;
	color: #fff;
	top: 0px;
	height: 200px;
}	

.nav_ul {
	position: absolute;
	background-color: #060c4c;
	color: #fff;
	width:100%;
	height:auto;
	top: 200px;
	z-index: 98;
	bottom: 0;
}

.nav_ul>ul {
	list-style: none;
	margin: 0;
	padding: 0;
	border: none;
	font-weight:bold;
}
		
.nav_ul>ul>li {
	border-top: 3px solid #060c4c;
	margin: 0;
}

.nav_ul>ul>li>a {
	display: block;
	padding: 1px 1px 1px 0.5em;
	border-left: 6px solid #1958b7;
	border-top: 2px solid #1958b7;
	color: #fff;
	background-color: #16108F;
	text-decoration: none;
	width: 90%;
}

.nav_ul>ul>li>a:hover {
	border-left: 6px solid #1c64d1;
	border-top: 2px solid #1c64d1;
	background-color: #3000CF;
	color: #fff;
}

.content h1 {
	text-align: center;
}
	
.content h2 {
	text-align: center;
}
	
.content h3 {
	font-weight: bold;
	text-decoration: underline;
	text-align: center;
}
	
.content h4 {
	text-align: center;
}
	
.content li {
}

.content a {
	padding: 8px
} 

.content p {
	padding: 8px
} 

.content {
	width:100%;
	top: 200px;
	bottom: 0px;
	position: absolute;
	overflow:scroll;
	background-color: #F4FFF0;
	color: #0A0D66;
	text-indent: 5px;
}

.content a {
	text-decoration:none;
}

#ministry {
	text-align:left;
}

