html,body
{
	background-color:#787878;
	font-family:Arial,Verdana; 
	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#PageContainer
{
	width:694px;
	margin:0px auto;  
}

div#MainContainer
{
	width:675px;
	float:left; 
	padding:7px 13px 0px 6px; 
	background-image:url(/images/main_bg.gif);
	background-repeat:repeat-y;   	 
}

div#MainBottom
{
	width:694px;
	height:7px;
	float:left;
	background-image :url(/images/main_bottom_bg.gif);   
}

/************************************************************************
*	Header
************************************************************************/
div#HeaderContainer
{
	width:675px;
	float:left;
	border-top:solid 6px #bdb79b;   
}

div#LogoAndADAContainer
{
	width:675px;
	height:101px;
	overflow:hidden;   
	float:left;  
	background-image:url(/images/logo_bg.gif);
	background-position:left bottom;
	background-repeat:repeat-x;     
}

div#Logo
{
	padding:27px 234px 36px 23px;
	width:218px;
	height:38px;
	float:left;
	background-image:url(/images/logo.gif);    
	background-repeat:no-repeat;
	background-position:23px 27px;     
}

div#Logo a{width:218px; height:38px; display:block;   }

div#ADALogo
{
	padding:18px 0px 27px 0px;
	width:200px;
	height:56px;
	float:left;
	background-image:url(/images/ada_logo.gif);
	background-repeat:no-repeat;
	background-position:0px 18px;     
}

div#ADALogo a{width:200px; height:56px; display:block;   }

div#FlashContainer
{
	padding:2px 0px 0px 2px;
	width:483px;
	height:186px;
	float:left;
	overflow:hidden;      
	 
}

/************************************************************************
*	MainBody
************************************************************************/
div#MainBodyContainer
{
	width:675px;
	_height:300px;
	min-height:300px;
	float:left;   
}

div#LeftPaneContainer
{
	padding:10px;
	width:395px;
	float:left;
	overflow:hidden;      
}

div#RightPaneContainer
{
	width:260px;
	float:left;
	overflow:hidden;     
}
