@charset "utf-8";
/* CSS Document */

body{
	background-color: #e8e7dc;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

#logosite {
	width:160;
	color:#666666;
	background-color: #8d834c;
}

#footer {
	font-size: 10px;
	font-weight: bold;
}

h1, h2, h3, h4, h5, h6 {
    margin: 0 0 .5em;
    padding: 0;
    line-height: 1em;
  background: transparent;
 /*     color: #0d1a24; */
	color:#e8e7dc;
    font-family: Verdana, Arial, Helvetica, sans-serif;
}


h1 {
    background: transparent;
 /*   color: #653512; */
 color: #8d834c;
}

h2 {
    background: transparent;
 /*   color: #653512; */
 color: #8d834c;
}

h3 {
   background: transparent;
  /*  color: #653512;  */
   color:#8d834c;
}

h4 {
    background: transparent;
 /*   color: #cd8726; */
 color: #8d834c;
    font-size: 14px;
}



/* ----------main content ------*/

#maincontent {
	width:800px;
	height:525px;
/*	background:#D0D3D7; */

}

#mainframe {
	width:800px;
	height:525px;

}

#frontstatement {
	width: 400px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: bold;
	font-variant: small-caps;
	text-align: center;
	vertical-align: middle;
	color:#666666;
	

}

/* ---- html doc ids --- */

#companyprofile {

}

#boardandcouncil {

}

#secretariat {
	
}

#news_summary {
	text-align: left;	
}




/* -------------------------------- */
/* -----navigation ---- */

#navigation 
{
background: #8d834c;
}


#navpanel
{	margin: 0 auto;
	padding: 0;
	z-index: 30 ;
	width: 650px;
	}

#navpanel li
{	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
	font: bold 14px }

#navpanel li a
{	display: block;
	margin: 0 1px 0 0;
	padding: 4px 10px;
	width: 100px;
	background: #8d834c;
	color: #FFF;
	text-align: center;
	text-decoration: none}

#navpanel li a:hover
{	background:#CBC685;
}

#navpanel div
{	position: absolute;
	visibility: hidden;
	margin: 0;
	padding: 0;
	background: #8d834c;
	border: 1px solid #5970B2}

#navpanel div a
	{	position: relative;
		display: block;
		margin: 0;
		padding: 5px 10px;
		width: auto;
		white-space: nowrap;
		text-align: left;
		text-decoration: none;
		background: #8d834c;
		color:#FFF;
		font: 11px arial}

#navpanel div a:hover
	{	background: #CBC685;
		color: #FFF}


