BODY	{
 	background: white;
	font-size: 12pt;
}
#top { display: none; }
#left { display: none; }
#middle { position: absolute; top:0px; left:30px; width: 600px; margin-top: 0px; padding-left: 20px; 
		padding-right: 0px; padding-bottom: 100px; background: transparent; font-size: 12pt; }
#deafMiddle { position: absolute; top:132px; left:180px; width: 685px; margin-top: 0px; padding-left: 20px; 
		padding-right: 0px; padding-bottom: 100px; padding-top: 30px; background-image: url(../nav_gfx/tlc_middle_topCorner.gif); background-repeat: no-repeat;  }		
#right { display: none;  }
#rightNews { display: none; }
#rightShort { display: none; }
#rightAdwords { display: none; }

/* HR styles need for IE/Win. */
HR.holder { width:600px; visibility: hidden; } /* Equal to 'top' */
HR.left, HR.right { width: 200px; visibility: hidden; }
HR.middle { width: 250px; visibility: hidden; } 

/* These HR styles replace the above, and are needed for Netscape 4.x. 
   Left and right margins are half the relevant DIV width */
HR.holder { width:0; margin: 0 300px; } /* Equal to 'top' */
HR.left, HR.right { width: 0; margin: 0 60px; }
HR.middle { width: 0; margin: 0 180px; } 

/* DIVs must have a border value set in Netscape 4.x */


img.floatLeftClear { 
    float: left; 
    clear: left; 
    margin: 12px;
	border: 1px solid #ccc;	
}
img.floatLeftClearSuper { 
    float: left; 
    clear: left; 
    margin: 12px;
	margin-bottom: 25px;
}

img.floatRightClear { 
    float: right; 
    clear: right; 
    margin: 4px;
	border: 1px solid #ccc;
}

 .floatright
{
float: right;
width: 103px;
margin: 0 0 10px 10px;
background-color: #fff;
padding: 10px;
border-top: 1px solid #999;
border-right: 2px solid #555;
border-bottom: 2px solid #555;
border-left: 1px solid #999;
}

hr {
 color: #d2d7e7; background-color: #d2d7e7; width: 400; margin: 1; border: none;
 }

 /*blog divs*/
#blogMiddle	{ position: absolute; top:20px; left:180px; width: 400px; margin-top: 1%; padding-left: 10px; padding-right: 10px; }
#blogRight { position: absolute; top:30px; left: 725px; width: 200px; margin: 1% 0 0 1%; padding-left: 10px; border-left: 1px solid #f16f6f; }

