/*______________________________________________________________________________________________------------------------

	[site].css - Template for customized site styles
	
	Authors - Mike Sachs, Wen Sun, Jason Bishop
	
______________________________________________________________________________________________------------------------*/


#bodyMaster {
	clear:both;
	position:relative;
	width:750px;
	margin:0 auto;
	text-align:left;
}
	  
#bodySub {
	width:100%;
}

#leftCol {
	width:412px;
	float:left;
	/*      t   r   b    l	*/
	margin: 10px 0px 20px 0px;
	background:transparent;
}

#arrowList {
	/*      t   r   b    l	*/
	float:left;
	margin:0px 0px 0px 0px;
	width:200;
	background:url("http://images.med.cornell.edu/body/common/navbox_txt_arrow_doub.gif") no-repeat left top;
	}

#centerCol {
	width:300px;
	float:right;
	/*      t   r   b    l	*/
	margin: 30px 0px 20px 0px;
	}
	
.clearBoth {
	clear:both;
	font-size:0px;
}

		
#rightCol {
	display:none;
	}
	
#backToTop {
	display:none;
}


