/* commented backslash hides from ie5mac \*/ 
html{
	height:100%;
	margin:0;
	padding:0;
} 
/* end hack */ 
html,body {
	padding:0;
	margin:0;
	background-color: #66BC29;
	font-size: 13px;
	font-family: "arial", sans-serif;

}
body{	
	text-align:left;
	min-width:800px;/* for mozilla*/
	background-color: #66BC29;
	height:100%;
	/*background:  url(images/bg_4x818.jpg) repeat-x left top;*/
}
#wrapper {
	/*background:  url(images/foot_4x82.jpg) repeat-x left bottom;
	_height: 82px;*/
}

#outer{
	height:99.9%;
	min-height:100%;
	width:800px;
	text-align:left;
	margin:auto;
	position:relative;
	overflow:visible;
	background:  url(images/background_inner.png) repeat-y left top;
}

/* mac hide \*/
* html #outer{
	width:800px
}
/* end hide*/

html>body #outer{
	height:auto;
} /*for mozilla as IE treats height as min-height anyway*/

#inner{
	width:100%;
	padding-top:76px;/*needed to make room for header*/
} 

#header{
	position:absolute;
	top:0px;
	left:0px;
	width:800px;
	height:95px;
	z-index:74;
	background: url(images/header.png) no-repeat left top;
	/*background-color: #FFFFFF;*/
}
#sitemap{
	position:absolute;
	top:13px;
	left:695px;
	width:88px;
	height:25px;
	z-index:305;
	background: url(images/sitemapgreen.png) no-repeat left top;
}
#sitemap:hover{
	background: url(images/sitemapbrown.png) no-repeat left top;
}
#ajaxmenu{
	position:absolute;
	top:0px;
	left:0px;
	width:800px;
	height:22px;
	z-index:900;
}
#logo {
	position:absolute;
	top:0px;
	left:0px;
	width:151px;
	height:94px;
	text-indent: -5000px;
	z-index:300;
	background:  url(images/logotype.png) no-repeat left top;
}
/* mac hide \*/
* html #outer, * html #header {width:800px}
/* end hide*/
#footer {
	color: #FFFFFF;
	width:800px;
	clear:both;
	height:29px;
	text-align:left;
	left:0px;
	bottom:0px;
	position: absolute;
	z-index:280;
	/*background:  url(images/footertemp.png) no-repeat left bottom;*/
}
#footer p {
	margin-top: 10px;
}
hr {
	width:425px;
	height:1px;
	color:#66BC29;
	background-color: #66BC29;
	border: 0;
	text-align: left;
	margin-left:-10px;
	float:left;
	
}
#footer p a {
	text-decoration: none;
	color: #ffffff;
}
* html #footer{
	margin-bottom:-1px
}/* ie rounding bug*/

/* mac hide \*/
* html #footer {
	/*only ie gets this style*/
	height:82px;
	/* for ie*/
}
/* end hide*/

#footer #sida_icon{
	left:10px;
	position:absolute;
}

#footer #eu_icon{
	left:68px;
	position:absolute;
}
#footer #print_icon{
	left:165px;
	top:-4px;
	position:absolute;
}

#footer #mail_icon{
	left:195px;
	position:absolute;
	top:-4px;
}

#crumbBlock{
	width:800px;
	clear:left;
	height:29px;
	text-align:left;
	left:0px;
	bottom:0px;
	position: relative;
	z-index:290;
	margin-top:32px;
	margin-bottom:0px;
	font-size:13px;
}
div,p  {
	margin-top:0px;
	margin-bottom:0px;
}/*clear top margin for mozilla*/

