/* global resets */
* {
   padding:0;
   margin:0;
   }
   
a:link, a:visited, a:hover, a:active {
	color: #520;
	background: transparent;
	font-weight: bold;
	text-decoration: underline;
	}
	
#content a:link:after, #content a:visited:after {
   content: " (" attr(href) ") ";
   font-size: 90%;
   }
	
h1 {
	font-size: 20px;
	color: #BBBBBB;
   }

h2  {
	font-size: 14px;
	color: #000000;
   }
   
h3 {
	font-size: 11px;
	color: #000000;
   } 
   
p {
	font-size: 12px;
	font-family: Palatino, "Palatino Linotype", "Times New Roman", times, serif;
	line-height: 16px;
	padding: 6px 0;
	}

body {
	min-width: 550px;
	text-align: center;
	font-family: helvetica, verdana, arial, trebuchet, sans-serif;
	color: #000000;
	background: url(images/africa1.gif);
	background-repeat: no-repeat;
	background-position: top right;
	}

#wrapper {
	width: 550px;
	margin: 0 auto;
	text-align: left;
	}

/* safari and opera need this */
#header, #footer {
	width: 100%;
	}

#header img {
	display: none;
	}
	
#content_wrap {
	width: 400px;
	margin-top: 20px;
	border-left: solid 1px #AAAAAA;
	padding-left: 20px;
	}

#content ul, dl {
	margin: 0 0 14px 14px;
	padding-left: 20px;
	font-size: 11px;
	}

#content li {
	line-height: 16px;
}

#sub_content {	
	display: none;
	}

#nav_column {
	display: none;
	}
	
#navlist {
	display: none;
	}
		
#footer {
	margin-top: 16px;
	padding: 14px 0;
	clear: both;
	}
	
#footer p {
	margin: 0;
	padding: 0;
	font-size: 9px;
	font-style: italic;
	line-height: 12px;
	}
	
#sub_navlist {
	display: none;
	}
	
dt {
	font-weight: bold;
	padding-top: 12px;
	}
		
.accent {
	color: #000000;
	}
	
.slim {
	padding-bottom: 0;
	}
	
.img {
	text-align: center;
	border: 0;
	margin-bottom: 14px;
	}

.note {
	font-style: italic;
	}
	
.imageleft {
	float: left;
	margin: 0 14px;
	padding: 4px;
	border: 1px solid #003366;
	}
	
.imageleft p {
	text-align: center;
	font-style: italic;
	padding: 0;
	}
	
.imageright {
	float: right;
	margin: 0 14px;
	padding: 4px;
	border: 1px solid #003366;
	}
	
.imageright p {
	text-align: center;
	font-style: italic;
	padding: 0;
	}	