/* CSS Document */

html {
	height: 100%;
}

body {
   font-size: 100%;
	height: 100%;
	margin-bottom: 1px;
	text-align: center;
	line-height: 120%;
   margin: 0;
	padding: 0px;
	background-color: #00016c;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	}	
	
#buttons_outer {
	width: 635px;
  	margin-bottom: 2px;
	margin-right: 2px;
	float: left;
}

#buttons_inner {
	border: 1px solid #cccccc;
	height: 21px !important;
	height: 23px;
}

#pathway_text {
  overflow: hidden;
	display: block;
	height: 25px;
	line-height: 25px !important;
	line-height: 22px;
	padding-left: 4px;
	border: 1px solid #ccc;
	margin-bottom: 2px;
}

#pathway_text img {
	margin-left: 5px;
	margin-right: 5px;
	margin-top: 6px;
}

ul#mainlevel-nav
{
	list-style: none;
	padding: 0;
	margin: 0;
	font-size: 11px;
}

ul#mainlevel-nav li
{
	background-image: none;
	padding-left: 0px;
	padding-right: 0px;
	float: left;
	margin: 0;
	font-size: 11px;
	line-height: 21px;
	white-space: nowrap;
	border-right: 1px solid #cccccc;
}

ul#mainlevel-nav li a
{
	display: block;
	padding-left: 15px;
	padding-right: 15px;
	text-decoration: none;
	color: #333333;
	background: transparent;
}

#buttons>ul#mainlevel-nav li a { width: auto; }

	ul#mainlevel-nav li a:hover
{
	color: #fff;
	background: Navy;
}

#search_outer {
	float: left;
	width: 165px;
}

#search_inner {
  border: 1px solid #cccccc;
	padding: 0px;
  height: 21px !important;
  height: 23px;
  overflow: hidden;
}

#search_inner form {
  padding: 0;
  margin: 0;
}

#search_inner .inputbox {
	border: 0px;
	padding: 3px 3px 3px 5px;
	font-family: arial, helvetica, sans-serif;
	font-size: 11px;
	color: #c64934;
}

#header_outer {
	text-align: left;
	border: 0px;
	margin: 0px;
}

#top_outer{
	float: left;
	width: 165px;
}

#top_inner {
  border: 1px solid #cccccc;
	padding: 2px;
  height: 144px !important;
  height: 150px;
  overflow: hidden;
  float: none !important;
  float: left;
}

#left_outer {
  float: left;
	margin-top: 2px;
	width: 165px;
}

#left_inner {
  border: 1px solid #cccccc;
	padding: 2px;
  float: none !important;
  float: left;
}

#content_outer {
	padding: 0px;
	margin-top: 0px;
	margin-left: 2px;
	/** border: 1px solid #cccccc; **/
	float: left;
	width: 570px;
}

#content_inner{
  float: none !important;
  float: left;
  padding: 0;
  padding-top: 2px;
  margin: 0;
}

table.content_table {
  width: 100%;
	padding: 0px;
	margin: 0px;
}

table.content_table td {
	padding: 0px;
	margin: 0px;
}


#banner_inner {
	float: left;
	padding: 0px;
	height: 70px;
}

#poweredby_inner {
	float: right;
	padding: 0px;
	margin-left: 0px;
	height: 70px;
}

#right_outer {
	margin-left: 2px;
	width: 165px;
}

#right_inner {
  float: none !important;
  float: left;
  border: 1px solid #cccccc;
  padding: 2px;
}


table td.body_outer {
	padding: 2px;
	border: 1px solid #cccccc;
}

.maintitle {
	color: #ffffff;
	font-size: 40px;
	padding-left: 15px;
	padding-top: 20px;
}

.error {
  font-style: italic;
  text-transform: uppercase;
  padding: 5px;
  color: #cccccc;
  font-size: 14px;
  font-weight: bold;
}

/** old stuff **/

.back_button {
	float: left;
  text-align: center;
  font-size: 11px;
  font-weight: bold;
  border: 3px double #cccccc;
  width: auto;
  background: url(../images/button_bg.png) repeat-x;
  padding: 0px 10px;
  line-height: 20px;
  margin: 1px;
}

.pagenav {
  text-align: center;
  font-size: 11px;
  font-weight: bold;
  border: 3px double #cccccc;
  width: auto;
  background: url(../images/button_bg.png) repeat-x;
  padding: 0px 10px;
  line-height: 20px;
  margin: 1px;
}

.pagenavbar {
	margin-right: 10px;
	float: right;
}

#footer {
	text-align: center;
	padding: 3px;
}

