body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	background: url(images/nav/bgd.jpg);
	color: #000000;
}
body#deep  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	background: url(images/nav/bgd_deep.jpg);
	color: #000000;
}
#container {
	width: 940px;
	background: #FFFFFF;
	margin: 0 auto;
	text-align: left;
	border-top: none;
	border-right: none;
	border-bottom: none;
	border-left: none;
	padding-bottom: 10px;
} 
#header {
	background: #FFFFFF;
	padding: 0 10px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	height: 146px;
}
#nav {
	height: 30px;
	padding-left: 10px;
}
#nav ul {
	margin: 0px;
	padding: 0px;
	width: 920px;
	list-style: none;
	background: #6699CC url(images/nav/navbgda.jpg) repeat-x;
	float: left;
}
#nav ul li {
	float: right;
}	
#nav ul a {
	display: block;
	padding: 0 1em;
	color: #FFFFFF;
	text-decoration: none;
	font: bold normal 11px/30px Verdana, Arial, Helvetica, sans-serif;
	background: url(images/nav/divider.gif) no-repeat left center;
}
#nav ul .first {
    background: none;
}
#nav ul a:hover {
	background: url(images/nav/navbgdb.jpg) repeat-x;
	text-decoration: underline;
} 
p {
	font: 0.8em/1.2 Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-top: 0px;
	margin-bottom: 3px;
} 
#sidebar {
	float: left;
	width: 300px;
	padding: 10px 0px 10px 10px;
}
#sidebarcontent {
	background: #EBEBEB;
	padding: 15px;
}
.sidebarcontent2 {
	background: #EBEBEB;
	padding: 15px;
	margin-top: 0px;
}
.sidebarcontent3 {
	background: #EBEBEB;
	padding: 15px;
	margin-top: 0px;
	width: 200px;
	float: left;
}
.button {
	background:#336699;
	width: 300px;
	height: 80px;
}
.buttonleft {
	width: 142px;
	height: 63px;
	padding-top: 12px;
	padding-bottom: 5px;
	padding-left: 8px;
	float: left;
	display: block;
	text-decoration: none;
}
#mainContent {
	margin: 0; /* the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the sidebar spaces when the content in each sidebar ends. */
	padding: 10px 10px 20px 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	float: right;
	width: 610px;
}
#altimage {
	width: 610px;
	background: url(images/nav/Samburuland.jpg) no-repeat top;
	height: 400px;
}
#mainCinner {
	width: 610px;
	background: #aac5f0;
}
#mainCtext {
	width: 425px;
	background: #d2def4;
	float: left;
	padding: 10px 15px 10px 20px;
	font-weight: normal;
}
#mainCtext610 {
	width: 575px;
	float: left;
	padding: 10px 15px 10px 20px;
	font-weight: normal;
	margin-bottom: 10px;
}
#base {
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
}
#haiti {
	width: 910px;
}
#projectnav {
	width: 130px;
	float: right;
	clear: both;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 10px;
}
#projectnav ul {
	margin: 0; /*removes indent IE and Opera*/
	padding: 0; /*removes indent Mozilla and NN7*/
	list-style: none;
}
#projectnav li {
	margin: 0;
	display: inline;/*removes large gaps IE*/
}
#projectnav a {
	display: block;
	color: #336699;
	padding-left: 18px;
	font: bold 11px Verdana, Arial, Helvetica, sans-serif;
	padding-bottom: 2px;
}
#projectnav a:link, a:visited {
color: #336699;
text-decoration: none;
}
#projectnav a:hover {
	background: #8FADDD;
	text-decoration: underline;
}
#projectnav .sub {
	background: #EBEBEB;
	text-indent: 30px;
}
#projectnav .selected {
	background: #FFCC66;
	font: bold 12px Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 10px;
	margin: 0px;
}
#projectnav .subselected {
	background: #FFCC66;
	color: #666666;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 10px;
	border-bottom: 1px solid #F5F7F4;
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	text-indent: 30px;
	margin: 0px;
}
.projnavhead {
	color: #FFF;
	font: bold 12px/30px Verdana, Arial, Helvetica, sans-serif;
}
.projnavsubhead {
	color: #FFF;
	font: bold 11px/24px Verdana, Arial, Helvetica, sans-serif;
	padding: 0px 0px 3px 9px;
}

