html,body
{
	background-color:#ffffff;
	color:#858585;
	font-family:Verdana, Arial; 
	font-size:11px;
	padding:0px 0px 0px 0px; 
	margin:0px 0px 0px 0px;
}

.PageBreak		{PAGE-BREAK-AFTER: always;}

img	{border-width: 0px 0px 0px 0px;}

div	{padding:0px 0px 0px 0px;border-width: 0px 0px 0px 0px;}

html,body{
	height:100%;
	width:100%;
}

/************************************************************************
* 	Main Containers & Borders
************************************************************************/
div#MainContainer
{
	width:784px;
	margin:0px auto;

}

#MainTable{
	width:784px;

}

#MainTD{
	height:100%;
	vertical-align:middle;

}

/************************************************************************
*	Header
************************************************************************/
div#HeaderContainer
{
}

/************************************************************************
*	MainBody
************************************************************************/
div#MainBodyContainer
{
	width:784px;
	float:left;
	padding-top:20px;
/*	overflow:hidden;*/
}

div#LeftPane{
	width:458px;
	float:left;
	min-height:406px;
	_height:406px;
}

	div#HeadingContainer{
		width:458px;
		height:148px;
		float:left;
	}



	div#PageContentContainerMain{
		width:443px;
		margin-top:11px;
		float:left;
		
		padding-right:15px;
		padding-bottom:10px;
		
		/*height:240px;
		overflow:auto; 
		
		scrollbar-face-color:#e0e0e0;
	    scrollbar-shadow-color:#e0e0e0;
	    scrollbar-highlight-color:#e0e0e0;
	    scrollbar-3dlight-color:#e0e0e0;
	    scrollbar-darkshadow-color:#e0e0e0;
	    scrollbar-track-color:#f1f1f1;
	    scrollbar-arrow-color:#bebebe;  */
}
	div#PageContentContainer{
		width:423px;
		float:left;



	}



div#RightPane{
	width:240px;
	float:left;
	padding:0px 25px 0px 61px;
}

	div#AddressContainer{
		width:240px;
		height:112px;
		float:left;
	}

	div#LogoContainer{
		width:240px;
		height:65px;
		float:left;
		background-image:url(/Images/logo.jpg);
		background-repeat:no-repeat;
	}

	div#MenuContainer{
	width:240px;
		float:left;
	}
/************************************************************************
*	Footer
************************************************************************/
div#FooterContainer
{
}