/* redefine standard tags */
body {
	font-size: 0.8em;
	margin:0;
	padding:0;
	background-color: #ffffff;
	font-family: verdana, arial, sans-serif;
	line-height: 1.2em;
	width: 100%;
}
a:link, a:visited {
	text-decoration: none;
}
a:hover, a:active {
	text-decoration: underline;
}
p { margin-top: 0; margin-bottom: 1.5em; }
/* always define h1-h4 */
h1, h2 {
	font-size: 1.3em;
	color: #287132;
	padding-top: 6px;
	padding-bottom: 8px;
}
h3, h4 {
	font-size: 1.2em;
	color: #999999;
}
#content h1 {
	line-height: 2em;
}
/* Common Header and Nav */
#headercontainer {
	width: 100%;
	background-color: #ffffff;
	text-align: center;
}
#header {
	width: 862px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	margin-top: 7px;
	margin-bottom: 3px;
}
#logo { margin-left: 5px; }
#headermenu {
	float: right;
	width: 500px;
	text-align: right;
	margin-top: 100px;
	margin-right: -226px;
	height: 20px;
	line-height: 20px;
	color: #999999;
	padding-right: 10px;
}
div#atoi { float: right; margin-top: 5px; margin-left: 8px; }
#where_pro { margin-top: 5px; }
#topleft { position: relative; right: 5px; top: 10px; float: right; }
#headermenu a { color: #999999; }

/* define a generic more button style */
.more {
	text-align: right;
}
/* common footer */
#footercontainer {
	width: 100%;
	background-color: #ffffff;
	text-align: center;
}
#footer {
	width: 862px;
	background-color: #ffffff;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}
#footer a {
	color: #cccccc;
}
#copyright, #address {
	font-size: 10px;
	color: #cccccc;
}
#address { 
	float:right;
	text-align: right;
}
#copyright {
	background-image: url(../images/africa_bottom.gif);
	background-position: top left;
	background-repeat: no-repeat;
	height: 39px;
}
#copyright p {
	margin-left: 160px;
}
.clear {
	clear: both;
	margin: 0;
	padding: 0;
	border: 0;
	height: 0px;
	line-height: 0px;
}
.clickable {
	cursor: pointer;
}
/* This isn't referenced anywhere in the main page, but always include a box for the content */
#content {
	margin-left: 1px;
	background-position: bottom left;
	background-image: url(../images/africa_top.gif);
	background-repeat: no-repeat;
	padding: 5px;
	padding-bottom: 20px;
}

table { width: 800px; }