html
{
	background-color:#000000;
	background-image:url(/images/page_bg.jpg);
	background-position:left bottom;
	background-repeat:repeat-x;   
	_height:100%;min-height:100%;
	
}

body
{
	
	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
{
	width:100%;
	height:100%; 
	background-image:url(/images/main_bg.jpg);
	background-repeat:no-repeat;
	background-position:475px 0px;     
	float:left;  
}

div#InnerMainContainer
{
	width:976px; margin:0px auto;  
}

/************************************************************************
*	Header
************************************************************************/
div#HeaderContainer
{
	width:795px;  float:left;  
	height:21px; 
	background-image:url(/images/header_bg.gif);
	background-position:left bottom;
	background-repeat:no-repeat;
	padding:137px 0px 14px 181px;   
}

/************************************************************************
*	MainBody
************************************************************************/
div#MainBodyContainer
{
	width:967px;  float:left; 
	border-right:solid 9px #ffffff; 
	background-image:url(/images/main_body_bg.gif);
	background-repeat:repeat-y;
	min-height:400px; _height:400px;
}

div#InnerMainBodyContainer
{
	width:967px; float:left;
	background-image:url(/images/inner_main_bg.gif);
	background-position:right top;
	background-repeat:repeat-y;       
}

/************************************************************************
*	Left Pane
************************************************************************/
div#LeftPane
{
	width:181px;
	padding-left:51px;padding-top:32px; 
	background-image:url(/images/leftpane_bg.gif);
	background-repeat:no-repeat;
	float:left;     
}

/************************************************************************
*	Middle Pane
************************************************************************/
div#IndexMiddlePane
{
	width:545px; float:left;  
}

div#IndexFlashContainer
{
	width:545px;overflow:hidden; 
}

div#InternalMiddlePane
{
	width:691px;
	float:left; 
	padding-top:45px;
	background-image:url(/images/internal_content_top.gif);
	background-position:0px 30px;
	background-repeat:no-repeat; 
	padding-left:25px;
	padding-right:19px;       
}

div#InnerInternalMiddlePane
{
	width:651px;
	padding:10px 20px 10px 20px;
	float:left;
	background-image:url(/images/main_content_bg.gif);
	background-repeat:repeat-y;
	min-height:350px; _height:350px;       
}

div#InternalContentBottom
{
	width:691px;height:14px; float:left;  
	background-image:url(/images/main_content_bottom.gif);
}

div#btnBackContainer
{
	width:650px; text-align:right;  
}

/************************************************************************
*	Right Pane
************************************************************************/
div#IndexRightPane
{
	width:190px; float:left;
	padding-top:15px; 
	overflow:hidden;    
}


/************************************************************************
*	Footer
************************************************************************/
div#FooterContainer
{
	width:941px;clear:both;  
	float:left;
	padding-left:35px; 
	padding-bottom:100px;
	 
}

div#InnerFooterContainer
{
	width:941px; border-top:solid 9px #ffffff; 		
}