body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	text-align: center; /*** ie hack on windows ***/
	background-color: #333333;
	margin-top: 0px;
	a:link
}


#navbar	{
	width: 116px;
	float: left;
	font-size:small;
	color: #006666;
	border-color: #999999;
	border-right-style: dotted;
	border-bottom-style: dotted;
	background-color: #FEEECD;
	padding-left: 12px;
}


a:link {
	color:#0033CC

}

	/*** these define the text links within the entire site  ***/
	

a:visited {
	color:#003399
}

a:hover {
	color:#CC9900
}

a:active {
	color:#CC3333
}



#navbar ul	{
	/*** this defines the indent of the entire list ***/
	margin-left: 0px;
	padding-left: 0px;
}

#navbar li {
	/*** this defines the bullet type ***/
	list-style-type: none;
}

#navbar a {
	text-decoration: none;
	font-weight: bold;
	color: #003399;   /***    this defines the left nav text color  ***/	
}

#navbar a:hover {
	color: #FFCC33;
	background-color: #666666;
}

#container	{
	width: 780px;
	margin: 20 auto; /*** centers the design ***/
	background: white;
	border: 0px;
	text-align: left;
	font-size:small;
	margin-top: 0px;
	background-color: #CCCCCC;		/*** background-color: #E0D5AC;   ***/
}


#main {
	padding: 0px;
	font-size:small;
	text-align: left;
	/***   background-color:#E4E4E4;   ***/  
	
	background-color: ##E6E1C8;	
	/*** background-color: #E0D5AC;   ***/
	
}

#content {
	margin-left: 129px;
	width: 616px;
	border-left: 1px dotted #c0c0c0;
	padding-left: 14px;
	font-size:small;
	/*** background-color: #E4E4E4;	/*** background-color: #E0D5AC;   ***/
	background-color: #E6E6E6;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-right: 4px;
}


#header_links_test	{
	width: 780px;
	height: 170px;
	background-image: url('/images/header_links.jpg');
	border-color: #999999;
	border-bottom-style: dotted;
}



#header_sh	{
	width: 780px;
	height: 170px;
	background-image: url('/images/header_sh.jpg');
}

#header_who	{
	width: 780px;
	height: 170px;
	background-image: url('/images/header_who.jpg');
}

#header_stories	{
	width: 780px;
	height: 170px;
	background-image: url('/images/header_stories.jpg');
}

#header_lit	{
	width: 780px;
	height: 170px;
	background-image: url('/images/header_lit.jpg');
}

#header_contact	{
	width: 780px;
	height: 170px;
	background-image: url('/images/header_contact.jpg');
}

#header_mission	{
	width: 780px;
	height: 170px;
	background-image: url('/images/header_mission.jpg');
}


#header_goals	{
	width: 780px;
	height: 170px;
	background-image: url('/images/header_goals.jpg');
}


#header_activities	{
	width: 780px;
	height: 170px;
	background-image: url('/images/header_activities.jpg');
}



#header_org	{
	width: 780px;
	height: 170px;
	background-image: url('/images/header_org.jpg');
}


#header_water	{
	width: 780px;
	height: 170px;
	background-image: url('/images/header_water.jpg');
}

#header_health	{
	width: 780px;
	height: 170px;
	background-image: url('/images/header_health.jpg');
}


#header_enviro	{
	width: 780px;
	height: 170px;
	background-image: url('/images/header_enviro.jpg');
}


#header_links	{
	width: 780px;
	height: 170px;
	background-image: url('/images/header_links.jpg');
}



#header_events	{
	width: 780px;
	height: 170px;
	background-image: url('/images/header_events.jpg');
}

#header_accomplish	{
	width: 780px;
	height: 170px;
	background-image: url('/images/header_accomplish.jpg');
}


#header_child	{
	width: 780px;
	height: 170px;
	background-image: url('/images/header_children.jpg');
}


#header_bednets	{
	width: 780px;
	height: 170px;
	background-image: url('/images/header_bednets.jpg');
}

#header_courses {
	width: 780px;
	height: 170px;
	background-image: url('/images/header_courses.jpg');
}


#header_sh	{
	width: 780px;
	height: 170px;
	background-image: url('/images/header_sh.jpg');
}

#header	{
	width: 780px;
	height: 225px;
	background-image: url('/images/header.jpg');
}

#header_about	{
	width: 780px;
	height: 222px;
	background-image: url('/images/header_about.jpg');
}





#header_text	{
	font-size: large;
	font-weight: bold;
	color: white;
	padding-top: 147px;
	padding-left: 10px;
}

#header_text_about	{
	font-size: large;
	font-weight: bold;
	color: white;
	padding-top: 199px;
	padding-left: 10px;
}



#mspace  { 
width: 100px;
	height: 7px;
	background-image: url(/images/mspace.gif);
	}
	



.centered {
	text-align: center;
}

.small	{
	font-size: x-small;
}

.uppercase	{
	text-transform: uppercase;
}

.bold	{
	font-weight: bold;
}

.spread	{
	letter-spacing: 2px;
}

.italics	{
	font-style: italic;
}

.small_italics	{
	font-style: italic;
	font-size: x-small;
}


.the_input {
	width: 180px;
	font-size: small;
	font-weight: bold;
	color: #888;
}

.vertical_padding	{
	500px;
}



.hr_90 {
	vertical-align: middle;
	width: 90%;u
}
.smaller {
	font-style: normal;
	font-size: xx-small;
}
.italicsBrown {
	font-style: italic;
	/***    color: #993300;   formner rust color   ***/
	color:  #003399;        /***    I changed from rust to blue ****/
}
.small_bold_brown {
	font-size: x-small;
	color: #003399;            /***    I changed from rust to blue ****/
	/***    color: #993300;   formner rust color   ***/
	font-weight: bold;
}


.heading_bold_rust {
	font-size: medium;
	font-style: normal;
	font-weight: bold;
	color:  #003399;;     /***    I changed from rust to blue  ****/	/***    color: #993300;   formner rust color   ***/
}


.heading {
	font-size:medium;
	color: #003399;
	font-weight: bold;
}
