
/*----------------------   Full screen container  -------------------------------------------------*/
	#outercontainer{
	background-color:#CCCCCC;
	margin:auto;
	}
	
/*----------------------  Inner page container  -----------------------------------------------------*/
	#innercontainer{
	margin:auto;
	width:699px;
	}
	
/* -------------------------- Top header image  ------------------------------------------------------*/
	#header{
	margin:auto;
	width:699px;
	}	
	
/* ----------------------------- Upper and lower navigation bars ---------------------------------- */		
	#menubar{
	top:250px;
	height:33px;
	margin:auto;
	width:699px;
	background-image: url(images/navbar.png);
	}
	#bottombar{
	background-image:url(images/bottombar.jpg);
	margin:auto;
	width:699px;
	height:36px;
	}
	#menutext{
	padding-left:10px;
	padding-right:10px;
    padding-top:5px;
	margin:auto;
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	}	
	
/* -------------------------------------- Style for Upper Navigation bar -----------------------------------*/
	.style1 {
	color: #008080
	}
	
/* -------------------------------------- Style for Lower Navigation bar --------------------------------------*/
	.style2 {
	color: #FFFFFF
	}   /* white */

/*---------------------------------------------------- Content section of the page -------------------------------*/	
	#body{
	width:699px;
	margin:auto;
	background-color:#efe3ef;
	top:275px;
	height:100%; 
	}
	#bodytext{
	margin:auto;
	font-family:Georgia, "Times New Roman", Times, serif;
	/* background:url(images/logotrans.png)no-repeat; */
        background-image: url('images/logo50.png');
        background-repeat: no-repeat;
	background-color:#efe3ef;
	padding-left:15px;
	padding-right:15px;
	padding-top:15px;
	top:auto;
	}
	#bodytext .ul{
	list-style-type: none;
	list-style-position: inside;
	text-indent: 15px;
	}
/*-----------------------------------------  Styles for boxes  ----------------------------------------------------------------*/
#innerinnercontainer{
    float:right;
	clear:right;
	width:250px;
	background-color:#CCCCCC;
	border: 1px solid #000000;
	margin-top:3px;
	margin-left:3px;
	padding: 3px;
	}
	#boxtext{
	margin:auto;
	font-family:Georgia, "Times New Roman", Times, serif;
	background-color:#41A630;
    color:#FFFFFF;
	padding-left:15px;
	padding-right:15px;
	padding-top:15px;
    padding-bottom:15px;
	top:auto;
    }
/*-----------------------------------------  Styles for boxes  ----------------------------------------------------------------*/
#mapright{
    float:right;
	clear:right;
	width:358px;
	background-color:#CCCCCC;
	border: 1px solid #000000;
	margin-top:20px;
	margin-left:5px;
	margin-right:5px;
	padding: 3px;
	}
	#boxtext{
	margin:auto;
	font-family:Georgia, "Times New Roman", Times, serif;
	background-color:#41A630;
    color:#FFFFFF;
	padding-left:15px;
	padding-right:15px;
	padding-top:15px;
    padding-bottom:15px;
	top:auto;
    }	
/*------------------------------------------------  3 Boxes in INDEX page------------------------------------------------------------*/
img.noi-logo {
	float: right;
	margin-right: 70px;
	width: 150px;
	height: 116px;
    }
#innerinnercontainer .img{
	}
.box01 {
     padding: 5px;
       }
.box01 img {
	margin: 5px;
	float: left;
	}
/*------------------------------------------------------------------------------------------------------------------------------------------------*/ 
		
		
/*----------------------------------------------------  3 Boxes in GIVING page------------------------------------------------------------*/		

img.noi-logo1 {
        float: right;
        margin-right: 15px;
        width: 100px;
        height: 77px;
        }
#bodytext .noi {
	font-family: cursive, Georgia, "Times Roman" , Times, "Times New Roman" , serif;
	font-size: 15px;
	line-height: 18px;
	text-align: left;
        color:#7A378B;
        text-align: center;
        }
       img.paypal {
        display: block;
        margin-left: auto;
        margin-right: auto;
        }
        img.uwsepa {
        float: right; 
        margin: 10px 20px 10px 10px;
        }
        img.noi {
        float: left; 
        margin: 10px 20px 10px 10px;
        }
/*----------------------------------------------------------------------------------------------------------------------------------------------*/		

		
/*  ----------------------------------------------------- Tag selectors ------------------------------------------------------------------  */
H2 {text-align: center;}	
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
A{color:#008080;}
A:link {text-decoration: none}
A:visited {text-decoration: none}
A:active {text-decoration: none}
A:hover {text-decoration: underline;}
/*----------------------------------------------------------------------------------------------------------------------------------------------------*/
		