body {background-color: white;}
img {border-style: none;}

/*-----Sidebar-----*/

     #side {
          background-color: white;
     	  position: fixed;
	  z-index: 10;
          top: 0;
     }

/*tcuf heading*/
     #side img {height: 2.3em;}
     #side h1 {
          display: inline;
          font-family: impact;
          font-size: 3em;
          color: navy;
     }

/*main navigation*/
     #side ul {
          list-style-type: none;
          line-height: 1.8em;
          margin-top: 2em;
     }
     #side ul a {
          position: relative;
          left: -40px;
          display: block;

          border-left-style: outset;
          border-right-style: outset;
          border-width: 0.3em;
          border-color: yellow;
          background-color: yellow;
          padding: 0.5em 0.5em;
	  margin-left: 0.7em;

          text-transform: capitalize;
          text-decoration: none;
          font-family: sans-serif;
          font-size: 1.3em;
          font-weight: bold;
          color: navy;
     }
     #side ul a:hover {
          background-color: navy;
          color: yellow;
          border-color: navy;
     }
     #side ul li:first-child a {border-top-style: outset;}
     #side a.sidebase {border-bottom-style: outset;}

     /*Subnavigation*/
     #side ul ul {display:none}

/*feedback*/
     #footer {
          position: fixed;
	  z-index: -1;
          bottom: 0;
          width: 13em;
     }
     #footer p {
          text-align: justify;
          font-family: sans-serif;
          font-size: 0.6em;
     }

/*-----Page Heading-----*/

     #header {
     	  position: fixed;
	  background-color: white;
          width: 100%;
	  height: 4.4em;
	  border-bottom: 1px solid navy;
	  z-index: 0;
	  top: 0;
          text-decoration: none;
          font-family: sans-serif;
          color: navy;
	  text-align: center;
     }
     h2 a {
          z-index: 2;
	  top: 0;
	  background-color: white;
	  display: block;
          text-decoration: none;
          font-family: sans-serif;
          font-size: 1.4em;
          color: navy;
     }
     #header ul {
	  text-align: right;
	  margin-right: 5em;
          list-style-type: none;
	  padding: 0;
	  position: relative;
	  z-index: 1;
	  margin-top: -1.3em;
     }
     #header ul li {display: inline;}
     #header ul a {
          font-size: 0.7em;
	  margin: 0 5px;
          text-decoration: none;
	  padding: 1px 0.5em;
	  color: navy;
	  background-color: yellow;
	  border: 0.2em solid yellow;
	  border-style: outset;
     }
     #header ul a:hover {
          background-color: navy;
          color: yellow;
          border-color: navy;
     }
     #header ul a[href="utils/news/feed"] {
	  padding: 0;
	  border: none;
	  background-color: white;
	  position: relative;
	  top: 0.3em;
     }

/*-----Page Content-----*/

/*main content*/
     #content {
	  z-index: -10;
	  margin-top: 5.3em;
          margin-left: 14em;
     }

/*without styles, link to top*/
     a[href="#top"]{visibility: hidden;}

