          html{
            overflow: -moz-scrollbars-vertical;
            overflow: scroll;	 
          }
		  #heading{
		  	background-color:rgb(182,205,223);
		  	height:75px;
		  	color:white;
		  }	
		  .heading1{
		  	font-size:15px;
		  }
		  .heading2{
		  	font-size:16px;
		  }
		  .heading3{
		  	font-size:17px;		  	
		  }
		  .heading4{
		  	font-size:12px;	
		  	padding-bottom:0px;	  	
		  	margin-bottom:0px;
		  }
		  .dark {
		  	font-weight:bold;
		  }			  
		  .topnav a{
		  	color:white;
		  	text-decoration:none;
		  	font-size:17px;
		  }
		  .topnav a:hover{
		  	color:rgb(0,85,129);
		  }
		  .toplink{
		  	font-size:10px;
		  	text-decoration:underline;
		  	color:rgb(128,128,128);
		  }
		  .title1{
		  	font-size:17px;
		  }
		  .title2{
		  	font-size:25px;
		  }
          .profile{
          	display:none;
          }
          .blue {
            color:rgb(0,85,129); 
          }
          .partners{
          	text-align:center;
          	width:300px;
          	font-size:12px;
          }
          .proj_list {
            list-style: none;
            padding:0;
            margin:0;
            padding-top:5px;
          }
          .proj_item { 
            background-image: url('../images/bullets/bullet-general.png');
            background-repeat: no-repeat;
            background-position: 0px 4px;
            padding-left: 14px;
            padding-bottom:8px;
            line-height: 90%;
          }

          .proj_item_blank { 
            padding-left: 14px;
            line-height: 90%;
            padding-bottom:8px;
          }          
          
          .proj_item a{
          	color:rgb(0,85,129);
          	font-size:11px;
          }

          .proj_item_blank a{
          	color:rgb(0,85,129);
          	font-size:11px;
          }
          .projpic{
          	padding-right:10px;
          	padding-bottom:30px;
          }
          .area{
          	display:none;
          }
          
          .staff_link {
          	float: left;
          	display: inline;
          	padding-right:13px;
          	text-align: center;
          }
          .staff_link a {
          	color:rgb(50,50,50);
          	font-size:12px;
          	font-weight:bold;
          }
          .staff_link a:hover{
          	color:rgb(119,188,31);
          	text-decoration:none;
          }

