@charset "utf-8";
/* CSS Document */

body {
	background:#fff url(images/BACKGROUND.jpg);
	margin:0;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	text-align:left;
	font-family: Arial, Helvetica, sans-serif;
  	color:#333333;
  }
  
a {
	color:#cfa011;
	text-decoration:none;
	}
	
a:hover {
	color:#99cc33;
	}	  
	
#header {
	background-image:url(images/header_bg.jpg); height:155px;}
	
#logo1 {width:804px;}
	
#nav {
	width:787px; 
	height:43px; 
	padding-top:10px; 
	text-align:right;
	}
	
/* Home Styles */

#homeMainBox {
	width:532px; float:left;}
	
#homeMainTop {
	background:url(images/homebox1_top.gif); width:532px; height:16px;}
	
#homeMaine {
	background:#fff url(images/homebox1_middle.gif); width:437px; height:412px; text-align:left; padding-top:30px; padding-right:20px; padding-left:75px; line-height:150%;}
	
#homeHeader {
	font-size:175%; font-weight:bold; color:#99cc33;}

#homeMainBottom {
	background:url(images/homebox1_bottom.gif); width:532px; height:16px;}
	
#homeMainRightbox {
	margin-left:548px; width:239px;}
	
#homeNewsBox {
	width:239px;}
	
#homeNewsTop {
	background:url(images/homenews1_top.gif); width:239px; height:10px;}
	
#homeNews {
	background:#fff; text-align:left; padding-right:15px; padding-left:15px;}
	
#newsHeader {
	font-weight:bold; color:#99cc33; padding-bottom:7px;}
	
.newsItem {
	font-size:70%; padding-top:7px; padding-bottom:7px;}

.newsItem img {
	border:1px solid #cfa011;
	}
	
#homeNewsBottom {
	background:url(images/homenews1_bottom.gif); width:239px; height:10px;
	}
	
#donate {
	padding-top:12px;}
	
	
/*----------------*/
	
#mainContent {width:787px; text-align:left;}

#Mainleftbox {width:239px; float:left;}

#subnavBox {width:239px;}

#subnavTop {background:url(images/subnav_top.gif); width:239px; height:10px;}

#subnav {background:#99cc33; height:157px; text-align:right;}

#subnavBottom {background:url(images/subnav_bottom.gif); width:239px; height:10px;}

#images {padding-top:17px;}

#MainBox {margin-left:255px; width:532px;}

#MainTop {background:url(images/box1_top.gif); width:532px; height:16px;}

#Main {
	background:#fff url(images/box1_middle.gif); 
	width:449px; 
	height:422px; 
	text-align:left; 
	padding-top:20px; 
	padding-right:45px; 
	padding-left:38px; 
	line-height:150%;
	}
	
#pageHeader {font-size:175%; font-weight:bold; color:#99cc33;}

#mainContentText {height:385px; overflow-y:auto; padding-right:30px; background-color:#ffffff;}

#MainBottom {background:url(images/box1_bottom.gif); width:532px; height:16px;}

#footerBox {background:url(images/footer_bg.gif); height:53px; margin-top:30px; margin-bottom:20px;}

#footerBox2 {width:787px;}

#footer {
	width:466px; 
	background:url(images/portland_paysa.gif) left top no-repeat; 
	height:31px; 
	padding-top:22px; 
	padding-left:66px; 
	font-size:70%; 
	text-align:left; 
	float:left;
	}
	
#footer2 {width:239px; margin-left:547px; font-size:70%; text-align:right; height:31px; padding-top:22px;}
	
/* Dropdown Menu Styles */

#button {
	width:239px;
	margin:0px;
	padding: 0 0 0 0;
	margin-bottom: 1em;
	color: #bbb3ac;
	font-size:16px;
	z-index:1000;
	}
	
	#button ul {
		list-style: none;
		margin:0px;
		padding:0px;
		padding-top:10px;
		border: none;
		}
		
	#button li {
		margin: 0;
		list-style: none;
		list-style-image: none;

		}
	
	#button li a {
		display: block;
		padding: 2px 40px 2px 15px;
		color: #ffffff;
		text-decoration: none;
		width: 184px;
		font-weight:bold;
		}

	html>body #button li a {
		width:auto;
		}

	#button li a:hover {
	background-image:url(images/subnav_rolloverbg.gif);
	background-position:right center;
	background-repeat:no-repeat;
		}		
		
	.selected {
	background-image:url(images/subnav_rolloverbg.gif);
	background-position:right center;
	background-repeat:no-repeat;
		}			
		
.unselected {
		}			
			
/*--------------------------------------------*/		
	
.clearfloat { 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}  		
