/* This defines the webpage in the browser */
body
{ 
       background-color: #FFFFFF;
       padding: 0pt;
       margin: 0pt;
       border: 0pt;
}

div.frame
{
	width: 790px;
	margin-top: 20px;
	margin-left: 10px;
}

div.top_left
{
	width: 410px;
	float: left; /* This and the same below are needed otherwise they don't align */
                    /* next to each other but instead below each other */
	font-weight: bold; 
	border: 0px red solid;
}

div.top_right
{
	width: 380px;
       float: left;
	font-weight: bold;
	border: 0px red solid;
}

div.zanzibar_heading_figure
{
	float: left;
	height: 80px;
	padding: 5px;
       border: 0px red solid;
}

div.zanzibar_heading_figure img 
{
	width: 100%; 
/*	height: 100%; */
      /* This is absolutely needed otherwise the width (or height) cannot be set with */
      /* <div style="width: XXXpt"><img src="example.jpg"></div> */
      /* in the corresponding webpage file */
}

p,h1,h2,ul,td,th
{
	font-family:Arial,Helvetica,sans-serif;
}
p,ul,td,th
{
	font-size: 10pt;
	font-weight: normal;
}

a
{
	text-decoration: none;
	color: 2731FF;
}

a:hover
{
	text-decoration: underline;
	color: 2731FF;
}

h1
{
     	font-size:14pt;
	font-weight:bold;
   	color:#000000;
}
h2
{
	font-size:12pt;
	font-weight:bold;
    	color:#555555;
}
h3
{
	font-size:10pt;
	font-weight:bold;
	color:#A8A8A8;
}

#container {
	overflow: hidden;
	border: 0px solid #000000;
	width: 100%;
}

div.zanzibar_people_container
{
	overflow: hidden;
	width: 100%;
	border: 0px red solid;
	margin-bottom: 1.5em;
}

div.zanzibar_people_container p
{
	margin: 1em;
	margin-top: 0.5em;
}

div.zanzibar_people_figure
{
	float: left;
	width: 100px;
	padding: 8px;
	margin-right: 1.5em;
       border: 1px silver solid;
}

div.zanzibar_general_figure
{
	float: left;
	padding: 8px;
	margin-right: 0.5em;
	margin-bottom: 0.5em;
	border: 1px silver solid;
}

div.zanzibar_people_figure img 
{
	width: 100%; 
/*	height: 100%; */
      /* This is absolutely needed otherwise the width (or height) cannot be set with */
      /* <div style="width: XXXpt"><img src="example.jpg"></div> */
      /* in the corresponding webpage file */
}



/* ----------------------------------------------- */

td.title_menu{
		color:#ffffff;
		font-weight:bold;
		text-indent:10pt;

a.crumb{
	  font-size:7pt;
}
span.crumb{
	  font-size:7pt;
}


/* ul{ */
/*        text-align:left; */
/*        color:#000000; */
/*        list-style-type:square; */
/*        letter-spacing:0.08em; */
/*        line-height:1.2em; */
/*        margin-top:0pt; */
/*        margin-bottom:0pt; */
/*} */

table{
        border-collapse:collapse;
        table-layout:fixed;
        border-spacing:0pt;
        empty-cells:show;
        padding:0pt;
        margin:0pt;
        border:0pt;
}
td{
        border:0pt;
        padding:0pt;
        margin:0pt;
        background-position:left top;
}
td.rb{
		border-right:1pt solid #CCCCCC;
		border-bottom:1pt solid #CCCCCC;
}
td.r{
		border-right:1pt solid #CCCCCC;
}
img{
        border:0pt;
        margin:0pt;
        padding:0pt;
}
@page{
        size:landscape;
        margin-top:1.5cm;
        margin-bottom:1.4cm;
        margin-left:2cm;
        margin-right:2cm;
}
















