html,body
{
	background-color:#000000;
	color:#8e8384;
	font-family:Verdana, Arial; 
	font-size:10px;
	padding:0px 0px 0px 0px; 
	margin:0px 0px 0px 0px;
background-image:url(/Images/bodyBack.jpg);
background-repeat:repeat-x;
}

.PageBreak		{PAGE-BREAK-AFTER: always;}

img	{border-width: 0px 0px 0px 0px;}

div	{padding:0px 0px 0px 0px;border-width: 0px 0px 0px 0px;}



/************************************************************************
* 	Main Containers & Borders
************************************************************************/
div#MainContainer
{
	width:790px;
	margin:0px auto;
}

div#InnerMainContainer
{
	width:790px;
	float:left;
	background-color:#FFFFFF;
}


/************************************************************************
*	Header
************************************************************************/
div#HeaderContainer
{
	width:790px;
	float:left;
}

	div#LogoContainer
	{
		width:213px;
		height:117px;
		float:left;
		background-image:url(/Images/Logo.jpg);
		background-repeat:no-repeat;
		background-position:left top;
		padding:0px 0px 0px 577px;
	}
	
		div#ClientLogin{
			width:194px;
			height:117px;
			float:left;
			background-image:url(../Images/ClientLogin.jpg);
			background-repeat:no-repeat;
		}
	
	div#MenuContainer
	{
		width:790px;
		height:34px;
		float:left;
	}
	
	div#MainPicContainer
	{
		width:790px;
		height:166px;
		float:left;
	}
	
	div#MainPicSeperatorContainer{
		width:790px;
		height:17px;
		float:left;
		background-image:url(/Images/mainPicBot.jpg);
		background-repeat:no-repeat;
	}



/************************************************************************
*	MainBody
************************************************************************/
div#MainBodyContainer
{
	width:790px;
	float:left;
}

	div#LeftPane{
		width:170px;
		float:left;
		padding:0px 31px 0px 30px;
	}
		
		div#NewsContainer{
			width:170px;
			float:left;
			padding:49px 0px 0px 0px;
			background-image:url(/Images/NewsHead.jpg);
			background-repeat:no-repeat;
		}
	
		div#PartnerPortfolioContainer{
			width:170px;
			float:left;
			padding:49px 0px 30px 0px;
			background-image:url(/Images/PartnersHead.jpg);
			background-repeat:no-repeat;
		}
		
		div#SearchContainer{
			width:170px;
			float:left;
			padding:0px 0px 30px 0px;
		}
		
		div#SubNavContainer{
			width:170px;
			float:left;
			padding:49px 0px 18px 0px;
			background-image:url(/Images/AboutUsHead.jpg);
			background-repeat:no-repeat;
			border-bottom:solid 2px #dadcdb;
			margin-bottom:18px;
		}
		
	div#MiddlePane{
		width:330px;
		float:left;

	}
	
	div#MiddlePane_Wide{
		width:540px;
		float:left;
		padding:0px 19px 0px 0px;
	}
	
	
	div#RightPane{
		width:169px;
		float:left;
		padding:0px 41px 0px 19px;
	}
	
		div#QuickLinksContainer{
			width:169px;
			min-height:250px;
			_height:250px;
			float:left;
			background-image:url(/Images/QuickLinksHead.jpg);
			background-repeat:no-repeat;
			padding:49px 0px 0px 0px;
		}


/************************************************************************
*	Footer
************************************************************************/
div#FooterContainer
{
	width:760px;
	height:43px;
	float:left;
	background-color:#dadcdb;
	padding:15px 15px 0px 15px;
}