BODY
{
	background-color:#5b5b5b;
	margin:8px auto;
	padding:0px 0px 0px 0px; 
	font-family:Verdana, Arial; 
	text-align:center ;    
}

.PageBreak		{PAGE-BREAK-AFTER: always;}

img	{border-width: 0px 0px 0px 0px;}

div{padding:0px 0px 0px 0px;border-width: 0px 0px 0px 0px;}


/***********************************
*			Content Containers & Borders
***********************************/

div#MainContainer
{
	width:886px;
	margin:0px auto; 
	padding:0px 0px 0px 0px; 
}


div#ContentContainer
{
	width:886px;
	background-image:url(/images/mainback.gif);
	background-repeat:repeat-y ;
	float:left ;   
}


div#TopBorder
{
	width:886px;
	height:6px; 
	background-image:url(/images/bordertop.gif);
	background-repeat:no-repeat ; 
	float:left ; 
}

div#BottomBorder
{
	width:886px;
	height:6px; 
	background-image:url(/images/borderbottom.gif);
	background-repeat:no-repeat ; 
	float:left ;
}


/************************************************************************
*	Header
************************************************************************/
div#TopBannerContainer
{
	float:left ;
	width:844px;
	height:87px; 
	padding:14px 25px 14px 17px;
}

div#Logo
{
	background-image:url(/images/logo.gif);
	background-repeat:no-repeat;  
	height:82px; 
	width:311px;
	float:left; 
	 
}

div#ContactDetail
{
	background-image:url(/images/contactdetail.gif);
	background-repeat:no-repeat; 
	background-position:right top; 
	height:82px; 
	width:533px; 
	float:left ; 
}


div#FlashBannerContainer
{
	width:876px;
	height:201px;
	padding:0px 5px 1px 5px; 
	float:left; 
}

div#FlashBanner
{
	background-image:url(/images/banner.jpg); 
	background-repeat:no-repeat ; 	
	width:876px;
	height:201px;
}

div#NavContainer
{
	padding:0px 4px 0px 4px;
	width:878px;
	float:left; 
}


/************************************************************************
*	MainBody
************************************************************************/
div#MainBodyContainer
{
	padding:15px 13px 25px 13px;
	width:860px ;
	float:left; 
	text-align:left ; 
}


div#bwFormContainer
{
	width:860px ;
	float:left; 
	padding-top:20px; 
}
/************************************************************************
*	Footer
************************************************************************/
div#FooterContainer
{
	width:886px;
	clear:both ; 
}
/************************************************************************
*	Form Table
************************************************************************/
#FormTable
{
	width:100%; font-family:Verdana,Arial ; font-size:8pt; color:#909090;   
}


#FormTable td
{
	height:30px;
	vertical-align:top ;  
}


.NormalInput
{
	background-color: #FFFFFF; border: solid 1px #CACACA; width: 300px; font-family:Arial; font-size:8pt; color:#555555; font-weight:normal;
}

.NormalMultiInput
{
	background-color: #FFFFFF; border: solid 1px #CACACA; font-family:Arial; font-size:8pt; color:#555555; font-weight:normal;
}