@charset "utf-8";
/* CSS Document */

	/* Content Area */	
		div#content_body_container_mac_int
		{
			margin:21px auto 37px auto;
			width:943px;
		}
		
		/* Fixed Width - 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:921px;
					margin:0px 0px 0px 13px;
					overflow:auto;			
				}	
				/* Columns */
					div#cbc_mid div#cbc_main div#column_left
					{
						width:227px;
						float:left;
						padding:0px;
						margin:0px;
						overflow:hidden;
					}
				
				/* Main Content Column*/
					div#cbc_mid div#cbc_main div#column_content_mac_int
					{
						float:left;
						/*width:691px; (old)*/
						/* Code Modified 7-29-09 (new)*/
						width:671px;
						padding:0px 10px;
						/*end of (new)*/
						margin:0px 0px 0px 0px;
					}
					/* Headline Interior Pages */
					div#cbc_mid div#cbc_main div#column_content_mac_int_h
					{
						float:left;
						width:691px;
						padding:0px;
						margin:0px 0px 0px 3px;
					}
    
					
				/* Bottom Rounded Bar */
					div#cbc_bottom
					{
						background:url(../images/content_body/ip_cbc_bottom_Bg.png);
						background-position:0px 0px;
						background-repeat:no-repeat;
						height:15px;
					}

						