/* CSS Document */
*{margin:0; padding:0;}
html{font-size:125%; height:100%;}
body{font-size:50%; background-color:#ffffff; width:100%; vertical-align:baseline;}

.bodybg{
	background-image:url(../images/bg_home_r.gif); background-repeat: repeat-x; 
}

.indexbg{
	background-image:url(../images/bg_home.jpg); background-repeat: no-repeat; 
	width:1100px;
	height:910px;
}
.bodyinsidebg{
	background-image:url(../images/bg_content_r.gif); background-repeat: repeat-x; 
}
.insidebg{
	background-image:url(../images/bg_content.jpg); background-repeat: no-repeat; 
	width:1100px;
	height:870px;
}

td{
	font-family: Arial, Helvetica, sans-serif, Calibri, Verdana;
	font-size:12px;
	color: #050400;
	font-weight: normal;
}

p { 
	font-family: Arial, Helvetica, sans-serif, Calibri, Verdana;
	font-size: 12px;
	text-align: justify;
	color: #050400;
}

.bold{
	font-weight: bold;
}

.small { 
	font-size: 10px;
}

.boldorange{
	color:#e98700;
	font-weight: bold;
}

/*NORMAL LINK*/
a{text-decoration:none; color:#e53000; font-weight:bold;}
a:hover{text-decoration:none; color:#7d1a00;}
a img{border:0;}


/* index page */
#featuredbox{
	width:250px;
	height:307px;
	padding:30px 2px 10px 0px;
	border:0px solid black;
	font-size:13px;
	text-align:left;
}

#featuredbox #indent{
	width:245px;
}
	
.featuredtitle{
	font-size:16px;
	font-weight:bold;
	text-transform:uppercase;
}

#donationbox{
	height:312px;
	margin:0px 30px;
	width:260px;
	padding:25px 2px 10px 2px;
	border:0px solid black;
	font-size:13px;
	text-align:left;
}

#donationbox .text_1{
	color:#000000;
	font-size:12px;
}
#donationbox .text_2{
	color:#a86600;
	font-size:14px;
	font-weight:bold;
}

#donationbox .text_3{
	color:#565656;
	font-size:11px;
}


#theprojectbox{
	height:312px;
	margin:0px 20px;
	width:280px;
	padding:25px 2px 10px 2px;
	border:0px solid black;
	font-size:13px;
	text-align:left;
}

#theprojectbox .theproject_title{
	color:#c76035;
	font-size:18px;
	font-weight:bold;
}

#theprojectbox .text_1{
	color:#c76035;
	font-size:12px;
}

.footer{
	background-color:#e2e2e2;
	height:175px;
}

.footertext{
	font-size:11px;
	color:#161401;
}


a.footerlink:link,a.footerlink:visited,a.footerlink:active  {
	color: #161401;
	font-size: 11px;
	font-weight: normal;
	text-decoration:none;
}
a.footerlink:hover {
	color: #847f67;
	font-size: 11px;
	font-weight: normal;
	text-decoration:none;
	/* #004058; */
}

.hozline_gray{width:100%; line-height:3px; height:1px; border-top:#c8c7c7 1px solid; font-size:1px; margin:2px 0;}



/* inside page */

.subnav{
	font-size:15px;
	color:#848484;
}
a.subnav:link,a.subnav:visited,a.subnav:active  {
	color: #ffffff;
	font-size: 15px;
	font-weight: normal;
	text-decoration:none;
}
a.subnav:hover {
	color: #c3c2c2;
	font-size: 15px;
}

.moduletitle{
	font-size:40px;
	font-weight:bold;
	color:#281f1c;
	letter-spacing:-1px;
}

.moduletitle_white{
	font-size:40px;
	font-weight:bold;
	color:#ffffff;
	letter-spacing:-1px;
}

.modulesubtitle{
	font-size:20px;
	font-weight:bold;
	color:#e59931;
	letter-spacing:-1px;
}

#featuredbox_inside{
	width:250px;
	padding:30px 2px 30px 0px;
	border:0px solid black;
	font-size:13px;
	text-align:left;
}
#featuredbox_inside #indent{
	width:245px;
}
	
#featuredbox_inside .featuredtitle{
	font-size:16px;
	font-weight:bold;
	text-transform:uppercase;
}

#featuredbox_inside .subtitle{
	font-size:15px;
	font-weight:normal;
	color:#c37b00;
}

.img {
	padding: 5px;
	border: thin dotted #cccccc;
}

.box1{
	padding:30px;
	color:#3a5f73;
	background-color:#c9dee9;
}