#right {
	width:206px;
	float:right;
	z-index: 55;
	background:  url(images/greenline_right.png) no-repeat left top;
}
#right-inner {
	width: 178px;
	padding-left: 9px;
	padding-top:43px;
	text-align: left;
	
}
#greenline_right {
	position:absolute;
	top:94px;
	left:595px;
	width:185px;
	height:1px;
	z-index:1;
	background:  url(images/greenline_right.png) no-repeat left top;
}
#recent_posts_image {
	position:absolute;
	top:94px;
	left:595px;
	width:185px;
	height:22px;
	z-index:1;
	background:  url(images/recent_post.png) no-repeat left top;
}
#right-inner h2 {
	font-size: 15px;
}
/*Main textbox*/
#left {
	position:relative;/*ie needs this to show float */
	width:408px;
	float:left;
	left:152px;
	z-index: 70;
}
#left-inner {
	text-align: left;
}
#sidebarleftcontent {
	position:absolute;
	top:94px;
	left:0px;
	float:left;
	width:151px;
	z-index:200;
}
#greenline_left {
	position:absolute;
	top:0px;
	left:0px;
	width:151px;
	height:1px;
	z-index:2;
	background:  url(images/greenline_left.png) no-repeat left top;
}
#africamap_temp {
	position:absolute;
	top:1px;
	left:0px;
	width:151px;
	height:149px;
	z-index:255;
	
}
#imageslinks_temp {
	position:absolute;
	top:150px;
	left:0px;
	width:151px;
	height:22px;
	z-index:260;
	background:  url(images/images_links.png) no-repeat left top;
}

#imageslinks {
	position:absolute;
	top:180px;
	left:10px;
	z-index:265;
	width:130px;
	font-family: "arial", sans-serif;
	font-size: 11px;
}

#imageslinks a{
	text-decoration: underline;
	font-family: "arial", sans-serif;
	color: #3A2D27;
	font-size: 11px;
}

#imageslinks a:hover {
	color: #66BC29;
	text-decoration:underline;
}


#clearfooter {
	width:100%;
	height:82px;
	clear:both;
} /* to clear footer */

/*Cuts the menu with the margin*/
html>body #minHeight{
	float:left;
	width:0px;
    height:700px; /*Full Page height*/
	margin-bottom:-2px;
} /*safari wrapper */
#content {
	z-index: 70;
	left:0px;
	padding-bottom: 7px;
	padding-left:10px;
	padding-top:15px;
	color: #3A2D27;
}
#content im {
	left:-10px;
	padding-left:-10px;
	position: relative;
	z-index: 70;
}

#content img {
	left:-10px;
	padding-left:-10px;
	padding-bottom:0px;
	margin-bottom:0px;
	margin-top:3px;
	position: relative;
	z-index: 70;
}
#content h1 {
	font-size: 17px;
	/*font-size: 10px;*/
	color: #603913;
	/*background:  url(images/bullet_17x21.gif) no-repeat left top;*/
	left:0px;
	/*line-height: 24px;*/
	position: relative;
	z-index: 70;
	margin-bottom:0px;
	margin-top:0px;
	padding-top:0px;
	padding-bottom:0px;
	margin-top:0px;
}
#content h2 {
	font-size: 13px;
	color: #3A2D27;
	/*background:  url(images/bullet_17x21.gif) no-repeat left top;*/
	padding-left: 0px;
	left:0px;
	/*line-height: 24px;*/
	position: relative;
	z-index: 70;
	margin-bottom:0px;
	padding-top:0px;
	padding-bottom:6px;
	margin-top:0px;
}

#content h3 {
	font-size: 13px;
	color: #603913;
	
	/*background:  url(images/bullet_17x21.gif) no-repeat left top;*/
	padding-left: 0px;
	left:0px;
	/*line-height: 24px;*/
	position: relative;
	z-index: 70;
	margin-bottom:0px;
	padding-top:0px;
	padding-bottom:0px;
	margin-top:0px;
}




#content p {
	font-size: 13px;
	color: #3A2D27;
	padding-left:0px;
	padding-bottom:0px;
	padding-top:0px;
	margin-bottom:0px;
	left:0px;
}

#content p a {
	color: #3a2d27;
	text-decoration:underline;
	font-size: 13px;
}

#content p a:hover {
	color: #66BC29;
	text-decoration:underline;
}


#footer p {
	padding: 8px;
}

#documentDate{
	position:relative;
	top:0px;
	left:0px;
	color: #aaaaaa;
}




.FSF_searchResults {
	font-size: 12px;
	color: #444444;
	line-height: 18px;
	_line-height: 16px;
}


.FSF_extract {
	font-size: 12px;
	color: #444444;
	line-height: 18px;
	_line-height: 16px;
}


.FSF_resultLink {
	color: #618200;
}

.FSF_extract {
	font-size: 12px;
	color: #444444;
	line-height: 18px;
	_line-height: 16px;
}

.highlight {
	font-size: 12px;
	background-color: #f2f2f2;
	color: #618200;
	font-weight: bold;
	line-height: 18px;
	_line-height: 16px;

}

img {
	/*border: dotted 1px #444444;*/
}


