/*
 * style.css
 * by Todd Wallentine tcw AT ksu DOT edu
 *
 * This style was designed for the Bogor website.
 */

	tt {
	  font-size: 140%;
	}
        a {
	  font-weight: bold;
	  color: #6f2f2f;
	}
	
        ol {
	  margin-right: 40px;
	}
        li {
	  margin-bottom: 10px;
          margin-left: 10px;
	}

	body {
          font:	100%/1.5 Verdana, Arial, Helvetica, sans-serif;
	  background: #FFFFFF;
	  padding: 0px;
	}
	
	#content {
	  background: #FFFFFF;
      margin-left: 240px;
      margin-top: 15px;
	}

	#menu {
	  border-left: 1px solid #000; 
	  border-right: 1px solid #000; 
	  border-bottom: 1px solid #000;
	  border-top: 1px solid #000;
	  float: left;
	  width: 230px;
	  background: #e6e6e6;
	  margin: 10px 10px 10px 0px;
          font-variant: small-caps;
          color: #6f2f2f;
	}

        #menu a {
          color: #6f2f2f;
        }
		
	p,h1,h2,h3,pre {
	  margin: 0px 10px 10px 10px;
	}
		
	h1 {
	  font-size: 16px;
	}
	
	h2 {
	  font-size: 16px;
	}

	h3 {
	  font-size: 16px;
	}

	h4 {
	  font-size: 16px;
	}

	h5 {
	  font-size: 16px;
	}
	
        #header {
          border: 1px solid #000;
          width: 100%;
          height: 80px;
          background: #e6e6e6;
          margin: 0px 0px 5px 0px;
        }

        #title {
          width: 212;
          margin-top: 8px;
          margin-left: 7px;
          float: left;
        }

        #description {
          font-size: x-large;
          text-align: center;
          font-variant: small-caps;
          width: 60%;
          float: left;
          padding-bottom: 10px;
          color: #879189;
        }

        #logo {
          width: 108px;
          margin-right: 6px;
          margin-top: 0px;
          float: right;
        }

        #titleText {
          color: white;
          background: #6f2f2f;
          margin: 5px 5px 5px 5px;
        }
