@charset "UTF-8";
/* CSS Document */

body, html {
	padding: 0;	/*do not change*/
	margin: 0;	/*do not change*/
	min-width: 980px;
	font-family: Arial, Helvetica, sans-serif;
	font-style:normal;
	font-size:10px;
	text-align:left;
	}
	
a {
	outline:none;
	color:#600;
	}
	
a:visited {
	color:#333;
}
	
a img {
	border:none;
}

p {
	font-size:1.2em;
}

p a, p a:link {
	text-decoration:underline;
}

.caption {
	background-color:#CCC;
	padding:.4em;
	display:block;
	color:#333;
}

.center {
	text-align:center;
}

.hide {
left:-5000em;
padding:0;
position:absolute;
top:-5000em;
}

.clearboth {
	clear:both;
}

.floatright {
	float:right;
	margin-left:1em;
}

.floatleft {
	float:left;
	margin-right:1em;
}

.smallp {
	font-size:1em;
}

.notes {
	color:#F00;
}

#categories, #content{
	width:98.8em;
	margin:0 auto;
	clear:both;
}

#footer {
	width:96em;
	margin:0 auto;
	clear:both;
	padding:1em 0;
}

#header{
	width:98em;
	clear:both;
	margin:0 auto;
	height:7em;
}
#header img{
	float:left;
	padding-left:1em}
#header a{
	color:#000;
	text-decoration:none;
	padding:0 .25em;
}
#header a:hover{
	color:#600;
}
#header p{
	padding:0 1em 0 0;
	margin:0;
}
#google{
	padding:1em 0 0 1em;	
}

#mainwrapper {
	width:98.8em;
	margin:0 auto;
}

#college {
	height:4.4em;
	width:98.8em;
	margin-top:2em;
	position:relative;
	z-index:100;
}

#homenav {
	margin-top:0em;
}

.education {
	background:url(../images/educationbg.png) repeat;
}

li.education :hover {
	background-color:#303333;
}

.research {
	background:url(../images/researchbg.png) repeat;
}

li.research :hover {
	background-color:#525951;
}

.people {
	background:url(../images/peoplebg.png) repeat;
}

li.people :hover {
	background-color:#7F7762;
}

.alumni {
	background:url(../images/alumnibg.png) repeat;
}

li.alumni :hover {
	background-color:#4C4A38;
}

.news {
	background:url(../images/newsbg.png) repeat;
}

li.news :hover {
	background-color:#734E21;
}

.right{
	float:right;
}

.fourteenfont {
	font-size:1.4em;
}

