@import "UniversityContent.css";


#centerZone {
	float:none;
	width:685px;	

}
#centerZone .Aggregation .OneCol,
#centerZone .Aggregation .TwoCol,
#centerZone .TOCBlock .OneCol,
#centerZone .TOCBlock .TwoCol,
#centerZone .SearchResults,
#centerZone  .WhatsNew, 
#centerZone .Calendar,
#centerZone .Freeform,
#centerZone .FAQ,
#centerZone .WhatsNew,
#centerZone .FormEditor,
#centerZone .SiteMap{
	width:98%;
}

/* h1-h6 are the only ones that should have no preceding selectors, large margins and padding will not look good in te paragraph style drop down */
h1 { /* titleBarContainer */
	color:#B31B1B;
	font:bold 14px Trebuchet, Arial, Helvetica, sans-serif;	
	margin:0px;
	padding:0px;/* this is a firefox bug fix */
}

h2 {
	color:#333;
	font:bold 14px Trebuchet, Arial, Helvetica, sans-serif;	
	margin:0px 0px 10px 0px;
	padding:0px;/* this is a firefox bug fix */
}

h3 { /* block title */
	color:#333;
	font:bold 12px Trebuchet, Arial, Helvetica, sans-serif;	
	margin:0px 0px 10px 0px;
	padding:0px;/* this is a firefox bug fix */
}

h4{/* block links  */
	color:#333;
	font:bold 12px Trebuchet, Arial, Helvetica, sans-serif;	
	margin:0px;
	padding:0px;/* this is a firefox bug fix */	
}

h5{
	color:#333;
	font:bold 12px Trebuchet, Arial, Helvetica, sans-serif;		
	margin:0px;
	padding:0px;/* this is a firefox fix */	
}

h6 {
	color:#666;
	font:bold 12px Trebuchet, Arial, Helvetica, sans-serif;	
	margin:0px;
	padding:0px;/* this is a firefox bug fix */	
}


/* |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
		Classes used by wkst TE Drop Down
	 |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||  */
.imgFloatLeft {
	float:left;
	margin:0px 5px 0px 0px;
}	 

.imgFloatRight {
	float:right;
	margin:0px 0px 0px 5px;
}	 

