html,body
{
	background-color:#525659;
	color:#000000;
	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;}

/************************************************************************
* 	Main Containers & Borders
************************************************************************/
div#MainContainer
{
	width:635px;
	margin:40px auto;
}

/************************************************************************
*	Header
************************************************************************/
div#HeaderContainer
{
	width:635px;
}

div#BannerContainer
{
	background-image:url(/images/header.gif);
	background-repeat:no-repeat;
	padding:0px 0px 0px 5px;
	width:630px;
	height:100px;
}

div#LogoContainer
{
	float:left;
	width:142px;
	height:81px;
	padding:18px 0px 0px 0px;
}


div#MenuContainer
{
	background-image:url(/images/menubg.gif);
	background-repeat:no-repeat;
	width:197px;
	height:194px;
	float:left;
}

div#FlashContainer
{
	background-color:#f2f2f2;
	width:438px;
	float:left;height:194px;
	overflow:hidden;
}

/************************************************************************
*	MainBody
************************************************************************/
div#MainBodyContainer
{
	width:635px;
	float:left;
	background-image:url(/images/NewsBgBody.gif);
	background-repeat:repeat-y  ;
	background-position:right top;
	background-color:#ffffff;
	min-height:400px;
	_height:400px;
}

.ContentContainer
{
	width:390px; 
	background-image: url(/images/contentbg.gif);
	background-repeat:no-repeat;
	vertical-align:top;
	min-height:400px;
	_height:400px;
	padding:20px 10px 10px 16px;
	background-color:#ffffff;
	
}

.NewsContainer
{
	width:219px;
	background-image:url(/images/NewsBorderbottom.gif);
	background-repeat:no-repeat ;
	background-position:0px bottom;
	vertical-align:top;
	min-height:400px;
	_height:400px;
}
.NewsItem
{
	width:219px;
	min-height:400px;
	_height:400px;
	background-image:url(/images/hdg_latestnews.gif);
	background-repeat:no-repeat ;
	background-position:0px top;
}

.PortfolioContainer
{
	width:219px;
	float:left;
	text-align:center;
}

/************************************************************************
*	Footer
************************************************************************/
div#FooterContainer
{
	width:635px;
	float:left;
	background-image: url(/images/FooterBg.gif);
	background-repeat:no-repeat;
	height:70px;
}