*{ margin:0px; padding:0px;}
body{
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	line-height:25px;
	}
.HomeBox{
	background:url(../backgroundImg/Home.jpg) no-repeat top center;
	background-color:#121828;
	}
.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 #25354f; /*THEME CHANGE HERE*/
	border-bottom-width: 0;
	font:normal 12px Verdana;
	line-height:18px;
	z-index:100;
	background-color:#4d6490;
	width: 200px;
	visibility: hidden;
	}
.dropmenudiv a{
	width: auto;
	display: block;
	text-indent: 3px;
	border-bottom: 1px solid #25354f; /*THEME CHANGE HERE*/
	padding: 2px 0;
	text-decoration: none;
	color: black;
	color:#d3e2ff
	}

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

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
	background-color: #5f7baf;
	color:#fff
	}	
	
.Footer{
	text-align:right;
	position:absolute;
	margin-left:600px;
	color:#666a6a;
	margin-top:200px;
	}	
/*---------------------*/
	
.Container{
	width:700px;
	padding-left:20px;
	color:#fff
	z-index:1;
	}
	
.HomeVideo{
	width:607px;
	height:427px;
	display:block;
	padding-left:53px;
	padding-top:6px;
	z-index:1;
	}
