*{ margin:0px; padding:0px;}
body{
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	line-height:25px;
	}
.PressBox{
	background:url(../backgroundImg/Press.jpg) no-repeat top center;
	background-color:#161c0e;
	}
.DonationCont{
	width:760px;
	margin:auto;
	padding-top:140px;
	height:789px;
	}
	
.chromestyle{
	font-weight: bold;
	margin-bottom:60px;
}

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
	}

.chromestyle ul{
	padding: 1px 0;
	margin: 0;
	}

.chromestyle ul li{
	display: inline;
	}

.chromestyle ul li a{
	color: #fff;
	margin-right:7px;
	margin-left:6.5px !important;
	margin-left:7px;
	text-decoration: none;
	}

.chromestyle ul li a:hover{
}

.chromestyle ul li a[rel]:after{ /*HTML to indicate drop down link*/
	content: "";
	/*content: " " url(downimage.gif); /*uncomment this line to use an image instead*/
	}


/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
	position:absolute;
	top: 0;
	border: 1px solid #323d1d; /*THEME CHANGE HERE*/
	border-bottom-width: 0;
	font:normal 12px Verdana;
	line-height:18px;
	z-index:100;
	background-color:#6e7f49;
	width: 200px;
	visibility: hidden;
	}
.dropmenudiv a{
	width: auto;
	display: block;
	text-indent: 3px;
	border-bottom: 1px solid #323d1d; /*THEME CHANGE HERE*/
	padding: 2px 0;
	text-decoration: none;
	color: black;
	color:#f6ffe1
	}

* html .dropmenudiv a{ /*IE only hack*/
	width: 100%;
	color:#f6ffe1
	}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
	background-color: #8ba358;
	color:#fff
	}	
	
.Footer{
	text-align:right;
	position:absolute;
	margin-left:600px;
	color:#666a6a;
	margin-top:200px;
	}	
/*---------------------*/
	
.Container{
	width:700px;
	padding-left:20px;
	color:#fff
	}
	
.WhatisOneLeft{
	width:310px;
	height:445px;
	float:left;
	}
	
/*PressRight*/
.PressRight{
	margin-left:30px;
	height:445px;
	width:355px;
	float:left;
	}
.PressRight ul li{
	color:#88a555;
	margin-left:20px;
	}
.PressRight ul li a{
	color:#88a555;
	}