﻿/* CSS Document */

/* Handbook specific print css*/
ul, ol {
margin:0;
padding:0;
}
ul li, ol li {
margin:0 2em 0 2.25em; /* 2.25em  */
padding:0;
}
#pf {
display:none;
}


/* **********ALL CSS BELLOW IS FOR BUTONS********* */
#content_wrapper_button { 
	/*position: relative; */
	width: 700px;
	height: 25px;
	overflow: hidden;
	padding: 0px;
	border-bottom: 1px solid #900; 
	float: none;
}
#button {
		border-top: 1px solid #900; 
}
#button ul {
		list-style: none;
		margin: 0px;
		padding: 0px;
		display: inline; 
		height: 23px; 		

}		
#button li {
		display: inline;  
		float: none;
		margin: 0px;
}  

/* IT policy */

#ITpolicy {
width: 700px;
}

#tuition3 {
width: 700px;
height:2500px;
}



/*   NEW */

html {
margin:0;
}
body {
margin: 0 0 20px 0; /* This prevents bottom line from cutting off */
}
#globalnav, #globalnavDock, #breadcrumb, #pf table {
float: none;
position: relative;
display: none;
}
#container {
float: none !important;
position: relative;
   width: auto;
   margin: 0;
   padding: 0;
   color: black;
   background: transparent none;
}
#containerinner {
   float: none !important;
   width: auto;
   width: auto;
   margin:0;
   padding: 0;
   color: black;
   background: transparent none;
}
#content_wrapper_introtop {
margin-top:-20px;
}
div#content_wrapper { /* This forces more space so that IE doesn't crop the right hand side */
   margin: 0 5% 0 0;
}
.text, p, blockquote, li {
	font-size: 12px;  /* was 0.8em */
	COLOR: #000; 
	FONT-FAMILY: Verdana, sans-serif;
	LINE-HEIGHT: 16px; 
}
