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

*
	{ 	border: 0px; margin: 0px; padding: 0px;	}

/*	The Webpage body style	*/

div.TitleContainer
		{
	height: 75px;
	width: 900px;
	position: relative;
	z-index: 1;
			background-color: ;
	background-color: #520000;
		}

div.NetworkIconContainer
	{
	width: 100px;
	height: 25px;
	position: relative;
	float: right;
	background-image:url(../images/icon_bg.png);
	top: 40px;
	z-index: 1;
	}
	
div.MainNavContainer
		{
	height: 75px;
	width: 900px;
	position: relative;
	z-index: 1;
	background-image:url(../images/nav_background.png);
	background-color: #520000;
		}

div.BannerContainer
		{	
			height: 400px; 
			width: 900px; 
			position: relative;
			z-index: 1;
			background-color: #FFFFFF;
		}
		
div.FooterContainer
		{
	height: 100px;
	width: 900px;
	position: relative;
	border-top: #666666 1px dotted;
	background-color: #FFFFFF;
	z-index: 1;
		}
			
/*	The End of Webpage body style	*/

/*	Beginning of INDEX	*/

div.IndexInfoContainer
		{
	height: 525px;
	width: 900px;
	position: relative;
	background-color: #FFFFFF;
	z-index: 1;
		}

div.NewsAndEvents
	{
	width:349px;
	height: 275px;
	position: relative;
	top: 0px;
	float: left;
	z-index: 1;
	background-color: #FFFFFF;
	}
	
div.NewsAndEventsTwo
	{
	width:349px;
	height: 325px;
	position: relative;
	top: 0px;
	float: left;
	z-index: 1;
	background-color: #FFFFFF;
	}
	
div.Supporters
	{
	width:900px;
	height: 225px;
	position: relative;
	top: 20px;
	float: left;
	z-index: 1;
	background-color: #FFFFFF;
	border-top-color: #999999;
	border-top-style: dotted;
	border-top-width: 2px;
	}
	
div.WelcomeContainer
	{
	width:550px;
	height: 275px;
	position: relative;
	top: 0px;
	float: left;
	z-index: 1;
	background-color: #FFFFFF;
	border-right-width: 0px;
	border-right-color: #999999;
	border-right-style: dotted;
	}
	
div.WelcomeContainerTwo
	{
	width:550px;
	height: 325px;
	position: relative;
	top: 0px;
	float: left;
	z-index: 1;
	background-color: #FFFFFF;
	border-right-width: 0px;
	border-right-color: #999999;
	border-right-style: dotted;
	}

/*	The End of INDEX	*/
