body{
	background-color:#71d432;
	background-image:url(../images/layout/mainbg.jpg);
	background-repeat:repeat-x;
	background-position:top;
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	color:#000;
	padding:0px;
	margin:0px;
}

input,textarea,select{
	width:300px;
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
}

#toplogo{
	position:absolute;	
	z-index:999;
	margin:20px 0px 0px 40px;
}

#toptext{
	position:absolute;
	z-index:999;
	margin:60px 0px 0px 540px;
}

#toplogo_s{
	position:absolute;	
	z-index:999;
	margin:5px 0px 0px 40px;
}

#toptext_s{
	position:absolute;
	z-index:999;
	margin:5px 0px 0px 600px;
}

a{
	text-decoration:none;	
}
a:hover{
	text-decoration:underline;	
}

p,h1{
	text-align:left;
	padding:5px 20px 5px 20px;
	margin:0px;
}

h1{
	font-size:16px;
	padding-top:15px;
}

h2{
	background-color:#0092DF;
	text-align:center;
	color:#FFF;
	height:21px;
	font-size:12px;
	padding-top:6px;
}

.content{
	width:100%;
	min-height:855px;
	background-image:url(../images/layout/bgtop.gif);
	background-position:center top;
	background-repeat:no-repeat;
	display:block;
	overflow:hidden;
}

.content .centerblock{
	width:882px;
	margin:0px auto 0px auto;
	padding-left:18px;
	background-image:url(../images/layout/wood_v.jpg);
	background-repeat:repeat-y;
	background-position:left;
	display:block;
	overflow:hidden;
}

.content .centerblock .horbar{
	background-image:url(../images/layout/wood_h.jpg);
	width:100%;
	height:19px;
	display:block;
	overflow:hidden;
}

.content .centerblock .block{
	background-image:url(../images/layout/wood_v.jpg);
	background-repeat:repeat-y;
	background-position:right;
	width:864px;
	display:block;
	overflow:hidden;
	padding-right:18px;
}

.content .centerblock .block .menu {
	background-image:url(../images/layout/menu_bg.gif);
	background-repeat:repeat-x;
	width:864px;
	height:25px;
	display:block;
	overflow:hidden;
	color:#FFF;
	padding-top:13px;
	text-align:center;
}

.content .centerblock .block .menu a{
	color:#FFF;
	text-decoration:none;
	font-size:12px;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
}

.content .centerblock .block .menu a:hover{
	color:#CCFF00;	
}

.content .centerblock .block .ctent{
	background-color:#CCFF00;
	width:864px;
	min-height:504px;
	display:block;
	overflow:hidden;
}

.content .centerblock .block .ctent p{
	text-align:justify;	
}

.content .centerblock .block .ctent ul{
	text-align:justify;	
}

.content .centerblock .block .ctent .news{
	display:block;
	overflow:hidden;
	margin:10px;
}

.content .centerblock .block .ctent .fecha{
	text-align:right;
	border-bottom-style:dotted;
	border-bottom-color:#999;
	border-bottom-width:1px;
	margin:0px;
	padding:0px;
	padding-bottom:2px;
	font-family:Verdana, Geneva, sans-serif;
	font-size:10px;
	color:#999;
	margin-bottom:5px;
}

.content .centerblock .block .ctent .news img{
	float:left;
	margin-left:20px;
	margin-right:20px;
}

.content .centerblock .block .ctent .rbar{
	background-color:#00BC00;
	width:273px;
	padding:5px;
	padding-bottom:20px;
	margin-left:20px;
	margin-bottom:20px;
	display:block;
	overflow:hidden;
	float:right;
	text-align:center;
}

.content .centerblock .block .ctent .rbar img{
	padding-bottom:10px;	
}

.content .centerblock .block .ctent .rbar .joincause{
	background-image:url(../images/layout/join_our_cause_bg.png);
	background-repeat:no-repeat;
	width:262px;
	height:128px;
	margin:0px auto 10px auto;
	display:block;
	overflow:hidden;
	color:#006B33;
	font-size:11px;
}

