html,body
{
	background-color:#001f51;
	color:#454545;
	font-family:Verdana, Arial; 
	font-size:12px;
	padding:0px 0px 0px 0px; 
	margin:0px 0px 0px 0px;
	background-image:url(/Images/bgBody.jpg);
	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:1000px;
	margin:0px auto;
	padding:10px 10px 10px 10px;
}

div#InnerMainContainer{
	width:1000px;
	float:left;
	background-image:url(/Images/pgBack.png);
	background-repeat:repeat-y;
}

/************************************************************************
*	Header
************************************************************************/
div#HeaderContainer
{
	width:974px;
	height:230x;
	float:left;
	padding:0px 13px 0px 13px;

}

div#HeaderTop{
	width:1000px;
	height:12px;
	float:left;
	background-image:url(/Images/HeaderTop.jpg);
	background-repeat:no-repeat;
}

div#LogoContainer
{
	width:974px;
	height:194x;
	float:left;
	overflow:hidden;
}

div#MenuContainer
{
	width:974px;
	height:29px;
	float:left;
	background-image:url(/Images/bgMenu.jpg);
	background-repeat:no-repeat;
	padding:7px 0px 0px 0px;
position:relative;
z-index:0;
}

/************************************************************************
*	MainBody
************************************************************************/
div#MainBodyContainer
{
	width:974px;
	float:left;
	padding:18px 13px 13px 13px;
}

div#LeftPane{
	width:590px;
	float:left;
	min-height:324px;	
	_height:324px;
	padding:0px 35px 0px 35px;
}

div#RightPane{
	width:301px;
	float:left;
	padding:0px 13px 0px 0px;
}

/************************************************************************
*	Footer
************************************************************************/
div#FooterContainer
{
	width:970px;
	height:30px;
	float:left;
	padding:1px 0px 1px 0px;
	margin-left:15px;
	margin-right:15px;
	background-image:url(/Images/FooterBack.jpg);
	background-repeat:repeat-x;
}

div#FooterBottom{
	width:1000px;
	height:13px;
	float:left;
	background-image:url(/Images/FooterBottom.jpg);
	background-repeat:no-repeat;
}

