ul {
font-family: Trebuchet MS;
/*font-size: 12pt;*/
}

body {
	margin: 0;
	font-family: Trebuchet MS;
	/*font-size: 12pt;*/
	background-image: url("images/bg_stripes.png");
	background-repeat: repeat-x;
	background-position: top;
}

body a, a:visited {
	color: #488CD9;
}

body image {
	border: 0px;
}

#master-container {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	width: 800px;
	overflow: visible;
	z-index: 5;
}
#topbanner {
	position: relative;
	height: 112px;
	background-image: url("images/title.png");
	background-repeat: no-repeat;
	background-position: top;
}
#body-container {
	position: relative;
	/*width: 806px;  width + border for IE 5.x */
	/*w\idth: 800px;  real width */
	/*border: solid #036;*/
	/*border-width: 0 3px;*/
}
#horizmenu {
	text-align: center;
	padding-top: 3px;
	width: 800px;
	background-image: url("images/white_bg.png");
	background-repeat: repeat-x;
	height: 40px;
	
}
#horizmenu a {
  background: #002038;
	/*vertical-align: top;*/
	color: white;
	/*font-size: 11pt; */
	text-decoration: none;
	padding-right: 20px;
	padding-left: 20px;
	padding-top: 1px;
	display: inline;
	list-style-type: none;
	style: none;
	
}

#horizmenu a:hover #horizmenu {
	background: red;
	
}

#horizmenu a:hover {
	background: black;
	color: white;		
}

#underbar {
  position: absolute;
  top: 139px;
  height: 16px;
  background-image: url("images/underbar_bg.png");
}

  
#bourmission a#ourmission, #bourmission div#body, #bprojects a#projects, #btargetgroup a#targetgroup, #babouty4t a#abouty4t, #bgetinvolved a#getinvolved, #bcontactus a#contactus {
	background: black;
	color: white;		
	z-index: 50;
	
}

#textbox {
	filter:alpha(opacity=80);		
	opacity:.8;
	position: relative;
	/*top: 20px;*/
	width: 790px;
	background: white;
	padding: 5px;
	z-index: 10;
	/*font-size: 8pt;*/
	text-align: justify;
	font-family: Trebuchet MS;
	/*font-size: 12pt;*/
	
}

#textbox p {
  /*font-size: 12pt;*/
}
  
#darkbg {
  background: black;
  filter: alpha(opacity=80);		
	opacity: .8;
	
}

h2 {
	color: #094FEC;
}
h3 {
	display: block;
	border-bottom: solid #488CD9;
	border-width: 3px;
	font-style: italic;
}

#contactbox {
	border: solid #488CD9;
	border-width: 15px 1px 1px 1px;
	position: relative;
	float: left;
	margin-top:20px;	
	padding: 20px;
}
.boxmastercontainer {
	width: 100%;
	border: solid #488CD9;
	border-width: 1px;
	padding: 1em;
	padding-left: 0;
}
.boxcontainer {
	float: left;
}
.title {
	margin-left: 1.5em;
	padding: 0 0.5em;
	background-image: url("images/footer_bg.png");
	color: white;

} 
.box { 
	margin-left: 1em;
	border: solid #488CD9;
	border-width: 1px;
	position: relative;
	float: left;	
	padding: 20px; 
} 

.box h4 { 
	display: inline;
	border-bottom: medium solid #488CD9;
} 

.box h4:before, h4:after {
	content: "\A";
}

.imagebox {
	margin: 0.0em;
	float: left;
	border: 5px;
	height: 90px;
	width: 120px;
	background: black;
	text-align: center;
}

#footer {
  
	margin-top: 0.5em;
	background-image: url("images/footer_stripes.png");
	width: 100%;
	text-align: center;
	color: white;
	z-index: 99;
	font-size: 10pt;
}
#footertxt { 
  background: transparent;
}