﻿@import url("layout.css");
body {
	font-family: Arial, sans-serif;
	font-size: 0.8em;
	color: #000;
	background-color: #234464;
}
#container {
	width: 100%;
	height: 100%;
	background-color: #cb8;
}
#masthead {
	width: 100%;
	overflow: auto;
	text-align: right;
	background-color: #234464;
	background-image:url('../images/banner.gif');
	background-repeat:no-repeat;
}

#masthead p a {
	color: #ccbb88;
}


#welcome {
	 width: 320px;
	 margin-left: auto; 
	 margin-right: auto;
}

#kwame {
	 width: 240px;
	 margin-left: auto;
	 margin-right: auto;
}

h5 span {
	line-height:0;
}

#page_content {
	position: relative;
}
#sidebar {
	position: relative;
	float: left;
	width: 140px;
	background-color: #5f788f;
}
#content {
	margin-left: 140px;
	padding: 20px;
	background-color: #fff;
	min-height: 420px;
}

#content p span {
	font-weight: bold;
}

#content ol li {
	margin-top: 0.5em;
}

#content ol li span {
	font-weight: bold;
}


#footer {
	clear: both;
	width: 99%;
	overflow: hidden;
	padding-top: 1%;
	padding-right: 0;
	padding-bottom: 1%;
	padding-left: 1%;
	background-color: #234466;
}
#masthead img {
	float: left;
}
#masthead p {
	font-size: small;
	margin: 0;
	margin-right: 1%;
	color: #dddddd;
}
h1,h2,h3,h4,h5,h6 {
	font-family: Arial Black;
	color: #4f81bd;
	
}

#content h2 {
	text-align: center;
}
/* Styles for Navigation */
#sidebar ul {
	list-style-type: none;
	width: 100%;
	display: block;
	margin: 0;
	padding: 0;
}
#sidebar li {
	display: block;
	border: 1px solid #cb8;
}
#sidebar a {
	font-size: 0.85em;
	font-weight: bold;
	text-decoration: none;
	color: #393939;
	padding: 5%;
	display: block;
	border-bottom: 1px solid #f5f5f5;
}
#sidebar a:hover {
	font-weight: bold;
	text-decoration: none;
	color: #393939;
	border-bottom: 1px solid #f5f5f5;
	background-color: #dc9;
}

/* Submenu starts here */
#sidebar ul li ul {
	margin: 0;
	padding: 0;
	margin-left: 138px;
	width: 198px;
	display: none;
	position:absolute;
	margin-top: -31px;
	background-color: #5f788f
}

#sidebar ul li:hover ul {
	display: block;
}

#sidebar ul li ul li {
	margin:0;
	padding: 0;
	position: relative;	
}


#sidebar ul li ul li a {
	display: block;
}

/* Styles for Footer */
#footer p {
	font-size: x-small;
}
#footer a {
	color: #dddddd;
	text-decoration: underline;
}
#footer a:hover {
	color: #393939;
	text-decoration: none;
}
a {
	color: #393939;
	text-decoration: underline;
}
a:hover {
	color: #78a;
	text-decoration: underline;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}

.readmore {
	color:red;
}