/*This is the grey bar that runs across the very top of the website*/
.topBar {width: 100%; height: 56px;}
/*This is for the positioning of the university logo*/
.logo {padding: 5px 0px 5px 5px; float: left;}
/*This hides the logo that is only used for printing*/
.printLogo {display: none;}
/*This is the box for the website title (H1) which sits in the very top right corner*/
.headertop {height: 56px; width: 400px; float: right;}

/*.headertop h1 {font-size: 120%; text-align: right; padding: 1em 0.2em 0 0; margin: 0; line-height: 1.1em; color: #6a8b76}*/

.headertop h1 {
	color: #E4DBCF;
	font: normal 200% "Lucida Sans Unicode","Trebuchet MS",sans-serif;
}