body {
	margin: 20px;
	padding: 0;
	color: #000000;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #FFFFFF;/*	background-image: url(../images/page-elements/background.gif); */
}

h1 {
	font-family: Maiandra GD, Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #000000;
	padding-top: 10px;
	text-transform: capitalize;
	margin: 0;
	padding: 0;
	text-align: center;
}

h2 { font-size: 12px;
     font-family: Tahoma, Maiandra GD, Tahoma, Verdana, Arial, Helvetica, sans-serif;
	 text-align:left; }

h3 {
	font-family: Tahoma, "Maiandra GD", Helvetica;
	font-size: 14px;
	color: #666666;
	margin: 0;
	padding: 0;
	text-align: center;
	font-weight: normal;
}

 p, ol, ul {
	line-height: 15px;
}

a {
	color: #000000;
}

a:hover {
	text-decoration: none;
}

.image {
	float: left;
	margin: 5px 15px 0 0;
	border: 4px solid #000000;
}

/* Header */

#header {
	width: 900px;
	height: 237px;
	border: 1px solid #000000;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	position: relative;
	float: none;
	background-image: url(http://www.namibian.org/images/page-elements/logo.png);
}

#header h1 {
	float: left;
	padding: 40px 0 0 20px;
	text-transform: capitalize;
	font-size: 36px;
	color: #000000;
	font-family: "Times New Roman", Times, serif;
}

#header h2 {
	float: right;
	padding: 95px 5px 0 0;
	font-size: 11px;
}

#header a {
	text-transform: uppercase;
	text-decoration: none;
	font-size: 11px;
	color: #ACA283;
}

#content {
	width: 860px; /* was 860 */
	height: auto;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 15px;
	padding-right: 20px;
	padding-bottom: 30px;
	padding-left: 20px;
    background-color:#F8F8F8;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	border-left-color: #000000;
}

/* Footer */

#footer {
	width: 900px;
	margin: 0 auto;
	background-color: #F8F8F8;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
}

#footer p {
	margin: 0;
	padding: 0 0 4px 0;
	text-transform: lowercase;
	text-align: center;
	font-size: 9px;
	color: #3C3728;
}

#footer a {
	color: #786E50;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#menublock {
	width: 900px;
	height: 48px;
	/*	background-color: #423A34; */
background-color:#FFFFFF;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
}
#printheader {
	height: 0px;
	width: 900px;
	display: none;
}

#alterunit {
	vertical-align: top;
	padding: 5px;
	border-bottom-width: medium;
	border-bottom-style: groove;
	height: 65px;
}
#alterunit img {
	float: left;
	margin-top: 0px;
	margin-right: 5px;
	border: thin solid #CCCCCC;
	height: 60px;
	width: 100px;
}
#alterunit  a {
	text-align: left;
	vertical-align: text-top;
	font-style: normal;
	font-variant: normal;
	color: #000000;
	float: none;
}
#alterunit p {
	display: block;
	margin-top: 0px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
}

dt {
	font-variant: normal;
    text-transform: capitalize; 
	font-style: normal;
	font-weight: bold;
} 

