

/* TURNING OFF THE BLUE BAR BEHIND THE LEFT NAVIGATION */
body {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	background-image:url(#);	
}

.right_container {
margin: 0px;
padding: 0px;
display: none;
}

.right_container_country {
margin: 0px;
padding: 0px;
display: none;
}


.last_updated {
	color: #333333;
	font-size: 10pt;
}


.dropdown {
display: none;}

/* DISPLAYING A PRINTABLE LOGO*/
.print_logo {
	padding-bottom: 20px;
	text-align: left;
}
	
/* TURNING OFF THE STRIP WITH THE TABS IN IT */
.tab_header {
	display: none;
}

/* TURNING OFF THE BRAND HEADER */
.brand_header { 
	display: none;
}

/* TURNING OFF THE MAIN NAVIGATION */
.nav_bar {
	display: none;
}

/* TURNING OFF THE LEFT NAVIGATION */
.left_nav {
	display: none;
}

/* MAKING CONTENT AREA WIDER SO IT FILLS THE WIDTH OF THE PAGE */
.middle_container {
	padding: 0px;
	margin: 0px;
}

.small_logo {
	display: none;
}

/* TURNING OFF GOVT LINKS */

.govt_links {
	display: none;
}

/* ADDING EXTRA PADDING TO FOOTER AND REMOVING THE DOTTED LINES */
.footer {
	display: none;
}


/* ADJUSTING TEXT STYLES FOR PRINT*/

h1 {
	font-family: arial, helvetica, sans-serif;
	font-size: 1.8em;
	font-weight: normal;
	color: #333333;
	font-weight: bold;
}

h2 {
	font-family: arial, helvetica, sans-serif;
	font-size: 14pt;
	font-weight: normal;
	color: #333333;
	font-weight: bold;
}

h3 {
	font-size: 12pt;
	font-weight: bold;
}

p {
	color: #333333;
}

.middle_container li {
	padding-left: 11px;
	margin-top: 3px;
}

.middle_container li a {
	text-decoration: underline;
	color: #333333;
}


/* CHANGING THE COLOUR OF THE CASE STUDY BOX */
.case_study {
	float: right;
	margin-left: 15px;
}

.case_study_box {
	padding: 4px;
	width: 180px;
	color: black;
	margin-left: 10px;
	font-size: 90%;
	margin-bottom: 10px;
}

.case_study_box em {
	color: black;
	display: block;
	font-style: normal;
}

.case_study_box a.more_link  {
	display: none;
}

.divider {
	padding: 10px;
}


/* HIDING THE BREADCRUMB LINKS */

.breadcrumbs {
	display: none;
}


/* GENERAL LINK COLOR */

p a {
	color: #000000;
}



/* THIS STYLE SHEET IS TO CONTROL THE LIST ON THE RIGHT AND THE MAP ON THE RIGHT */



.right_box {
	float: right;
	margin-left: 10px;
	padding-left: 10px;
	margin-bottom: 20px;
}

.right_titles {
	font-size: 12pt;
	font-weight: bold;
}

.map_title {
	font-size: 12pt;
	font-weight: bold;
}

.enlarge_map {
	display: none;
}

.dotted_line {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #000000;
}


.right_box img {

	margin-top: 20px;
}


/*  RISK TITLES ON THE REGION PAGE */
.extreme_risk {
	font-weight: bold;
	color: black;
	font-size: 14pt;
}

.high_risk {
	font-weight: bold;
	color: black;
	font-size: 14pt;
}

.some_risk {
	font-weight: bold;
	color: black;
	font-size: 14pt;
}

/* TURNING OFF THE ? ICON NEXT TO THE RISK TITLES ON THE REGION PAGES */
.help {
	display: none;
}

.print_page {
	display: none;
}

#back1cons, #back2cons, #printcons{
	display: none;
}

#printallcons{display: block;}

#printallcons #printnobreak, #printnobreak, .printnobreak{page-break-inside: avoid;}

#stdForm form#std textarea {overflow:visible; height:auto;}

.go_button, .go_button2 {display: none;}