@charset "utf-8";
/* CSS Document */

body, table
{	font-family: Arial, Tahoma, Candara;
	color: black;
	line-height: 150%;
}

body
{	margin: 0px; padding: 0px;
	background-color: rgb(255, 191, 230);
}

img, table
{
	border: 0px solid white;
}

#Universe
{	background-color: rgb(255,255,255);
}

#ContainerBodyInner, #ContainerFooterInner, #Header, #Menu, #Main, #Footer
{	width: 990px;
}

h1
{
	color:#000000;
	font-family:Arial;
	font-size:20pt;
	font-weight: normal;
	margin:0px 0px 18px;
	letter-spacing: -2px;
}

h2
{
	color:#EC018C;
	font-family:Arial;
	font-size:12pt;
	margin:0px 0px 10px;
}

h3
{
	color:#EC018C;
	font-family:Arial;
	font-size:10pt;
	margin:0px 0px 10px;
}

span.pink
{
	color:#EC018C;
}

.right
{
	float:right;
}

.left
{
	float:left;
}
/********************************************		HEADER		*/

#Header
{	height: 90px;
}

	#Header #Logo
	{
		float: left;
		margin: 18px 0px 0px 5px;
	}

	#Header #Logo img
	{	width: 291px;
		height: 50px;
	}

	#HeaderRight
	{
		display:none;
	}

		#HeaderRight a
		{
			color: rgb(236, 1, 140);
		}

	#Header p
	{	float: left;
		padding: 0px; margin-top: 10px; margin-left: 20px; width: 345px;
		margin: 10px 0px 0px 25px;
		line-height: 130%;
	}
		#Header p a
		{
			color: black;
		}
		#Header p em
		{
			color: black;
		}

	#Header #DonateToday
	{	display: block;
		float: right;
		z-index: 10000;
	}

	#Header #DonateToday img
	{	height: 100px;
	}
/********************************************		MENU		*/
div#Menu
{
	display:none;
}
/********************************************		LEFT AND RIGHT DEFAULT COLUMNS		*/
#MainLeft, #MainRight
{
	display:none;
}

#Universe #MainMiddle
	{
		background: transparent;
		padding:0 25px 39px;
	}

		#MainMiddle a
		{
			color:#EC018C;
		}

		#MainMiddle h2 a
		{
			color:#EC018C;
			font-family:Arial;
			text-decoration:none;
		}

		#Breadcrumbs
		{
			color: #969696;
			margin: 0px 0px 5px 0px;
		}

		#Breadcrumbs a
		{
			color:#EC018C;
		}


/********************************************		FOOTER		*/

#Universe #Footer
{
	padding: 0px 0px 0px 0px;
	color: rgb(0,0,0);
	margin-bottom: 60px;
}

	#Footer address
	{	font-style: normal;
		margin: 0px 0px 10px 0px;
		text-align: center;
	}

	#Footer address a
	{
		color: black;
	}

	#Footer table
	{
		width: 800px;
		margin-bottom: 30px;
	}

	#Footer table td
	{
		padding: 10px;
	}

	#Footer td#FooterDonate, #Footer td#FooterPress
	{
		display:none;
	}


	#Footer div.section
	{
		margin: 0px 0px 25px 0px;
	}


	#Footer td#FooterContact .button
	{
		display: block;
		padding: 3px 0px 3px 20px;
		margin: 0px 0px 3px 0px;
		color: black;
		text-decoration: none;
		background-position: 0px 3px;
		background-repeat: no-repeat;
	}

	#Footer a.smlink
	{
		display: block; float: left;
		text-decoration: none;
		margin: 0px 15px 15px 0px;
		padding-top: 3px;
		color: black;
	}

	#Footer a.smlink img
	{
		float: left; margin-right: 3px;
		margin-top: -2px;
	}

.gallery_iframe
{
	display:none;
}
