@charset "UTF-8";
/* CSS Document */
body {
	font: 70% Arial, Helvetica, sans-serif;
}
/* #container {
	 
}*/
/*#mainContent {
	 
}*/

#sidebar1 {
	 padding: 0;
}
h1,h2,h3,h4,img { 
	margin:0;
	padding:0;
}

h2 { 
	font-family:Arial, Helvetica, sans-serif;
	font-size:160%; 
	font-weight: lighter;
}

h3 { 
	font-family:Arial, Helvetica, sans-serif;
	font-size:140%; 
	font-weight: lighter;
	padding-left:20px;
}

p {
	padding-left:40px;
}
#mainContent {line-height:1.5}

#mainContent ul li {list-style-type:none;}

#mainContent a { 
	text-decoration:underline;
	color:#FFF;
}

#mainContent a:hover { 
	text-decoration:none;
	background-color:#666;
	color:#FFF;
}

#mainContent a:visited { 
	color:#FFF;  
}

#localnav a {
	text-decoration:none;
	color: #FC3;
	font-size:100%;
}

#localnav a:hover { 
	text-decoration:underline;
	color:#FC3;
}

#localnav a:visited { 
	color:#FC3;  
}


#footer { 
	font-size:80%;
}

#footer a { 
	text-decoration:none;
	color:#FFF;
}
#footer a { 
	text-decoration:none;
	color:#FFF;
}

#footer a:hover { 
	text-decoration:underline;
	color:#FFF;
}

#footer a:visited { 
	color:#FFF;  
}

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}

.fltrtPeople { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 20px;
	padding:0;
	border:#FFF thin solid;
}

.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}

.auburnFooter {
	margin-left:50px;
	margin-right:50px;
}

.academicTable { 
	background-color:#333; padding:10px;
}

