body { 
  font-family:      "Lucida Grande", verdana, arial, helvetica, sans-serif;
  font-size:        small;
  margin:           0px;
  padding:	    0px;
  text-align:	center;
  background: #ffffff url(images/haiti_bggreen.gif) repeat-x;
  line-height: 21px;
}

a:link { color: #000000; }
a:active {color: #000000;}
a:visited { color: #d3ed7b; }
a:hover { color: #000000; } 

img {
	border: 0px solid #ffffff;	
}

.divider {
border-top: 1px dotted #000000;
margin-top: 5px;

}

#outsidewrap {
	width: 900px; /*Width of main container*/
	margin: 0 auto; /*Center container on page*/
	}
	
.links_links a {
	border: 2px solid #ffffff;
	padding: 10px 30px;
	font-size: 14px;
	background: #a6d66b;
	color: #000000;
}

.links_links a:hover {
	border: 2px solid #66982A;
	padding: 10px 30px;
	background: #BEE193;	
}



/* ------------ Styles for Navigation ------------ */

#nav_main {
	position: relative;
	height: 27px;
	font: bold 12px/27px "Lucida Grande", verdana, arial, helvetica, sans-serif;
	background: none;
	margin: 0 auto;
	padding: 0;
	position: relative;
	text-shadow: #000000 2px 2px 2px;
}

#nav_main ul {
	margin: 0;
	padding: 0;
	list-style: none;
	background: none;
	height: 27px;
	z-index:99;
	position: relative;
}

#nav_main li {
	display: inline;
	background: none;
	margin: 0;
	padding: 0;
}

#nav_main a {
	padding: 5px 15px;
	text-decoration: none;
	margin: 0;
}

/* ------------ Styles for Title ------------ */

#free { width:100%; float: left; margin-right: 25px;  height: 10px; text-indent: -9999em; }
#free a { display:block; height: 60px; }

#contactInfo
{
	position:absolute;
	top: 0px;
	left:50%;
	margin-left: -999999px;
	width: 200px;
	height: 100px;
}

#titleslogan {
	
	height: 70px;
	padding: 25px;
	margin: 0 auto;
	border: 0;
	background: transparent;
	text-align: center;
}

h1 {
	text-align:	center;
	height:		50px;
	margin:		0 auto;
	background: transparent url(images/titlesloganNEW.gif) top no-repeat;
}

h1 span {
		display:	none;

}

/* ------------ Styles for Sidebar ------------ */


#sidebar {
  	margin-left: 10px;
	width: 220px;
	float: right;
	margin-bottom: 10px;

}

#giveasmile {
	background: #ffffff;
	border:		1px solid #000;
}

 .giveasmile {
	margin:		10px;
	z-index:	99;
}

#sidebar a:link { color: #ffffff; text-decoration: none; }
#sidebar a:visited { color: #ffffff; text-decoration: none; }
#sidebar a:hover { color: #66982A; text-decoration: underline; }
	


/* ------------ Styles for leftcontent ------------ */
#leftcontent {
	width: 660px;
	text-align: left;
	margin-top: 10px;
}

#leftcontent h2 {
	margin-top: 0px;
}

#sidebar_photos {
	border: 1px solid #000000;
	background: #abda4d;
	padding: 5px;
		margin: 10px 0;

}

#sidebar_photos h2 {
	font-weight: bold;
	font-size: 14px ; 
	color: #000000;
	text-decoration: underline;
	}

#sidebar_photos ul {
	list-style: none;
	text-align: left;
	line-height: 27px;
	}
	
#footer {
	height: 45px;
	clear: both;
	margin: 10px;
	padding: 5px;	
}


