html,body
{
	background-color:#eeefe3;
	color:#000000;
	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:780px;
margin:auto;
}
div#MainCopyContainer
{
width:780px;
float:left;
background-image:url(/Images/page_bg.gif); background-repeat:repeat-y;
}

/************************************************************************
*	Header
************************************************************************/
div#HeaderContainer
{
width:780px;
float:left;
}
	div#HeaderTopContainer
	{
		width:780px; height:85px;
		float:left;
	}
		div#HeaderTopLeftContainer
		{
			width:20px; height:85px;
			float:left;
			background-image:url(/Images/header_left.gif); background-repeat:no-repeat;
		}
		div#HeaderTopCenterContainer
		{
			width:740px; height:72px;
			float:left;		
			background-image:url(/Images/header_bg.gif); background-repeat:repeat-x;
			padding-top:13px;
		}
			div#HeaderTopCenterLogoContainer
			{
				width:278px; height:62px;
				float:left;	
				background-image:url(/Images/header_logo.gif); background-repeat:no-repeat;
			}
		div#HeaderTopRightContainer
		{
			width:20px; height:85px;
			float:left;	
			background-image:url(/Images/header_right.gif); background-repeat:no-repeat;		
		}
	div#HeaderBottomContainer
	{
		width:738px;
		float:left;	
		padding-top:9px; padding-bottom:11px; padding-left:21px; padding-right:21px;
	}
		div#HeaderBottomBannerImageContainer
		{
			width:738px; height:127px;
			float:left;
			overflow:hidden;
			background-image:url(/Images/index_banner.jpg); background-repeat:no-repeat;			
		}
		div#HeaderBottomMenuContainer
		{
			width:738px; height:31px;
			float:left;
			background-color:#11004f;			
		}
/************************************************************************
*	MainBody
************************************************************************/
div#MainBodyContainer
{
		width:736px;
		float:left;	
		padding-left:22px; padding-right:22px;
}
	div#MainBodyTopContainer
	{
		width:736px; height:17px;
		float:left;
		background-image:url(/Images/body_top.gif); background-repeat:no-repeat;		
	}
	div#MainBodyMiddleContainer
	{
		width:700px;
		float:left;
		background-color:#eeefe3;
		padding-left:18px; padding-right:18px;			
	}
		div#MainBodyMiddleLeftPaneContainer
		{
			width:494px; _height:70px; min-height:70px;
			float:left;
			background-color:#dededb;
			background-image:url(/Images/home_header.jpg); background-repeat:no-repeat;
			padding-left:13px; padding-right:13px; padding-top:130px;
		}
        div#MainBodyMiddleRightPaneContainer
		{
			width:165px;
			float:right;
		}
			div#MainBodyMiddleRightPaneSpecialtyProgramsTitleContainer
			{
				width:165px; height:26px;
				float:left;
				background-image:url(/Images/SpecialtyProgramsTitle.gif); background-repeat:no-repeat;
			}
			div#MainBodyMiddleRightPaneSpecialtyProgramsPortfolioContainer
			{
				width:165px;
				float:left;
				background-color:#FFFFFF;
				overflow:hidden;
			}
			div#MainBodyMiddleRightPaneBlankContainer
			{
				width:165px; height:10px;
				float:left;
			}
			div#MainBodyMiddleRightPaneProudMembersTitleContainer
			{
				width:165px; height:25px;
				float:left;
				background-image:url(/Images/ProudMembersTitle.gif); background-repeat:no-repeat;
			}
			div#MainBodyMiddleRightPaneProudMembersPortfolioContainer
			{
				width:165px;
				float:left;
				background-color:#FFFFFF;
				overflow:hidden;
			}
	div#MainBodyBottomContainer
	{
		width:736px; height:17px;
		float:left;
		background-image:url(/Images/body_bottom.jpg); background-repeat:no-repeat;	
	}
/************************************************************************
*	Footer
************************************************************************/
div#FooterContainer
{
	width:780px; min-height:50px;_height:50px;
	float:left;
	background-color:#eeefe3;
}
	div#FooterLeftContainer
	{
		width:22px; min-height:50px;_height:50px;
		float:left;
		background-image:url(/Images/footer_left.gif); background-repeat:no-repeat;
	}
    div#FooterMiddleContainer
	{
		width:736px;
		min-height:40px;
		_height:40px;
		float:left;
		background-image:url(/Images/footer_bg.gif); background-repeat:repeat-x;
		padding-top:10px;
	}
    div#FooterRightContainer
	{
		width:22px; min-height:50px;_height:50px;
		float:left;
		background-image:url(/Images/footer_right.gif); background-repeat:no-repeat;
	}
	
	
/************************************************************************
*	Classes
************************************************************************/


.textformat
			{
			font:Verdana;	
			font-size:12px; color:#666666; font-weight:normal;
			border:solid 1px #696969;
			padding :0px 0px 0px 3px ;
			width:180px;
			
			}
.ErrMsg
			{
			font-size:11px; color:666666; font-weight:bold;
			border:solid 1px #696969;
			background-color:Silver;
			width:186px;
			height:30px;
			
		
			
			}
	.dropdownformat
	{
			font:Verdana;	
			font-size:12px; color:#666666; font-weight:normal;
			border:solid 1px #696969;
			padding :0px 0px 0px 3px ;
			width:186px;
			
}