@import "UniversityContent.css";

#contentContainer {
	float:none;  
	width:900px;		
}
#leftZone {
	background-color:transparent;
	border:0;
	float:left;
	margin:0px;
	padding:0px 5px 0px 10px;
	width:185px; 
}

#centerZone {
	margin:0px 20px;
}

#rightZone {
	float:right; 
	width:190px; 
}
#pageTopArea{
	 border-bottom:0;
	 margin-bottom:15px;
}
#topContentContainer {
	height:220px;
}
#topContentContainer p{
	font:bold 13px Geneva, Tahoma, "Lucida Sans Unicode", sans-serif;
	color:#444;
	text-align:right;
	margin:0px 10px 2px 10px;
	padding:0px;
}

/* 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;
}	 

