@charset "utf-8";
/* CSS Document */
			
	/* Content Area */	
	div#content_body_container_int
	{
		margin:21px auto 37px auto;
		width:943px;
	}	
		/* Round Corners 3 Div Setup */
			div#cbc_top, div#cbc_mid, div#cbc_bottom
			{
				width:943px;
				margin:0px;
				padding:0px;
			}
			div#cbc_top
			{
				background:url(../images/content_body/ip_cbc_top_bg.png);
				background-position:0px 0px;
				background-repeat:no-repeat;
				height:15px;
			}
			div#cbc_mid
			{
				background:url(../images/content_body/ip_cbc_repeat-y_bg.jpg);
				background-repeat:repeat-y;
			}
			
			/* Main Content Columns Container */
				div#cbc_mid div#cbc_main
				{
					width:922px;
					margin:0 auto;
					overflow:auto;			
				}	
				
				/* Columns */
				div#cbc_mid div#cbc_main div#column_left
				{
					width:222px;
					float:left;
					padding:0 0 0 3px;
					margin:0;
					overflow:hidden; /* added 7-29-09 to fix floats breaking */
				}
					/* Main Content Column*/
						div#cbc_mid div#cbc_main div#column_content_int1
						{
						width:425px;
						float:left;
						margin:0px;
						padding:0px 12px;
                                                overflow:hidden;
					}
					div#cbc_mid div#cbc_main div#column_right
					{
					width:223px;
					float:left;
					overflow:hidden; /* added 7-29-09 to fix floats breaking */
					}
					
			div#cbc_bottom
			{
				background:url(../images/content_body/ip_cbc_bottom_Bg.png);
				background-position:0px 0px;
				background-repeat:no-repeat;
				height:15px;
			}