ul
{
margin: 0;
padding: 0;
list-style: none;
}

li
{
line-height: 15px;
padding-left: 15px;
padding-top: 0px;
background-image: url(../images/arrow.png);
background-repeat: no-repeat;
background-position: 0px 2px;
}


.td {
	text-align: left;
	font-size: 11px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

.td2 {
	text-align: left;
	font-size: 11px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	BORDER-BOTTOM: 1px solid #0001ac;
}

.td3 {
	text-align: left;
	font-size: 12px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	BORDER-BOTTOM: 1px solid #0001ac;
	background-color: navy;
	color: white;
	font-weight: bolder;
}

/* Joomla core stuff */
a:link, a:visited {
	color: #000000; text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;	
	font-weight: bold;
}

a:hover {
	color: #7172ff;	text-decoration: none;
	font-weight: bold;
}

.leftmenu {

	background-color: #6CA7D9;
	background-image: url(../images/leftmenubackground.png);
	width: 150px !important;
	
}

.maintable
{
    BORDER-RIGHT: 2px solid #696969;
    BORDER-TOP: #696969 2px solid;
    BORDER-LEFT: #00008B 2px solid;
    BORDER-BOTTOM: 2px solid #00008B;
	 padding: 5px	 
}

.dnc
{
    background-color: #000000;
}


.sidebarmenutitle
{
    PADDING: 2px;
    FONT-WEIGHT: bold;
    FONT-SIZE: 18px;
    MARGIN: 2px;
    COLOR: #fff;
    FONT-FAMILY: Verdana, Geneva, Arial, Helvetica, sans-serif;
    BACKGROUND-COLOR: #2B5986;
	 border-bottom: 1px solid #fff;
	 width: 100%;
}

.content
{
    PADDING: 5px;
    font-weight: normal;
    FONT-SIZE: 12px;
    MARGIN: 2px;
    COLOR: #000;
    FONT-FAMILY: Verdana, Geneva, Arial, Helvetica, sans-serif;
    }
	 
	 .cell1 
	 {
    BACKGROUND-COLOR: #ccccff;
	 BORDER-BOTTOM: 1px solid #0001ac;
	 COLOR: #000000;
    font-family: Arial, Helvetica, sans-serif;
	 FONT-SIZE: 11px;    
	 font-weight: bold;
	 vertical-align: middle;
	 height: 30px;
	 text-align: center;
	     
}
	 
	 .cell2
{
PADDING: 2px;
FONT-SIZE: 14px;
FONT-FAMILY: Arial, Helvetica, sans-serif;
font-weight: bold;
COLOR: #ffffff;
BACKGROUND-COLOR: #001b82;
BORDER: 1px solid #cacdff;
height: 25px !important;
vertical-align: middle;
}

 .cell3 
	 {
    BACKGROUND-COLOR: #93b5f2;
	 BORDER-BOTTOM: 1px solid #0001ac;
	 COLOR: #000000;
    font-family: Arial, Helvetica, sans-serif;
	 FONT-SIZE: 11px;    
	 font-weight: bold;
	  height: 30px;
	  vertical-align: middle;	  
	   text-align: center;   
}

.ctable
{
    BORDER-RIGHT: #a4a5e9 1px solid;
    BORDER-TOP: #a4a5e9 1px solid;
    BORDER-LEFT: #a4a5e9 1px solid;
    BORDER-BOTTOM: 1px solid #a4a5e9;
	 background-color: #ececff;
	 padding: 2px;
	
}

.leftmenu {

	background-color: #6CA7D9;
	background-image: url(../images/leftmenubackground.png);
	
}

.sidebarmenutitle
{
    PADDING: 2px;
    FONT-WEIGHT: bold;
    FONT-SIZE: 18px;
    MARGIN: 2px;
    COLOR: #fff;
    FONT-FAMILY: Verdana, Geneva, Arial, Helvetica, sans-serif;
    BACKGROUND-COLOR: #2B5986;
	 border-bottom: 1px solid #fff;
	 width: 100%;
}

.logo {
background-image: url(../templates/dnc/images/hfelogo_01.gif);
background-repeat: no-repeat;
	height: 123px;
	width: 167px;
	}
	
	.isearchafricaNav
{
    PADDING: 2px;
    FONT-WEIGHT: bold;
    FONT-SIZE: 18px;
    MARGIN: 2px;
    COLOR: #fff;
    FONT-FAMILY: Verdana, Geneva, Arial, Helvetica, sans-serif;
    BACKGROUND-COLOR: #2B5986;
	 border-bottom: 1px solid #fff;
	 width: 100%;
}

