html,body,div,dl,dt,dd,h1,h2,h3,h4,h5,h6,pre,form,blockquote,fieldset,input { margin: 0; padding: 0; }

html,body
{
	background-color:#ffffff;
	color:#000000;
	font-family:Verdana, Arial; 
	font-size:11px;
	padding:0px 0px 0px 0px; 
	margin:0px 0px 0px 0px;
	background-image:url(../Images/bg_wallpaper.gif);
	background-repeat:repeat;
}

.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
{
	margin:auto;
	width:744px;
}
div#MainContainerInt
{
	float:left;
	width:700px;
	background-image:url(../Images/MainBG.gif);background-repeat:repeat-y;
	padding:0px 22px 17px 22px;
}
/************************************************************************
*	Header
************************************************************************/
div#HeaderContainer
{
	float:left;
	width:700px;
}

	div#HeaderImage
	{
		float:left;
		width:700px;height:114px;overflow:hidden;
	}
	div#HeaderNavigation
	{
		float:left;
		width:700px;height:33px;
		background-image:url(../Images/NavBG.gif);background-repeat:repeat-x;
	}
	div#HeaderContainerSubNav
	{
		float:left;
		width:700px;height:25px;
		background-image:url(../Images/SubnavBG.gif);background-repeat:repeat-x;
	}

/************************************************************************
*	MainBody
************************************************************************/
  /*Index template */
  div#MainBodyContainer 
  {	
	 float:left;
	 width:700px;background-color:#e8e9ed;
	 padding:3px 0px 20px 0px;
  }
  /* Inernal template */	
	div#InternalBodyContainer
	{	
		float:left;
		width:620px;background-color:#e8e9ed;
		padding:0px 40px 30px 40px;
	}
	div#RandomCopyright
	{	
		float:left;
		width:680px;background-color:#e8e9ed;
		padding:20px 0px 0px 0px;
	}

	div#SitemapContainer
	{	
		float:left;
		width:580px;background-color:#e8e9ed;
		padding:30px 60px 30px 60px;
	}
		div#SitemapRandomCopy
		{	
			float:left;
			width:580px;background-color:#e8e9ed;
			padding:20px 0px 0px 0px;
		}
	
	
	div#ContactBodyContainer
	{	
		float:left;
		width:620px;background-color:#e8e9ed;
		padding:0px 40px 30px 40px;
	}
		div#ContactRandomCopy
		{	
			float:left;
			width:620px;background-color:#e8e9ed;
			padding:20px 0px 0px 0px;
		}


/************************************************************************
*	Footer
************************************************************************/
div#FooterContainer
{	
	float:left;
	width:700px;background-color:#e8e9ed;text-align:center;
	background-image:url(../Images/FooterBG.gif);background-repeat:repeat-x;
}

	div#CopyRightFooter
	{	
		float:left;
		width:700px;text-align:center;
		padding:3px 0px 11px 0px;
	}

/************************************************************************
*	Contact Form
************************************************************************/

.ContactUsInputBox {background-color: #ffffff; border: solid 1px #CACACA; width: 275px; font-family:Arial; font-size:12px; color:#4C4C4C; font-weight:normal; height:20px;}
.ContactUsInputMultiBox {background-color: #ffffff; border: solid 1px #CACACA; width: 275px; font-family:Arial; font-size:11px; color:#555555; font-weight:normal; height:80px; }
.ContactStatus {font-family:Arial;font-size:16px;color:#47bfe6;font-weight:bold;}
.ContactUsLabel {font-size:12px;color:#4C4C4C;
	font-weight:normal;
	line-height:20px;
	}
	
.SuccMsg{font-family:Arial, Helvetica, sans-serif;COLOR:#993300;line-height:170%;font-size:13px;width:200px;padding-left:20px;
	}
.ErrMsg{font-family:Arial, Helvetica, sans-serif;COLOR:#FF0000;line-height:170%;font-size:13px;width:200px;padding-left:20px;
	}	
