/* @override 
	http://new.haitihopefund.org/stylesheets/screen.css
	http://new.ucnh.org/stylesheets/screen.css
*/

body {
  background: #80CFA2 url(../images/theme/bkg-main.jpg) repeat-y center top;
}

#doc4 {
  margin: auto;
  text-align: left;
  width: 800px;
  min-width: 800px;
}

#hd h1, #hd h1 a {
  height: 200px;
  width: 800px;
  background: url(../images/theme/header.png);
  text-indent: -1000px;
  text-decoration: none;
  display: block;
}

#hd ul {
  float: left;
  width: 100%;
  height: 30px;
  background: url(../images/theme/bkg-hd.png) repeat-x;
}

#hd ul li, #hd ul li a {
  float: left;
  height: 30px;
  line-height: 30px;
  display: block;
  color: black;
  font-weight: bold;
}

#hd ul li a{
  padding: 0 2em;
  font-size: 110%;
  text-decoration: none;
}
#hd ul li a:hover{
	text-decoration: underline;
}

#bd {
  clear: both;
  background: url(../images/theme/bkg-bd.png) repeat-x center top;
}

#ft{
  border: 1px solid #ddd;
  border-width: 1px 0;
  padding: 1em 0;
  margin-top: 5em;
}
.pad {
  margin: 0 20px;
}

#features {
  text-align: center;
  margin: 15px 0;
  clear: both;
  display: block;
  float: left;
  width: 100%;
}

#features img {
  margin-top: 0;
  margin-bottom: 0;
}

#breadcrumbs{
  font-size: 80%;
  margin-bottom: 1em;
  font-family: Verdana;
  padding: 0 0 4px 0;
}

/* @group Typography */

h1,h2,h3,h4 {
  font-weight: bold;
}

h1 {
  font-size: 189%;
}

h2 {
  font-size: 144%;
}

h3 {
  font-size: 120%;
}

p {
  font-size: 92%;
  font-family: Verdana;
  margin: 1.5em 0;
  line-height: 1.6em;
}
em{
  font-style: italic;
}
strong{
  font-weight: bold;
}

blockquote{
  margin: 1em 2em;
}

#content ul, #content ul li{
  list-style: disc;
  margin: 1em;
}

#content img{
  border: 1px solid #ddd;
  padding: 4px;
  margin: 1em;
}

/* @end */

/* @group Sidebar */

/* @group Navigation */

#sidebar h2 {
  color: #EE5F00;
  font-size: 122%;
  padding:.5em 0;
  border-bottom:1px solid #E5E8D7;
  margin: 0;
}
#sidebar h2 a{
  color: #EE5F00;
}
#sidebar p{
  margin: 0 0 2em 0;
}

#sidebar li{
  font-size: 77%;
  font-family: Verdana;
}

#sidebar li a,
#sidebar li ul li a{
	text-decoration:none;
	padding:0 0 0 18px;
	display:block;
	line-height: 24px;
	border-bottom:1px solid #E5E8D7;
	background: transparent url(../images/icons/page_white.gif) no-repeat center left;
}

#sidebar li,
#sidebar li ul li {
	padding:0;
	margin:0;
	display:inline;
}

#sidebar li a:hover{
	text-decoration:underline;
}

/* @end */
/* @end */

/* @group Horizontal Rules */

hr {
  margin: 2em 0;
  padding: 0;
  color: #ccc;
  background-color: #ddd;
  height: 1px;
  border: none;
  width: 100%;
}

hr.clear {
  clear: both;
  visibility: hidden;
  margin: 1em 0;
}

hr.space {
  margin: 1em 0;
}

hr.small {
  margin: .5em 0;
  clear: both;
}

/* @end */

/* @group Links */

a:link {
  color: #466F9D;
}

a:visited {
  color: #333366;
}

a:hover, #bd a:active {
  color: #990000;
  text-decoration: none;
}

img {
  border: 0;
}

a img {
  text-decoration: none;
  border: none;
}

:-moz-any-link:focus {
  outline: none;
}

/* @end */

/* @group Excerpts */

.excerpts p {
  margin: 0;
}
.excerpts h2{
  margin: 1.5em 0 0 0;
}
.excerpts a{
  font-weight: bold;
}


/* @end */

/* @group icons */
.icon{
   padding-left: 20px;
  line-height: 20px;
  display: block;
}

.icon.page_white_go_icon{
  background: transparent url(../images/icons/page_white_go.gif) no-repeat;

}
/* @end */