#content ul{
	margin-left:0px;
	padding-left:16px;
}

#content ul li{
	/*list-style-image: url(images/bullet_11x8.gif);*/
	
	margin-bottom: 0.5em;
	font-size:13px;
}

.LIn_shortMode {
	list-style-type: none;
	margin: 0;
	padding: 0;

}

.LIn_desc {
	display: true;
}
.LIn_date {
	margin-left: 5px;
	right:7px;
	color: #888888;
}
/*Textlink colors*/
#content a{
	color: #3a2d27;
	text-decoration:underline;
	font-size: 13px;
}


#content a:hover, #sidebar a:hover
{
	color: #66bc29;
	text-decoration:underline;
}
#materialFileName{
	position:absolute;
	text-align:left;
	left:40px;
	margin-bottom:0px;
	margin-top:0px;
	font-size:13px;
	
}
#materialFileSize{
	position:absolute;
	text-align:right;
	/*left:345px;*/
	left:150px;
	font-size:13px;
	
}
#materialFileIcon{
	position:absolute;
	/*left:280px;*/
	left:50px;
}

#materialFileEnding{
	position:absolute;
	text-align:left;
	vertical-align:middle;
	/*left:290px;*/
	left:60px;
	font-size:13px;
}

#materialFileDate{
	margin-top:6px;
	position:absolute;
	text-align:left;
	left:290px;
	font-size:13px;
	
}
#materialFileDescription{
	margin-top:6px;
	margin-bottom:-1px;
	position:relative;
	text-align:left;
	left:40px;
    width:340px;
	font-size:13px;
}

#materialFileBlock{
	position:relative;
	margin-bottom:6px;
	margin-top:0px;
	
}

#materialFileNumber{
	position:absolute;
	left:0px;
	font-size:13px;
}

#pagerPrevious{
	position:absolute;
	left:10px;
	font-size:13px;
}

#pagerNext{
	position:absolute;
	right:10px;
	font-size:13px;
}

#materialFileUploaderName{
	margin-top:6px;
	position:absolute;
	left:40px;
	font-size:13px;
}

#materialFileAccess{
	position:absolute;
	left:220px;
	font-size:13px;
}

#content_Photo_left_margin{
	position:relative;
    left:10px;
	float:left;
}

#storyBlock{
	position:relative;
	margin-left:10px;
	left:10px;
	
}

#storyBlock #storyTitle{
	margin-top:-2px;
	margin-bottom:-1px;
	position:relative;
	width:340px;
	vertical-align:top;
	font-size: 16px;
	font-weight: bold;
	font-family: "arial", sans-serif;
	color: #603913;
	text-decoration: none;
}

#storyBlock #storyTitle:hover{
	text-decoration: underline;
}

#storyBlock #storyIngress{
	font-family: "arial", sans-serif;
	color: #3A2D27;
	font-size: 11px;
	margin-top:0px;
	margin-bottom:-1px;
	text-decoration: none;
}

#storyBlock #storyIngress:hover{
	text-decoration: underline;
}

#storyDate{
	position:absolute;
	margin-top:0px;
	right:9px;
	font-size: 11px;
	color: #aaaaaa;
	vertical-align:top;
}

#storyAuthor{
	position:relative;
	margin-top:6px;
	font-size: 11px;
	color: #aaaaaa;
}

#storyDetails{
	position:relative;
	clear:both;
}

#content img.content_Photo_left_margin{
	position:relative;
    margin-left:10px;
	float:left;
}

#content img.content_Photo_non_margin{
	position:relative;
    margin-left:0px;
	float:left;
}

#content span.teamName{
	vertical-align:top;
	position:relative;
	display:inline-table;
}

#sideBar_headLine{
	font-family: "arial", sans-serif;
	font-size: 10px;
	color: #603913;
	font-weight: bold;
}

#sideBar_BT{
	font-family: "arial", sans-serif;
	font-size: 9px;
	color: #3a2d27;
}

#sideBar_BT_Link{
	font-family: "arial", sans-serif;
	font-size: 9px;
	color: #3a2d27;
	text-decoration: underline;
}

#sideBar_BT_Link a{
	font-family: "arial", sans-serif;
	font-size: 9px;
	color: #3a2d27;
	text-decoration: underline;
}

#sideBar_BT_Link a:hover {
	color: #66BC29;
	text-decoration:underline;
}

