html,body
{
	background-color:#eeeee2;
	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:774px;
	background-image:url(../Images/MainBodyBG.gif);
	background-repeat:repeat-y;
	
}

/************************************************************************
*	Header
************************************************************************/
div#HeaderContainer
{
	float:left;
	width:774px;
	background-image:url(../Images/MainBodyBG.gif);
	background-repeat:repeat-y;
}
	div#HeaderContainerImg
	{
		float:left;
		width:774px;
		height:212px;
	}

	div#HeaderContainerMenu
	{
		float:left;
		width:736px;
		padding:11px 19px 11px 19px;
	}


/************************************************************************
*	MainBody
************************************************************************/
div#MainBodyContainer
{
	float:left;
	width:736px;
	padding:0px 19px 0px 19px;
	background-image:url(../Images/MainBodyBG.gif);
	background-repeat:repeat-y;
}

	div#MainBodyContainerTop
	{
		float:left;
		width:736px;
		height:8px;
		background-image:url(../Images/bodyTop.gif);
		background-repeat:no-repeat;
		overflow:hidden;
	}
	div#MainBodyContainerBody
	{
		float:left;
		width:696px;
		background-color:#eeeee2;padding:20px 20px 20px 20px;
		min-height:300px;_height:300px;
		
	}
	div#MainBodyContainerBottom
	{
		float:left;
		width:736px;
		height:9px;
		background-image:url(../Images/bodyBtm.gif);
		background-repeat:no-repeat;
		overflow:hidden;
	}

/************************************************************************
*	Footer
************************************************************************/
div#FooterContainer
{
	float:left;
	width:774px;min-height:36px;_height:36px;
	background-image:url(../Images/MainBodyBG.gif);
	background-repeat:repeat-y;
}

div#FooterContainerInt
{
	float:left;
	width:744px;min-height:36px;_height:36px;padding:5px 15px 0px 15px;
	background-image:url(../Images/FooterBG.gif);
	background-repeat:no-repeat;
	background-position:bottom;text-align:center;
}
