html,body
{
	background-color:#b2b5b5;
	font-family:Verdana, Arial; 
	padding:0px 0px 0px 0px; 
	margin:0px 0px 0px 0px;
	background-image:url(/images/main_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#PageContainer
{
	margin:58px auto;width:762px;
}

div#MainTopShadow
{
	width:762px;
	height:32px;
	float:left;
	background-image:url(/images/main_top_shadow.png);     
}

div#MainContainer
{
	width:740px; 
	background-image:url(/images/main_back_shadow.png);
	padding:0px 11px 0px 11px; 
	float:left;    
}

div#MainBottomShadow
{
	width:762px;
	height:25px;
	float:left;
	background-image:url(/images/main_bottom_shadow.png); 
	clear:both;  
}




/************************************************************************
*	Header
************************************************************************/
div#HeaderContainer
{
	width:740px;
	float:left;
	background-color:#ffffff;    
}

div#Logo
{
	width:130px;
	height:140px;
	background-image:url(/images/logo.gif);
	background-position:right top;
	background-repeat:no-repeat;   
	float:left;    
}

div#Motto
{
	width:610px;
	height:140px;
	background-image:url(/images/motto.gif);
	background-position:124px 56px;
	background-repeat:no-repeat;   
	float:left;   
}

div#Banner
{
	width:727px;
	height:231px; 
	padding:4px 6px 42px 7px;
	float:left;  
	overflow:hidden; 
	background-image:url(/images/welcome_banner.gif);
	background-position:left 237px;
	background-repeat:no-repeat;      
}

/************************************************************************
*	MainBody
************************************************************************/
div#MainBodyContainer
{
	width:740px;
	float:left;  
	background-color:#ffffff; 
	padding-bottom:20px; 
}

div#IndexContentContaier
{
	width:490px;
	float:left;
	background-color:#ffffff; 
	padding:10px 20px 20px 10px;   
}

div#FullWidthContentContaier
{
	width:700px;
	padding:10px 20px 10px 20px;  
}


/************************************************************************
*	LeftPane
************************************************************************/
div#LeftPaneContainer
{
	width:220px;
	float:left;
	background-color:#ffffff;    
}

div#LeftPaneLeftShadow
{
	width:11px; height:267px;
	float:left;
	background-image:url(/images/leftwidget_left_shadow.gif);
	overflow:hidden;       
}

div#LeftNavContainer
{
	width:197px;
	background-image:url(/images/leftwidget_top_shadow.gif);
	background-position:0px 0px;
	background-repeat:no-repeat;   
	float:left;   
	_height:300px;
	min-height:300px;
	padding-top:20px; 
}

div#LeftPaneRightShadow
{
	width:12px; height:267px;
	float:left;
	background-image:url(/images/leftwidget_right_shadow.gif);
	overflow:hidden;  
}

div#LeftWidgetTitleContainer
{
	width:197px;
	float:left;  
}

/************************************************************************
*	Footer
************************************************************************/
div#BrandingContainer
{
	width:740px;
	float:left;
	text-align:right;
    
}