body { 
background-color: #FFFFFF;
          color: #666666;
          font-family: verdana;
          background: linear-gradient(to bottom,
     #eeeeee, #ffffff);
      background-attachment: fixed;
  }
  main {
  	padding-left: 2em;
  	padding-right: 2em;
  	display: block;
  }

    		h1{ 
          background-color: #BA1C21;
    		  color: #FFFFFF;
          font-family: Tahoma; 
          background-image: url("images/dsu.jpg");
          background-repeat: no-repeat;
          height: 72px;
          padding-left: 1em;
          background-position: right;
          margin-bottom: 0;
    	}
      
        h1 h2 {
        line-height: 240%
      }
        nav{
          font-weight: bold;
          background-color: #F3F3F3;
          padding-top: 0.5em;
          padding-right: 0.5em;
          padding-bottom: 0.5em;
          padding-left: 2em;
          text-decoration: none;
        }
        h2{
          color: #424242;
          font-family: Tahoma;
        }
        h3 {
        	color: #BA1C21;
        }
      dt{
          color: #BA1C21;
          font-size: 1.2em;
          font-weight:bold;
        }
      h3 {  color: #BA1C21;
          font-size: 1.2em;
          font-weight:bold; }

        footer{
          font-size: .70em;
          text-align: center;
          font-style: italic;
          padding: 1em;
        }
        
        #wrapper{
          width: 80%;
          margin: auto;
          margin-right: auto;
          background-color: #ffffff;
          min-width: 960px;
          max-width: 2048px;
          box-shadow: 0px 3px 3px rgba(66,66,66,0.3);
        }
     #homehero{
      background-image: url("images/homehero.jpg");
      background-repeat: no-repeat;
      background-size: cover;
      height: 300px;
      background-position: 50%, 50%;
     }

     #studenthero{
      background-image: url("images/studenthero.jpg");
      background-repeat: no-repeat;
      background-size: cover;
      height: 300px;
      background-position: 50%, 50%;
     }
     #facultyhero{
      background-image: url("images/facultyhero.jpg");
      background-repeat: no-repeat;
      background-size: cover;
      height: 300px;
      background-position: 50%, 50%;
     }