html,body,div,dl,dt,dd,h1,h2,h3,h4,h5,h6,pre,form,blockquote,fieldset,input { margin: 0; padding: 0; }

body
{
	background: url(/images/right2.jpg) right top repeat-y;
	color:#000000;
	font-family:Verdana, Arial; 
	font-size:12px;
	padding:0px; 
	margin: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: 100%;
	background: url(/images/tileContent1.jpg) left top repeat-y;
	overflow:hidden;

}

/************************************************************************
*	Header
************************************************************************/
div#HeaderContainer
{
	width:100%;
 	background:url(/Images/topTile.jpg) left top repeat-x;
}
div#HeaderTopContainer
{
	width:100%;
	height:150px;
	background:url(/Images/heading.jpg) left top no-repeat;
}
#Logo{
	width:700px;
	height:150px;
	float:left;
}
div#NavContainer{
	width:100%;
	height:34px;
	background:url(/Images/navTile1.jpg) left top repeat-x;
}
div#NavInnerContainer{
	width:100%;
	height:34px;
	background:url(/Images/nav1.jpg) left top no-repeat;
}
/************************************************************************
*	MainBody
************************************************************************/
div#MainBodyOuterContainer
{
	background:url(/images/contentRight1.jpg) right top no-repeat;
	width:100%;
}
div#MainBodyContainer
{
	background:url(/images/content1.jpg) left top no-repeat;
	min-height: 369px;
	padding-right:60px;
}
*html div#MainBodyContainer
{
	height: 369px;
}
/************************************************************************
*	Footer
************************************************************************/
div#FooterContainer
{
	float:left;
	width:100%;
	height:266px;
	background:url(/images/bottomTile1.jpg) left bottom repeat-x;
}

#FooterLeftContainer{
	width:730px;
	height:266px;
	background:url(/images/footer1.jpg) left bottom no-repeat;
	float: left;
}
	

