/* Put your own styles in this file, either to augment or override default styles. 
   DO NOT modify the other style sheets as this will make future upgrades difficult. */

/* Two-Column Table simulation */

 		#main_content div.college_school_info {
		margin-right: 15px;
	}
	
 	#main_content div.college_school_info div {
		overflow: hidden;
		border-bottom: 1px solid #FFF;
		font-size: 0.9em;
		padding: 3px 5px;
	}
	
	/* Holly hack to make this work in PC IE */
	/* Hides from IE5-mac \*/
	* html #main_content div.college_school_info div {height: 1%;}
	/* End hide from IE5-mac */ 

	#main_content div.college_school_info div.odd_color {
		background-color: #C1CAD2;
	}
	
	#main_content div.college_school_info div.even_color {
		background-color: #D5DBE1;
	}

/*	Original scheme: #main_content div.college_school_info div.odd_color {
		background-color: #B2BED1;
	}
	
	#main_content div.college_school_info div.even_color {
		background-color: #CCD4E0;
	} */
	
 	#main_content div.college_school_info div span.left {
		position: relative;
		float: left;
		text-align: left;
		width: 50%;
	}

 	#main_content div.college_school_info div span.right {
		position: relative;
/* float: right; */ 
		text-align: right;
		width: 9em;
      white-space: normal; 
   }
   
   /* Table simulation */

 		#main_content div.faculty_changes {
		margin-right: 15px;
	}
	
 	#main_content div.faculty_changes div {
		overflow: hidden;
		border-bottom: 1px solid #FFF;
		font-size: 0.9em;
		padding: 3px 5px;
	}
	
	/* Holly hack to make this work in PC IE */
	/* Hides from IE5-mac \*/
	* html #main_content div.faculty_changes div {height: 1%;}
	/* End hide from IE5-mac */ 

	#main_content div.faculty_changes {
		background-color: #C1CAD2;
	}
	
	#main_content div.faculty_changes div.even_color {
		background-color: #D5DBE1;
	}
	
 	#main_content div.faculty_changes div span.left {
		position: relative;
		float: left;
		text-align: left;
		width: 100%;
	}

 	#main_content div.faculty_changes div span.right {
		position: relative;
/* float: right; */ 
		text-align: right;
		width: 9em;
      white-space: normal; 
   }
   
	/* ---------- Left sidebar content ownership box ---------- */
		#main_sidebar #ownership {
			margin: 2em 14px 2em 14px;
			padding: 0.5em 0 0.5em 0;
		}
		#main_sidebar #ownership h2 {
			margin: 0.2em 0 0.4em 0;
		}
		#main_sidebar #ownership p {
			margin: 0.2em 0 0.4em 0;
		}
/* Original value was 1px */
		#main_sidebar #ownership p a {
			padding: 0;
			margin: 0;
			border-bottom: 0px solid;
		}
   

/* ==================== Page title section ==================== */

	#page_title {
		border-bottom-width: 0px;
		border-bottom-style: solid;
		padding-top: 10px;
	}
	#page_title h1 {
		margin: 0;
		padding: 10px 10px 10px 10px;
	}
	#page_title h1 a {
		border-bottom: 0px none;
	}

/* ==================== Page sub-title section ==================== */

	#page_subtitle {
		border-bottom-width: 0px;
		border-bottom-style: solid;
		padding-top: 0px;
	}
	#page_subtitle h1 {
		margin: 0;
		padding: 0.5em 0 0.6em 13px;
	}
	#page_subtitle h1 a {
		border-bottom: 0px none;
	}
	#page_subtitle h1 {
		font-family: georgia, "times new roman" , times, serif;
		font-weight: normal;
		font-size: 2em;
	}
	#page_subtitle h1 a {
		text-decoration: none;
	}

/* ===================== Left/Right Alignment =================== */

	.alignleft {
	float: left;
	}
	.alignright {
	float: right;
	}