html,body,div,dl,dt,dd,h1,h2,h3,h4,h5,h6,pre,form,blockquote,fieldset,input { margin: 0; padding: 0; }

html,body
{
	background-color:#ffffff;
	color:#262626;
	font-family:Arial; 
	font-size:12px;
	padding:0px 0px 0px 0px; 
	margin:0px 0px 0px 0px;
	background-image:url(/Images/bg.gif);
	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:1124px;
	margin:auto;
}

/************************************************************************
*	Header
************************************************************************/
div#HeaderContainer
{
	width:1124px;
	float:left;
}
	div#Logo
	{
		width:265px;
		height:86px;
		float:left;
		padding:14px 843px 13px 16px;
		background-image:url(/Images/logo.gif);
		background-repeat:no-repeat;
		background-position:16px 14px;}
		
		.HomeLink
		{
			width:265px;
			height:86px;
			display:block;}
		
	div#MainNavigation
	{
		width:1124px;
		height:54px;
		float:left;}

/************************************************************************
*	MainBody
************************************************************************/
div#MainBodyContainer
{
	width:1124px;
	float:left;
}

	div#MainImgContainer
	{
		width:1124px;
		height:309px;
		float:left;
		background-image:url(/Images/Structural/Header/MainIndexImg.jpg);
		background-repeat:no-repeat;}
		
	div#MainImgContainerInt
	{
		width:1024px;
		height:136px;
		padding-right:100px;
		float:left;overflow:hidden;}
		
	div#LeftPane
	{
		
		width:257px;
		float:left;
		padding-bottom:40px;}
		
		div#NewsContainer
		{
			width:220px;
			float:left;
			padding:19px 20px 0px 17px;}
			
			div#NewsTop
			{
				width:220px;
				height:65px;
				float:left;
				background-image:url(/Images/NewsTop.gif);
				background-repeat:no-repeat;}
				
			div#NewsBody
			{
				width:218px;
				float:left;
				background-color:#f0f0f0;
				border-left:1px solid #dde3e0;
				border-right:1px solid #dde3e0;}
			
			div#NewsBottom
			{
				width:220px;
				height:8px;
				float:left;
				background-image:url(/Images/NewsBottom.gif);
				background-repeat:no-repeat;}
				
		div#SubNavigationContainer
		{
			width:220px;
			float:left;
			padding:19px 20px 0px 17px;}
			
			div#SubNavigationTop
			{
				width:220px;
				height:62px;
				float:left;
				background-image:url(/Images/SubNavigationTop.gif);
				background-repeat:no-repeat;}
				
			div#SubNavigationBody
			{
				width:218px;
				float:left;
				background-color:#f0f0f0;
				border-left:1px solid #dde3e0;
				border-right:1px solid #dde3e0;overflow:hidden;}
			
			div#SubNavigationBottom
			{
				width:220px;
				height:8px;
				float:left;
				background-image:url(/Images/NewsBottom.gif);
				background-repeat:no-repeat;}
		
	div#MainContentArea
	{
		width:729px;
		float:left;
		min-height:415px;
		_height:415px;
		padding:30px 138px 20px 0px;}

/************************************************************************
*	Footer
************************************************************************/
div#FooterContainer
{
	width:100%;
	float:left;
	background-color:#303331;
}
	div#FooterContainerInner
	{
		width:1124px;
		margin:auto;}