body {
	margin: 0;
	text-align: left;
	padding: 0;
	background: rgb(220,242,242) url(/images/africa-colour.jpg) repeat-x top;
	color: black;
	font-family: verdana,sans-serif;
	font-size: 12px;
	text-align: center; /* for IE */
}

#main {
	width: 850px;
	background-color: white;
	margin: 5 auto;
	text-align: left; /* counter the body center */
	padding: 0px;
	border: 1px solid black;
}

#rightbar {
	background: rgb(230,238,204) url(/images/bgfadegreen.gif) repeat-x top left;
	width: 160px;
	float: right;
	border-left: 1px solid grey;
	border-bottom: 1px solid grey;
	color: grey;
	margin-left: 5px;
	padding-left: 5px;
	padding-right: 5px;
}

#content {
	padding-left: 5px;
}

p {
	padding-right: 5px;
}

a {
	text-decoration: none;
	font-size: 12px;}

a:link {
	color:blue;
	text-decoration:none;
	font-weight:normal;
}

a:visited {
	color:blue; 
	text-decoration:none; 
	font-weight:normal}

a:active  {
	color:blue; 
	text-decoration:none; 
	font-weight:normal}

a:hover {
	color:red; 
	text-decoration:underline; 
	font-weight:normal}

#header {
	height: 300px;
	background: #ffffff url(/images/header-bar-v2.png) no-repeat top left;
	text-align: left;
	padding-left: 130px;
	padding-top: 4px;
}

#headertxt {
	height: 30px;
	color: #0000CC;
	text-size: 15pt;
}

.accessibility {
	font-family: verdana, sans-serif; 
	font-size: 7pt; 
	color: #cfb2b2;
}

a.accessibility:link {
	color: #cfb2b2;
}

a.accessibility:visited {
	color: #cfb2b2;
}

a.accessibility:hover {
	color:rgb(102,102,102); 
	text-decoration: underline;
}

a.accessibility:active {
	color:rgb(102,102,102);
}

#menu {
	height: 25px;
	color: white;
	text-align: left;
	padding-left: 483px;
	width: 230px;
}

#topmenu {
	font-family: verdana, sans-serif; 
	font-size: 10pt; 
	color:rgb(255,255,255);
	border-bottom: 1px solid grey;
	padding-left: 3px;
	padding-right: 3px;
	margin-bottom: 1px;
	padding-bottom: 0;
	padding-top: 0;
	width: 194px;
	background-color: white;
	/* for IE */
	filter:alpha(opacity=70);
	/* CSS3 standard */
	opacity:0.7;
}

.topmenu {
	font-family: verdana, sans-serif; 
	font-size: 10pt; 
	color:rgb(0,0,0);
}

a.topmenu:link {
	color:rgb(0,0,0);
}

a.topmenu:visited {
	color:rgb(0,0,0);
}

a.topmenu:hover {
	color:rgb(102,102,255); 
	text-decoration: none;
	background-color: black;
	/* for IE */
	filter:alpha(opacity=20);
	/* CSS3 standard */
	opacity:0.2;
}

a.topmenu:active {
	color:rgb(255,255,255);
}

form#search {
	padding: 0;
	margin: 3px 0 0 19px;
	width: 175px;
}
form#search input {
	float: left;
}

.clear {
	display: block;
}
form#search input.searchtext {
	border:1px solid #A58E51;
	font-size: 0.915em;
	height: 20px;
	padding-left: 2px;
	width: 128px;
}

#footer {
	width: 850px;
	background: rgb(230,238,204) url(/images/bgfadegreen.gif) repeat-x top left;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	margin-top: 5px;
	margin-bottom: 5px;
	padding: 0px;
	border: 1px solid black;

}