BODY {font-family: Verdana, Arial, Helvetica, sans-serif;}

/*This is the grey bar that runs across the very top of the website*/
.topBar {width:100%;  height: 54px; background: #000066;  color: white; border-bottom: solid 5px white;}

/*This is the navigation bar for the top of the page*/
.topDiv {width:100%; height: 14px; background: white; border-top: solid 2px white; border-bottom: solid 14px white;}


.topDiv a:link { 
        color: #0000cc;
        font-weight: bold;
        padding: 0em;
}

.topDiv a:visited {
        color: #0000cc;
        font-weight: bold;
        padding: 0em;
}


.topDiv a:hover { 
         color: #990066;
         background: #eeeeee;
         font-weight: bold;
         text-decoration: none;
         padding: 0em 0em 0em 0em;
}

.topDiv a:active {
         color: #990066;
         font-weight: bold;
         background: #eeeeee;
         padding: 0em ;
}




/*This is for the positioning of the university logo*/
.logo {padding: 0px 0px 0px 0px; float: left;}

/*This hides the logo that is only used for printing*/
.printLogo {display: none;}

/*This is the box for the CC logo which sits in the very top right corner*/
.header { float: right;}



