#map {
	margin: 0;
	padding: 10px 0px 10px 10px;
	float: left;
	width: 920px;
}
#faqright {
	width: 570px;
	background: #A9C7B0;
	padding: 20px;
}
.faq {
	background:#B46B4D;
	padding: 10px;
}
.faq a:link {
	text-decoration: none;
	color: #FFFFFF;
	font-weight: bold;
}
.faq a:hover {
	text-decoration: underline;
}
.faq a:visited {
	text-decoration: none;
	color: #FFFFFF;
	font-weight: bold;
}        
#footer {
	background:#eef4fc;
	border-top: 1px dotted #CCCCCC;
	margin-right: 10px;
	margin-left: 10px;
} 
#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	text-align: center;
}
.footerText {
	color: #666666;
	font: 0.6em/20px Verdana, Arial, Helvetica, sans-serif;
}
.footerText a:link {
	text-decoration: none;
	color: #666666;
	font-weight: normal;
}
.footerText a:visited {
	text-decoration: none;
	color: #666666;
	font-weight: normal;
}
.footerText a:hover, a:active {
	color: #003F85;
	text-decoration: underline;
}
#links {
	border-top: 1px dotted #CCCCCC;
	margin-right: 10px;
	margin-left: 10px;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
} 
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
}
.fltrt28t { /* this class can be used to float an element left in your page */
	float: right;
	margin-top: 30px;
	margin-bottom: 16px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.Text11grey {
	color: #333333;
	font: 11px/15px Verdana, Arial, Helvetica, sans-serif;
	padding: 0px 0px 3px;
}
.Text11greybold {
	font: bold 11px/15px Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
}
.Text11bluebold {
	font: bold 11px/15px Verdana, Arial, Helvetica, sans-serif;
	color: #003399;
}
.Text11lightgb {
	font: bold 11px/15px Verdana, Arial, Helvetica, sans-serif;
	color: #4A6279;
}
.Text11white {
	color: #FFFFFF;
	font: 11px/15px Verdana, Arial, Helvetica, sans-serif;
	padding: 0px 0px 3px;
}
.Text11whitebold {
	color: #FFF;
	font: bold 11px/15px Verdana, Arial, Helvetica, sans-serif;
	padding: 0px 0px 3px;
}
.Text12whitebold {
	color: #FFF;
	font: bold 12px/15px Verdana, Arial, Helvetica, sans-serif;
	padding: 0px 0px 3px;
}
.Text12boldgreen {
	font: bold 12px/14px Verdana, Arial, Helvetica, sans-serif;
	color: #339933;
}
.Textcaption {
	color: #666666;
	font: 10px/12px Verdana, Arial, Helvetica, sans-serif;
	padding-top: 5px;
}
.Text11grey a:link {
	text-decoration: none;
	font-weight: bold;
	color: #3366CC;
}
.Text11grey a:visited {
	text-decoration: none;
	font-weight: bold;
	color: #3366CC;
}
.Text11grey a:hover, a:active {
	text-decoration: underline;
}
h1 {
	font: bold 13px/15px Verdana, Arial, Helvetica, sans-serif;
	color: #003399;
	margin-top: 0px;
}
 /* sitemap styles -------------------------------------------- */
#subnav {
	padding-top: 15px;
}
#menu1a {
	background: #e3ecfa;
	width: 300px;
	float: left;
}
#menu3a {
	background: #e3ecfa;
	width: 300px;
	float: left;
	margin-left: 10px;
}
#subnav ul {
	margin: 0; /*removes indent IE and Opera*/
	padding: 0; /*removes indent Mozilla and NN7*/
	list-style: none;
	
}
#subnav li {
	margin: 0;
	display: inline;/*removes large gaps IE*/
}
#subnav ul a {
	display: block;
	font: normal 0.7em/16px Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 20px;
	border-bottom: 1px solid #D5E1F0;
}
#subnav a:link, a:visited {
color: #666666;
text-decoration: none;
}

#subnav a:hover {
	color: #FFF;
	background: #aac5f0;
}
/* diary__________________________________________________*/
#diary {
	background: #CADCD5;
	width: 610px;
}
#diarytitle {
	background: #389b39;
	padding-left: 10px;
	width: 600px;
	padding-top: 6px;
	padding-bottom: 6px;
}
td#diaryleft {
	padding: 10px 10px 10px 20px;
}
td#diaryright {
	padding: 10px 20px 10px 10px;
}
#diarynav {
	background: #EBEBEB;
	float: left;
	width: 300px;
}
#diarynavhead {
	background: #FFAD19;
	padding-top: 6px;
	padding-bottom: 6px;
	padding-left: 10px;
	float: left;
	width: 290px;
}
#diarynav ul {
	margin: 0; /*removes indent IE and Opera*/
	padding: 0; /*removes indent Mozilla and NN7*/
	list-style: none;
}
#diarynav li {
	margin: 0;
	display: inline;/*removes large gaps IE*/
}
#diarynav a {
	display: block;
	color: #666666;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 10px;
	border-bottom: 1px solid #F5F7F4;
	font: normal 11px Verdana, Arial, Helvetica, sans-serif;
}
#diarynav a:link, a:visited {
color: #666666;
text-decoration: none;
}
#diarynav a:hover {
	background: #E2E2E2;
	text-decoration: underline;
}
#diarynav .sub {
	background: #EBEBEB;
	text-indent: 30px;
}
#diarynav .selected {
	background: #FFCC66;
	font: bold 12px Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 10px;
	border-bottom: 1px solid #F5F7F4;
	margin: 0px;
}
#diarynav .subselected {
	background: #FFCC66;
	color: #666666;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 10px;
	border-bottom: 1px solid #F5F7F4;
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	text-indent: 30px;
	margin: 0px;
}
/* arch__________________________________________________*/
#arch {
	background: #E3E7EB;
	width: 610px;
}
#archtitle {
	background: #6191C2;
	padding-left: 10px;
	width: 600px;
	padding-top: 6px;
	padding-bottom: 6px;
}
.archtitle {
	font: bold 14px Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}
td#archleft {
	padding: 10px;
}
td#archright {
	padding-top: 10px;
}
td#archright20r {
	padding-top: 10px;
	padding-right: 20px;
}
.button p {
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}
.top10margin {
	margin-top: 10px;
}
.left30 {
	margin-left: 30px;
}
.left10 {
	margin-left: 10px;
}
.left6 {
	margin-left: 6px;
}
.projectnav {
	background:#aac5f0;
	padding: 10px;
}
.projectnav a:link {
	text-decoration: none;
	color: #FFFFFF;
	font-weight: bold;
}
.projectnav a:hover {
	text-decoration: underline;
}       
.sand {
	background: #D8D6C5;
}
.blue {
	background: #d2def4;
}
