/* CSS Document */


   /*                                                          */
   /* Styles for the tree.                                     */
   /*                                                          */
   SPAN.TreeviewSpanArea A {
      
     font-size: 12px; 
     font-family: Arial, Helvetica, sans-serif; 
     font-weight: bold;
     text-decoration: none;
     color: black;}
   SPAN.TreeviewSpanArea A:hover {
     color: '#820082';}
     
   .navLeft {
      //background-image: url(../images/nav.gif);
      width: 25px;
      //background: no-repeat;
      }
   
   .navMid {
      background-color: #FFFFFF;
      width: 20px;
      border-style: solid;
      border-width: 1px 0px 2px 1px;
      border-color: #000000;
      }
      
   .navRight {
      background-color: #FFFFFF;
      padding-bottom:7px;
      border-style:solid;
      border-width:1px 2px 2px 0px;
      border-color:#000000;
      }
   
     

   /*                                                          */
   /* Styles for the remainder of the document.                */
   /*                                                          */
   BODY {
	background-color: white;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

   p {
   line-height: 20px;
}

#contentFrame {
     position: absolute; left: 320px; top: 50px;
     border-color:#000000;
     border-style:solid;
     border-width:1px;
     }

div#mainContent {
line-height: 18px;
}

  .contentStyle1 {
	font-family:"Courier New", Courier, monospace;
	font-size:12px;
	line-height:22px;
	color:#000000;
	}
	
  .contentStyle1 a{
  color:#FFFFFF;
  background-color:#00a3d2;
  }
  
  .contentStyle1 a:hover{
  background-color:#FF6600;
  }
  
  .contentStyle1 .mainHeading {
  font-weight: bold;
  font-size: 18px;
  }
  
  .contentStyle1 .subHeading {
  
  font-weight: bold;
  font-size: 12px;
  }
  
 
 /* 
  a {
  color: #009615;
  text-decoration: underline;
  }
  
  a:hover {
  text-decoration: none;
  }
  
  .projectThumbs {
  margin: 30px 0px 20px 0px;
  }
  
  .projectThumbs img {
  border: solid 1px #000000;
  margin-right: 25px;
  }
  */