* {
 padding: 0;
 margin: 0;
}
body {
 font-family: Arial, Helvetica, sans-serif;
 color: #666;
 background-color:#040404;
 font-size: 12px;
 margin-top: 2em;
}
#wrapper {
 width: 780px;
 margin: 0 auto;
}
#header {
 margin: 5px 5px 0px 5px;
 height: 290px;
 padding: 0;
 background-color: #89ab61;
 background-image:url(images/openingPage/main_Head_hope.jpg);
 border-bottom:1px solid #ccc;
}
#subheader {
 margin: 0px 5px;
 padding: 15px;
 background-color: #eef5fd;
 /*border-bottom:1px solid #ccc;*/
}
#subheader p {
font-family:Georgia, "Times New Roman", Times, serif;
font-size:165%;
line-height:1.5em;
color:#000;
}

#subheader a {
	display:block;
	width:6em;
	padding:0.2em;
	margin:2em 0 1em 0;
	line-height:1.4;
	background-color:#c28a2b;
	border:1px solid black;
	color:#000;
	text-decoration:none;
	text-align:center;
	font-size:80%;
	}

#subheader a:hover {
	background-color:#89ab61;
	color:#fff;
	}

/* ---------------------------- */
#leftcolumn1 { /* Parent Wrapper for inside boxes */
 margin: 0 0px 0px 5px;
 display: inline; /* IE Hack */
 width: 170px;
 float: left;
 min-height: 150px;
 padding: 5px 0 0 10px;
 background-color: #f2f1db;
}
* html #leftcolumn1 {height:150px} /* IE Min-Height Hack */ 

#leftcolumn2 { /* Parent Wrapper for inside boxes */
 margin: 0 0px 0px 0px;
 display: inline; /* IE Hack */
 width: 180px;
 background-color:#fff;
 float: left;
 min-height: 150px;
 padding: 5px 0 0 10px;
}
* html #leftcolumn2 {height:150px} /* IE Min-Height Hack */ 
/* ---------------------------- */


/* ---------------------------- */
#rightcolumn1 { /* Parent Wrapper for inside boxes */
 margin: 0px 0px 0px 0px;
 display: inline; /* IE Hack */
 padding: 5px 0 0 10px;
 width: 180px;
 float: left;
 min-height: 150px;
 background-color: #f2f1db;
}
* html #rightcolumn1 {height:150px} /* IE Min-Height Hack */ 

#rightcolumn2 { /* Parent Wrapper for inside boxes */
 margin: 0px 0px 0px 0px;
 display: inline; /* IE Hack */
 padding: 5px 0 0 10px;
 width: 200px;
 background-color:#fff;
 float: left;
 min-height: 150px;
}
* html #rightcolumn2 {height:150px} /* IE Min-Height Hack */ 
/* ---------------------------- */

#footer {
 border: 1px solid #ccc;
 background-color: #89ab61;
 background-image:url(images/footerBKG.gif);
 height:20px;
 margin: 0px 5px 5px 5px;
 display: inline; /* IE Hack */
 padding: 5px;
 float: left;
 width: 758px;
}


		
		#footer p {
			margin:0;
			padding:10px;
			font-size:85%;
			color:#fff;
		}
		
		h1 {
			font-size: 150%;
			font-weight: normal;
			color: #fff6b1;
			margin-bottom: 4px;
			text-align: left;
		}
		
		h2 {
			font-size: 130%;
			font-weight:strong;
			font-family:Georgia, "Times New Roman", Times, serif;
			color: #040404;
			margin: .25em 0;
			text-align: left;
		}
		
		p {
			margin-top: 0px;
		}	
		
		a:link {
			font-weight : normal; 
			text-decoration : none;
			color: #455679;
			}
		
		a:visited {
			font-weight : normal; 
			text-decoration : none;
			color: #455679;
			}
		
		a:hover {
			font-weight : normal; 
			text-decoration : underline;
			color: #040404;
			}
		
		a:active {
			font-weight : normal; 
			color: #999;
			}
			
		ul {
			list-style:none;
			padding-left:0;
			line-height:1.5em;
		}
		
		li {
			margin-left:.5em;
			}