/* this is the CSS style sheet Version 2 for the new CWE webpage */
    BODY {background: #c6c6ba; /* These are background colours from the CWEshorebird flock banner photo "#bcbebb" color="#babcb9" color="#99a39d" color="#c6c6ba" color="#c6c6ba"*/
        color: #3A495E;
        font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
        }
     a img {
      border: 0px;
		}
    .textcontent{
    	font-size:small;
  		} 
  	.button {
  		font-size: 150%; 
  		text-align: left;
  		} 
  	.subbutton {
  		font-size:50%;
  		text-align: left; 
  		}
  	
    .h1 {font-size:200%;
    	}
    #menubar {
    	width: 780px;
    	margin: 2px 0 0 0;
    	padding: 0;
    	height: 1em;
    }
    /* this controls position of menubar, makes it horizontal */
    #menubar li {
    	list-style: none;
    	float: left;
    	}
    /* this controls appearance of menubar items */
    #menubar li a {
    	text-decoration: none;
    	color: #FFF;
		font-size:18px;
		display:block;
		padding: 1px;
		background: #476751;
		margin: 0 1px 0 1px;
		}
    /* this keeps the sub-menu buttons from showing up until hovered over */
    #menubar li ul {
    	display: none;
    	width: 11em;
    	background-color: #CDE2B0;
    	position: absolute; 
    	display: none;
    	z-index: 999;
    	}  
    
    #menubar li a {
    	display: block:
    	height: 2em;
    	line-height: 2em;
    	padding: 0 1.5em;
    	text-decoration: none;
    	}
    #menubar li:hover a {
   		background-color: #CDE2B0;
   		color: #3A495E;
   		padding=0;
   		} 
  	/* this makes the submenu tabs appear and controls where they appear */
 	#menubar li:hover ul, #menubar li.hover ul {
 		display: block;
 		position: absolute;
 		margin: 0;
 		padding: 0;
 		} 
 	#menubar li:hover li, #menubar li.hover li {
 		float:none;
 		}
 	#menubar li:hover ul li a, #menubar li.hover li a {
 		background: #CDE2B0;
 		margin: 0;
 		padding=0;
 		/*
		margin: 0;  
		color: #3A495E;
		font-size:smaller; 
		display:block; */
		border-bottom: 1px solid #fff; 
		/*
		padding: 1px;
		margin: 0 1px 0 1px; */
    	}
 	#menubar li:hover ul li:hover a {
 		display: block:
 		float: left;
 		/* height: 2em;
    	line-height: 2em; */ 
    	text-decoration: none;
   		background: #DEF5BE;
		color: #476751;
		margin: 0;
		}
 
 	#welcome {
 		width: 400px;
 		float:left;
 		margin: 10px 0 0 10px;
 		font-size: 100%;
 		/*
 		font-weight: bold; */
 		}
 		
 	#contacts {
  		width: 400px;
  		font-size: small;
 		float:left;
 		margin: 10px 0 0 10px;
 		}
 	#wholepage {
 		width: 760px;
 		float:left;
 		margin: 0 10px 5px 10px;
 		font-size:small;
 		}
 	#news {
 		font-size:small;
 		width: 340px;
 		float: right;
 		margin: 10px 10px 5px 0px;
 		padding: 5px;
 		background-color: #F4F3F3;
 	 	}
 	 #overview {
 		font-size:small;
 		width: 350px;
 		float: left;
 		margin: 10px 10px 5px 10px;
 		padding: 5px;
 		background-color: #F4F3F3;
 	 	}
  	#publications {
 		font-size:small;
 		width: 340px;
 		float: right;
 		margin: 8px 10px;
 		padding: 5px;
 		background-color: #F4F3F3;
 		/* border: 2px solid #6C99A3; 
 		border-style: outset; */
 	 	}
 	#apply {
 		font-size:small;
 		width: 350px;
 		float: right;
 		margin: 8px 10px;
 		padding: 5px;
 		background-color: #F4F3F3;
 		}
 	#footer {
 		padding: 4px;
		font-size: small;
		font-weight: bold;
		text-align: center;
		background: #CEE188;
		}
 		/*
 	color="#cde2b0"  lt grn of main body outline of birds 
 	color="#cee188"   background green of logo interior 
 	color="#6c99a3"  blue-green outer border of logo 
 	color="#476751"  dark green of CWE letters */
 	 