/*This is the grey bar that runs across the very top of the website*/
.topBar {width: 100%; height: 60px;}
/*This is for the positioning of the university logo*/
.logo {padding: 5px 0 0 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*/
.header {width: 501px; height: 60px;}

.header-internal {height: 60px; width: 530px;}