html,body
{
	background-image: url(/Images/page_bg.gif);
	background-repeat: repeat-x;
	background-color:#ffffff;
	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
{
margin:auto;
width:1023px;
}
div#MainCopyContainer
{
float:left;
width:981px;
background-image:url(/Images/page_shadow.png); background-repeat:no-repeat;
padding:0px 21px 0px 21px;

}
/************************************************************************
*	Header
************************************************************************/
div#HeaderContainer
{
float:left;
width:981px; height:393px;
background-image:url(/Images/header_bg.gif); background-repeat:repeat-x;
}
	div#HeaderTopContainer
	{
		float:left;
		width:981px; height:95px;
	}
		div#HeaderTopLogoContainer
		{
			float:left;
			width:200px; height:95px;
			background-image:url(/Images/logo.gif); background-repeat:no-repeat; background-position:34px 14px;
		}
		div#HeaderTopMottoContainer
		{
			float:left;
			width:781px; height:95px;	
			background-image:url(/Images/header_text.gif); background-repeat:no-repeat; background-position:72px 35px;	
		}
	div#HeaderMenuContainer
	{
		float:left;
		width:981px; height:48px;	
	}
	div#HeaderBannerContainer
	{
		float:left;
		width:981px; height:250px;	
	}
		
/************************************************************************
*	MainBody
************************************************************************/
div#MainBodyContainer
{
	float:left;
	width:981px;
}
	div#MainBodyLeftContainer
	{
		float:left;
		width:216px;
		padding-left:10px;
	}
	div#MainBodyMiddleContainer
	{
		/*float:left;
		width:484px;
		padding:10px 11px 20px 28px;
		min-height:450px; _height:450px;*/
		float:left;
		width:700px;
		padding:10px 11px 20px 28px;
		min-height:450px; _height:450px;
	}
	div#MainInternalBodyMiddleContainer
	{
		float:left;
		width:716px;
		padding:10px 11px 20px 28px;
		min-height:450px; _height:450px;
	}
	div#MainBodyRightContainer
	{
		float:left;
		width:218px;
		padding-right:14px;
		display:none;
	}
		div#NewsTopContainer
		{
		width:218px; height:38px;
		float:left;
		background-image:url(/Images/latest_news.gif); background-repeat:no-repeat;
		
		}
        div#NewsContainer
		{
			width:165px;
			float:left;
			background-image:url(/Images/latest_news_bg.gif); background-repeat:repeat-y;
			padding:28px 34px 0px 19px;
		}  
        div#NewsBottomContainer
		{
			width:218px; height:18px;
			float:left;
			background-image:url(/Images/latest_news_bot.gif); background-repeat:no-repeat;
		} 
		div#SeeAlsoContainer{ float:left; width:216px;}
			div#SeeAlsoTop
			{ 
				float:left; width:216px; height:43px; background-image:url(/Images/see_also.gif); background-repeat:no-repeat;
			}
			div#SeeAlsoMiddle
			{
				float:left; width:216px;background-image:url(/Images/see_also_bg.gif); background-repeat:repeat-y;
			}
			div#SeeAlsoBottom
			{
				float:left; width:216px; height:15px;background-image:url(/Images/see_also_bot.gif); background-repeat:no-repeat;padding-bottom:13px;
			}
		
/************************************************************************
*	Footer
************************************************************************/
div#FooterContainer
{
float:left;
width:981px; height:51px;
background-image:url(../Images/footer_line.gif); background-repeat:repeat-x;
padding-top:17px;
}
	div#FooterLinksContainer
	{
		float:left;
		width:981px; height:17px;
	}
	div#FooterLinks2Container
	{
		float:left;
		width:976px; height:34px;
		font-family:Verdana; font-size:11px; color:#696969; text-decoration:none;
		padding-left:5px;
	}
		div#FooterLinks2Container A:link	{font-family:Verdana; font-size:11px; color:#696969; text-decoration:none;}
		div#FooterLinks2Container A:visited	{font-family:Verdana; font-size:11px; color:#696969; text-decoration:none;}
		div#FooterLinks2Container A:active	{font-family:Verdana; font-size:11px; color:#696969; text-decoration:none;}
		div#FooterLinks2Container A:hover	{font-family:Verdana; font-size:11px; color:#696969; text-decoration:none;}