/* CSS Document*/



body {
	width:90%;
	text-align:center;
	border:1px solid #666;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 62.5%;
	margin: 0 auto 0 auto;
}
a:link {
	text-decoration: none;
}


a:visited {
	color: #0000CC;
	}
a:hover {
	color: #0000CC;
	}
a:active {
	color: #0000CC;
	}

#header,#menuCont,#content,#sub-section,#footer {

overflow:hidden;

display:inline-block

}

/* safari and opera need this */


#header,#menuCont,#sub-section {float:left}

#content {
	float:right;
	text-align: left;
	width: 75%;
	background-color: #003366;
	height: 357px;
	background-image: url(../images/contentBG.png);
	background-repeat: no-repeat;
	background-position: right bottom;
}
#MCContainer {
	background-color: #003366;
	height: 280px;
	width: 100%;
	clear: both;
	background-image: url(../images/contentBG.png);
	background-repeat: no-repeat;
	background-position: right bottom;
	text-align: left;
}

#MCContainer2 {
	background-color: #EFF3F2;
	height: 385px;
	width: 100%;
	clear: both;
	background-image: url(../images/contentBGgray.png);
	background-repeat: no-repeat;
	background-position: right bottom;
	text-align: left;
}
/*#MCContainer2 li {
	list-style-position: inside;
	margin-bottom: 5px;*/
}
#MCContainer2 p {
	margin-right: 10px;
}
#MCContainer2 blockquote {
	background-color: #CCCCCC;
	border: 1px solid #999999;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 10px;
	margin-left: 270px;
}



#header {
	width:100%;
	background-image: url(../images/mastheadBG.jpg);
	background-repeat: repeat-x;
	text-align: left;
	height: 180px;
	
}


/*#header p {
	font-weight: bolder;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000033;
	font-size: 1.2em;
}*/
#menuContSub {
	width:28%;
	background-color: #003366;
	height: 280px;
	float: left;
	margin-right: 25px;
}
#menuCont {
	width:28%;
	background-color: #003366;
	height: 280px;
	float: left;
	margin-right: 105px;
}
#MCContainer2 h2 {
	margin-top: 10px;
	font-style: bold;
	color: #003366;
}

/*#menuCont li {
	font-size: 1.4em;
	text-align: left;
	display: block;
	list-style-type: none;
	line-height: 30px;
	color: #FFFFFF;
	background-color: #003366;
	border-bottom: thin dashed #CC9933;
	visibility: visible;
}

#menuCont li ul {
	visibility: hidden;
	position: absolute;
	width: 9em;
	font-size: 1em;
}*/


#brand {
	float: left;
	margin-left: 20px;
}

#donate {
	height: 98px;
	text-align: center;
	width: 138px;
	float: right;
	margin-right: 50px;
	background: url(../images/givenowDOWN.png) no-repeat top;
	border: 1px solid #CCC;
	margin-top: 40px;	
}
#donate a:link, a:active, a:visited  {
	/*background: url(../images/givenowDOWN.png) no-repeat top;*/
	height: 100px;
	text-decoration: none;
	display: block;
	color: #000;
	
}

#donate a:hover {
	background: url(../images/givenowUP.png) no-repeat top;
	height: 100px;
	text-decoration: none;
	display: block;
	color: #627A84;
	
}

/*#header a:link, a:visited, a:active {
	background-image: url(../images/givenowTHISISgray.png);
	background-repeat: no-repeat;
	background-position: center top;
	padding-right: 25px;
	padding-left: 25px;
	padding-top: 20px;
	padding-bottom: 100px;
	color: #000000;
}

#header a:hover {
	background-image: url(../images/givenowTHISISgray.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	color: #FFFFFF;
}
*/

#banner {
	width:100%;
	clear:both;
	background-image: url(../images/bottomBG.jpg);
	background-repeat: repeat-x;
	height: 218px;
}

#banner a:link, a:visited, a:active {
	text-decoration: none;
	background-image: none;
	display: inline;
	width: 100%;
}
#banner li {
	display: block;
	list-style-type: none;
	text-align: left;
	line-height: 2em;
}
#banner p {
	text-align: left;
	margin-left: 40px;
	margin-top: -10px;
}
#subcontent1 {
	width:37%;
	background-color: #E4E9EC;
	float:left;
	height: 200px;
	border-top: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
	border-right: 1px solid #CCC;
	background-image: url(../images/newsfeed.png);
	background-repeat: no-repeat;
	background-position: left center;
	overflow: scroll;
	margin-top: 10px;
	
}


#subcontent2 {
	width:62%;
	background-color: #E4E9EC;
	float:right;
	height: 200px;
	border-top: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
	border-left: 1px solid #CCC;
	background-image: url(../images/quickfacts.png);
	background-repeat: no-repeat;
	background-position: left center;
	overflow: scroll;
	margin-top: 10px;
	text-align: left;
}
#banner #subcontent2 p {
	margin-top: 10px;
}
#footer {
	clear:both;
	background-image: url(../images/footerBG.jpg);
	background-repeat: repeat-x;
	width:100%;
	text-align: center;
	color: #999999;
	font-size: 1em;
	padding-top: 10px;
	padding-bottom: 10px;
}

.imageLeft {
	float: left;
	margin-top: 0px;
	margin-right: 15px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.imageRight {
	float: right;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 15px;
}
.flashinglink {
	text-decoration: blink;
}
