html,body {
	background-color: #ebebda;
	background-image: url(../Images/page_bg.jpg);
	background-repeat: repeat-x;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 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;}



/************************************************************************/
/* 	Main Containers & Borders/
/************************************************************************/
div#MainContainer
{
	width:759px;
	height:600px;
	margin: auto;
}
	div#leftPart
	{
		width:8px;
		height:454px;
		background-image:url(../Images/left_part_bg.gif);
		background-repeat:no-repeat;
		float:left;
	}
	div#CenterPart
	{
		width:743px;
		float:left;
	}
	div#RightPart
	{
		width:8px;
		height:454px;
		background-image:url(../Images/right_part_bg.gif);
		background-repeat:no-repeat;
		float:right;
	}
/************************************************************************/
/*	Header/
/************************************************************************/
div#HeaderContainer
{
}

/************************************************************************/
/*	MainBody/
/************************************************************************/
div#MainBodyContainer
{
	width:743px;
	float:left;
	background-color:#ffffff;
}
	div#LeftPane
	{
		width:186px;
		float:left;
	}
		div#LeftPaneLogoContainer{
			width:186px;
			height:92px;
			float:left;
			background-image:url(../Images/logo.jpg);					
			background-repeat:no-repeat;
			background-position:center;
			background-color:#7aa26f;
		}
		div#LeftPaneMenuContainer{
			width:186px;
			min-height:265px;
			_height:265px;
			float:left;
			background-color:#12701f;
			float:left;
		}
		div#LeftPaneSeeAlso{
			font-family:Verdana;
			font-weight:bold;
			color:#545454;
			font-size:12px;
			line-height:3px;
		
			width:176px;
			float:left;
			padding-left:10px;
			padding-top:19px;	
			padding-bottom:10px;	
			float:left;
		}	
		div#LeftPanePortfolio1Container{
			width:180px;
			float:left;
			padding-left:6px;
			padding-top:19px;	
			float:left;
			overflow:hidden;
		}	
		div#LeftPanePortfolio2Container{
			width:180px;
			float:left;
			padding-left:6px;
			padding-top:19px;
			padding-bottom:6px;
			float:left;
		}							
	div#RightPane{
		width:557px;
		float:right;
	}
		div#PageNameTitle
		{
			font-family: Arial;
			font-size: 17px;
			font-weight:bold;
			color: #7aa26f;
			line-height: 25px;
			padding-top:10px;
			padding-bottom:5px;
			
		}
		div#RightPaneHomeHeaderImage{
			width:557px;
			height:357px;
			float:left;
		}
		div#RightPaneHomeBody{
			width:501px;
			float:right;
			background-image:url(../Images/body_heading_line.gif);
			background-repeat:no-repeat;
			float:left;
			min-height:38px;
		
			padding-left:30px;
			padding-right:26px
		}
		
		
/************************************************************************/
/*	Inner Page body and header style/
/************************************************************************/
		div#RightPaneHeaderImage{
			width:557px;
			height:92px;
			float:right;
			background-image:url(../Images/internal_header.jpg);
			background-repeat:no-repeat;
			float:left;
		}
		div#RightPaneBody{
			width:501px;
			float:right;
			background-image:url(../Images/internal_body_top.jpg);
			background-repeat:no-repeat;
			float:left;
			min-height:38px;
			
			padding-left:30px;
			padding-right:26px				
		}

/************************************************************************/
/*	Footer/
/************************************************************************/
div#FooterContainer
{
	width:743px;
	height:49px;
	float:left;
	background-color:#12701f;
}	
	div#FooterMenuContainer
	{
		width:629px;
		height:31px;
		float:left;
		text-align: center;
		padding-top:18px;
	}	
	div#FooterBrandingContainer{
		width:114px;
		height:49px;
		float:right;
		background-image:url(../Images/branding.jpg);
		background-repeat:no-repeat;
		background-position: left center;
	}	
	table#Footer1_Footer1_dtlDataList
	{
		margin:auto;
		text-align:center;
		}