body {
	margin: 0;
}
h1 {
	font-size: 30px;
	text-align: center;
	color: #fff;
	font-weight: normal;
	font-family: Georgia;
	margin-top: 0px;
	margin-bottom: 0px;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	text-align: center;
}
h3 {
	font-size: 20px;
	text-align: center;
	font-weight: normal;
	font-family: Georgia;
	margin-top: 0px;
	font-style: italic;
	margin-bottom: 20px;
}

div {
	margin-bottom: 0px;
}
a:link {
	text-decoration: none;
	color: #0077ee;
}
a:visited {
	text-decoration: none;
	color: #0077ee;
}
a:hover {
	text-decoration: none;
	color: #CD2626;
}
a:active {
	text-decoration: none;
	color: #0077ee;
}
a.byline {
	color: #6BB5FF;
}
a.byline:hover {
	color: #FF6B6B;
}
a.facebook:link {
	color: #3B5998
}
a.facebook:visited {
	color: #3B5998
}
a.facebook:hover {
	color: orange;
}
a.facebook:active {
	color: #3B5998
}
a.twitter:link {
	color: #4099FF
}
a.twitter:visited {
	color: #4099FF
}
a.twitter:hover {
	color: orange;
}
a.twitter:active {
	color: #4099FF
}
a.google:link {
	color: #D34836
}
a.google:visited {
	color: #D34836
}
a.google:hover {
	color: orange;
}
a.google:active {
	color: #D34836
}
a.linkedin:link {
	color: #4875B4
}
a.linkedin:visited {
	color: #4875B4
}
a.linkedin:hover {
	color: orange;
}
a.linkedin:active {
	color: #4875B4
}
#chart_div, #afr_div, #asia_div, #eur_div, #am_div, #oc_div {
	display: table;
	margin: auto;
	border-radius: 20px;
}
#bodyWrapper {
	display: table;
	margin: 0 auto;
	background-color: #f5f5f5;
	padding: 0px;
	width: 100%;
}
#headerWrapper {
	background: none repeat scroll 0 0 #2F4779;
	border-bottom: 1px solid rgba(255, 255, 255, 0.9);
	display: block;
	padding: 10px 0;
	position: absolute;
	width: 100%;
}
#nav {
	position: fixed;
	border-style: solid;
	border-width: 2px;
	font-family: Arial, Helvetica, sans-serif;
	padding: 10px;
	background-color: #fff;
	margin-top: 2px;
	width: 90px;
	border-radius: 12px;
	margin-top: 0px;
}
#sharenav {
	position: fixed;
	border-style: solid;
	border-width: 2px;
	font-family: Arial, Helvetica, sans-serif;
	padding: 10px;
	background-color: #fff;
	margin-top: 170px;
	width: 90px;
	border-radius: 12px;
}
#textWrapper {
	width: 1200px;
	margin: auto;
	display: table;
	margin-top: 195px;
}
#mapWrapper {
	margin-left: 150px;
	margin-right: 150px;
}
#am_div {
	display: none;
}
#mapHead {
	text-transform: capitalize;
}

/*
 #world-html {
 display:none;
 }
 #africa-html {
 display: none;
 }
 #displayed {
 display: block;
 }
 */

/*#fb {
 margin-top:5px;
 margin-bottom:0px;
 margin-left:3px;
 }
 #sharebuttons {
 display: table;
 margin-top:5px;
 margin-left:17px;
 }*/
.space {
	margin-bottom: 75px;
}
.topspace {
	margin-bottom: 20px;
}
.para {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	text-align: left;
	margin-bottom: 15px;
	margin-left: 152px;
	margin-right: 152px;
	min-width: 10px;
	max-width: 1200px;
}
.center {
	text-align: center;
	margin-bottom: 15px;
}
.centertext {
	text-align: center;
	margin-bottom: 0px;
}
.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	text-align: left;
	margin-top: 25px;
	margin-bottom: 15px;
	margin-left: 152px;
	margin-right: 152px;
	min-width: 10px;
	max-width: 1200px;
}
.cont {
	font-size: 13px;
	margin-left: 8px;
	margin-top: 4px;
}
.button {
	margin-top: 0px;
	margin-bottom: -15px;
	cursor: pointer;
	color: #0077ee;
}
.button:hover {
	color: #CD2626;
}
.oceania {
	margin-bottom: 0px;
}
.world.active {
	padding-right: 34px;
}
.active {
	padding-left: 10px;
	margin-left: -10px;
	background-color: #0077ee;
	color: #fff;
	cursor: default;
}
.active:hover {
	color: #fff;
}