.content .centerblock .block .ctent .rbar .tellfriend{
	background-image:url(../images/layout/tell_a_friend_bg.png);
	background-repeat:no-repeat;
	width:262px;
	height:70px;
	margin:0px auto 10px auto;
	display:block;
	overflow:hidden;
	color:#FFF;
	font-size:11px;
}

.footer{
	width:882px;
	margin:20px auto 20px auto;
	display:block;
	overflow:hidden;
	text-align:center;
}

.footer p,a{
	text-align:center;
	font-size:11px;
	color:#015353;
}

#stree_img{
	padding:10px;	
}

#joincause_title{
	padding:0px;
	padding-top:8px;
	border-bottom-style:solid;
	border-bottom-color:#000;
	border-bottom-width:1px;
	margin-bottom:10px;
}

#tell_friend_title{
	padding:0px;
	padding-top:6px;	
	margin-bottom:4px;
}

.picleft{
	float:left; 
	padding:5px; 
	background-color:#FFF; 
	margin-right:10px; 
	margin-left:20px;
	margin-bottom:10px;
	margin-top:5px;
}

.picright{
	float:right; 
	padding:5px; 
	background-color:#FFF; 
	margin-left:10px; 
	margin-bottom:10px;
}

#slidepic{
	padding:15px;
	background-color:#FFF;
	border-style:solid;
	border-color:#000;
	border-width:1px;
}

/* the overlayed element */ 
.overlay { 
     
    /* must be initially hidden */ 
    display:none; 
     
    /* place overlay on top of other elements */ 
    z-index:10000; 
     
    /* styling */ 
    background-color:#333; 
     
    width:675px;     
    min-height:200px; 
    border:1px solid #666; 
     
    /* CSS3 styling for latest browsers */ 
    -moz-box-shadow:0 0 90px 5px #000; 
    -webkit-box-shadow: 0 0 90px #000;     
} 
 
/* close button positioned on upper right corner */ 
.overlay .close { 
    background-image:url(../images/close.png); 
    position:absolute; 
    right:-15px; 
    top:-15px; 
    cursor:pointer; 
    height:35px; 
    width:35px; 
}   

.overlay_link {
	font-size:12px;
	color:#00F;
	text-decoration:none;
	cursor:pointer;
}
.overlay_link:hover{
	text-decoration:underline;
}
#image_wrap { 
    /* dimensions */ 
    width:677px; 
    margin:15px 0 15px 40px; 
    padding:15px 0; 
 
    /* centered */ 
    text-align:center; 
 
    /* some "skinning" */ 
    background-color:#efefef; 
    border:2px solid #fff; 
    outline:1px solid #ddd; 
    -moz-ouline-radius:4px; 
}

.row{
	display:block;
	overflow:hidden;
	margin:3px;
}

.row .fcol{
	display:block;
	overflow:hidden;
	float:left;
	text-align:right;
	width:35%;
	margin-top:3px;
	margin-right:5px;
}

.row .scol{
	display:block;
	overflow:hidden;
	float:left;
	text-align:left;
	width:60%;
}

.error {
	/* supply height to ensure consistent positioning for every browser */
	height:15px;
	background-color:#e52525;
	border:1px solid #b11f1f;
	font-size:11px;
	color:#000;
	padding:3px 10px;
	margin-left:-2px;

	/* CSS3 spicing for mozilla and webkit */
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	-moz-border-radius-bottomleft:0;
	-moz-border-radius-topleft:0;
	-webkit-border-bottom-left-radius:0;
	-webkit-border-top-left-radius:0;

	-moz-box-shadow:0 0 6px #ddd;
	-webkit-box-shadow:0 0 6px #ddd;
}

.error em {
	display:block;
	width:0;
	height:0;
	border:10px solid;
	border-color:transparent #e52525 transparent transparent;

	/* positioning */
	position:absolute;
	bottom:1px;
	left:-20px;
}