/*This is the grey bar that runs across the very top of the website*/
.topBar {width: 100%; height: 128px; background: url(../images/topBar_background.jpg) no-repeat top right transparent;}
.topBar ul {margin: 0 0 0 35px; padding: 5px 0 0 0; clear: both;}
.topBar ul li {margin: 13px 10px 0 0; padding: 0 10px 0 0; list-style: none; float: left; font-weight: bold; border-right: 1px solid #afafaf;}
.topBar a:link, .topBar a:visited, .topBar a:active {color: #fff; text-decoration: none;}
.topBar a:hover {color: #B5CFEA;}
/*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;}