
      #content{
      background: white url(images/content_bg_src.jpg);
      padding: 0px;
      width: 100%;
      margin: 0px;
      border: 0px;     
      }
      
      .contentenclosure{
      border: 0px;
      margin: 10px;
      width: 700px;
      padding: 0px;
      clear: both;
      }   
      
      .contentenclosure h1{
      border: 1px solid #999999;
      margin: 20px 0px -1px 0px;
      font-size: 16px;
      font-family: verdana,arial,sans;
      font-weight: bold;
      color: #666;
      background: #ffffff;
      text-align: left;
      padding: 2px;
      float: left;
      clear: both;
      }

      .contentenclosure div ul li{
      margin: 15px 5px 15px 5px;
      border: 0px;
      } 
      
      .contentenclosure div ol h4{
      margin-left: -30px;
      }


      .contentenclosure div{
      border: 1px solid #999999;
      padding: 10px 0px 10px 0px;
      margin: 0px 0px 20px 0px;
      float: left;
      font: 12px arial;   
      text-align: left;
      width: 100%;
      clear: both;
      }
      
      .contentenclosure dl dd{
      border-bottom: 1px dashed #999999;
      margin: 0px 0px 10px 0px;
      padding: 0px 0px 10px 0px;
      }
      
      .contentenclosure dl dd.last{
      border-bottom: 0px;
      }
      
      .contentenclosure div a{
      font-size: 12px;
      font-family: verdana,arial,sans;
      font-weight: bold;
      text-decoration: none;
      color: #393;
      
      }
      
      .contentenclosure div a:hover{
      color: #090; 
      border-bottom:0px dotted #090;
      }         

      .contentenclosure div a span{
      position: absolute;
      display: none;
      z-index: 100 !important;
      }
      
      .contentenclosure div a:hover span{
      display: block;
      border: 1px solid #000;
      background-color: #ffd;
      position: absolute;
      top: 500px;
      left: 30px;
      padding: 5px;
      width: 200px;
      z-index: 100 !important;
      font-weight: 500;
      }
      
      .contentenclosure div h4{
      font-size: 16px;
      color: #393;
      font-family: verdana, arial, sans;
      font-weight: bold;
      }
      
      .contentenclosure div p,ul{
      display: block;
      margin: 10px;
      font: 12px arial;      
      }
      
      .contentenclosure div form{
      margin: 20px;
      font-weight: bold;
      }
      .contentenclosure div input,textarea{
      border: 1px solid #999;
      border-top-color: #ccc;
      border-left-color: #ccc;
      font: 12px 'verdana';      
      }
      
      .submit{
      background-color: #fff;
      color: #000;
      }
      .submit:active{
      border: 1px solid #ccc;
      border-left-color: #999;
      border-top-color: #999;
      }      

 
      #footer{
      border-top: 1px solid #ffffff;
      font-family: verdana;
      font-size: 11px;
      font-weight: bold;
      color: #ffffff;
      background: white url(images/bottom_bg.jpg) no-repeat;
      width: 100%;
      height: 50px;
      text-align: right;
      padding: 0px 0px 0px 0px;
      }
      #footer a{
      color:#cfc;
      text-decoration: none;
      border-right: solid 2px #090;
      }
      
      #footer a:hover{
      background: #090;
      }
      
      .footnote{
      margin: 30px 50px 0px 0px;
      }
  
      #uvic{
      background: #fff url(http://www.educ.uvic.ca/cetus/images/uvic-bc.gif) no-repeat top left;
      height: 48px;
      text-align: right;
      padding-left: 130px;
      border: 1px dotted #999;
      }
      
      #cetus{
      background: #fff url(http://www.educ.uvic.ca/cetus/images/homelogo100x100px.jpg) no-repeat top left;
      height: 100px;
      text-align: right;
      padding-left: 100px;
      border: 1px dotted #999;
      }    
      .aboutp{
      background: #fff;
      text-align: right;
      border: 1px dotted #999;
      }         
