@charset "utf-8";
/* CSS Document */

body{
	background-image:url("bg.gif");FONT:Normal 12px Arial, Helvetica, sans-serif; margin:0px;	
	background-color:#E5E5E5;
}

.page_wrapper{
	width:938px;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
	background-color:#FFF;
	position:relative;
	z-index:0;
}

.header{
	width:938px;
	clear:both;
}

.container{
	width:938px;	
	float:left;
	clear:both;
	background-color: #ed1f12;
	z-index:999;
	margin-top:-3px;
}

.leftcolumn{
	width:238px;
	background-color:#ed1f12;
	float:left;
	z-index:1;
	text-align:left;
}

.donate_now{
	width:238px;
	background-color:#ed1f12;
	float:left;
	clear:left;
	z-index:9;
	height:26px; 
	bottom:0px;
	text-align:left;
	margin-top:-100px; 
	margin-bottom:-100px;
}

.content{
	width:685px;
	line-height:1.5;
	float:left;
	background-color:#FFF;
	padding-left:5px;
	padding-right:10px;
	text-align:left;
	z-index:0;
	margin-right:-10px;
}

.footer{
	width:938px;
	clear:both;
	
}

.footer_nav{
	background-color: #E5E5E5;
	z-index:6;
	clear:both;
}
#menu {
width: 12em;
width: 238px;
background-color:#ed1f12;/*#b4bb1d;/*#ff9900;*/
}
 
#menu ul {
list-style: none;
margin: 0;
padding: 0;
}
 
#menu a, #menu h2 {
font: bold 11px/16px arial, helvetica, sans-serif;
display: block;
padding: 7px 10px 7px 20px;
border-width: 0px 0px 1px 0px;
border-style: dotted;
border-color:#FFF;
}
 
 /*
#menu h2 {
color: #fff;
background: #000;
text-transform: uppercase;
}
 */
#menu a {
color: #FFF;
background-color: #ed1f12;/*#b4bb1d;/*#ff9900;*/
text-decoration: none;
font-size: 10pt;
}
 
#menu a:hover {
background-color: #b4bb1d;
}
 
#menu li {
position: relative;
}
 
#menu ul ul ul {
position: absolute;
top: 0;
left: 100%;
width: 100%;
}
 
div#menu ul ul ul,
div#menu ul ul li:hover ul ul
{display: none;}
 
div#menu ul ul li:hover ul,
div#menu ul ul ul li:hover ul
{display: block;}

.footerNavOn:link, .footerNavOn:visited, .footerNavOn:active {
 color:#999999; font: 12px Tahoma, verdana, sans-serif; dispaly:block; text-decoration:none}
.footerNavOn:hover {text-decoration:underline}
.footerNav:link, .footerNav:visited, .footerNav:active { color:#999999; font: 12px Tahoma, verdana, sans-serif; dispaly:block; text-decoration:none  }
.footerNav:hover { color: #999999; text-decoration:underline }
